Cisco Cisco Prime Network Services Controller 3.0

Page of 169
 
 
© 2013, 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
Page 67 of 169 
 
DETAILED STEPS (import mode) 
 
Command 
Purpose  
Step 1   scope system 
                                                         
Example:                                                 
nsc # scope system 
Places you in system mode. 
Step 2  scope import 
                                                         
Example:                                                 
nsc /system # scope import testhostname 
Places you in import mode. 
Step 3  set descr 
                                                         
Example:                                                 
nsc /system/export # set descr testA 
Sets the description attribute.
 
Step 4  commit-buffer 
                                                         
Example:                                                 
nsc /system/backup* # commit-buffer 
Commits (saves) the 
configuration. 
EXAMPLES 
This example shows how to set the description attribute in export mode: 
nsc # scope system 
nsc /system # scope export testhostname 
nsc /system/backup # set descr testA 
nsc /system/backup* # commit-buffer 
nsc /system/backup* # 
Setting the Protocol Attribute for Exports and Imports 
You can set the protocol attribute. 
Note
  
Do not use TFTP for import and export operations. 
 
BEFORE YOU BEGIN 
See 
 for basic information about the Prime Network 
Services Controller CLI. 
CLI 
Management controller 
SUMMARY STEPS 
  scope system 
1.
  scope export <hostname or ip-address> | scope import <hostname or ip-address> 
2.
  set protocol {ftp | scp | sftp} 
3.
  commit-buffer 
4.