Cisco Cisco Prime Network Services Controller 3.0

Page de 169
 
 
© 2013, 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
Page 61 of 169 
SUMMARY STEPS 
  scope system 
1.
  create import {ftp:<//user@location/file> | scp:<//user@location/file> | sftp:<//user@location/file>
2.
{merge} {disabled | enabled} 
  commit-buffer 
3.
DETAILED STEPS 
 
Command 
Purpose  
Step 1   scope system 
                                                         
Example:                                                 
nsc# scope system 
Places you in system mode. 
Step 2  create import 
                                                         
Example:                                                 
nsc /system # create import 
ftp://de@testhostname/PA12 merge enabled
 
Enables the management data 
import service. 
Step 3  commit-buffer 
                                                         
Example:                                                 
nsc /system/backup* # commit-buffer 
Commits (saves) the 
configuration. 
 
EXAMPLES 
This example shows how to create a management data import service: 
nsc# scope system 
nsc /system # create import ftp:/de@testhostname/PA12 merge enabled 
Password: 
nsc /system/import* # commit-buffer 
nsc /system/import # 
Deleting Management Data Import Service 
You can delete the management data import service. 
BEFORE YOU BEGIN 
See 
 for basic information about the Prime Network 
Services Controller  CLI. 
CLI 
Management controller 
SUMMARY STEPS 
  scope system 
1.
  delete import <hostname or ip-address> 
2.
  commit-buffer 
3.