Examples - Cisco Catalyst 9500 Manual

System management configuration guide, cisco ios xe amsterdam 17.2.x
Hide thumbs Also See for Catalyst 9500:
Table of Contents

Advertisement

Examples

Step 2
Step 3
Step 4
Step 5
Examples
Storing a Running Configuration File on an RCP Server
The following example copies the running configuration file named runfile2-confg to the netadmin1 directory
on the remote host with an IP address of 172.16.101.101:
Device# copy system:running-config rcp://netadmin1@172.16.101.101/runfile2-confg
Write file runfile2-confg on host 172.16.101.101?[confirm]
Building configuration...[OK]
Connected to 172.16.101.101
Device#
Storing a Startup Configuration File on an RCP Server
The following example shows how to store a startup configuration file on a server by using RCP to copy the
file:
System Management Configuration Guide, Cisco IOS XE Amsterdam 17.2.x (Catalyst 9500 Switches)
220
Command or Action
Device> enable
configure terminal
Example:
Device# configure terminal
ip rcmd remote-username username
Example:
Device(config)# ip rcmd remote-username
NetAdmin1
end
Example:
Device(config)# end
Do one of the following:
• copy system:running-config rcp:
[[[//[username@]location ]/directory
]/filename ]
• copy nvram:startup-config rcp:
[[[//[username@]location ]/directory
]/filename ]
Example:
Device# copy system:running-config rcp:
//NetAdmin1@example.com/dir-files/file1
Managing Configuration Files
Purpose
Enters global configuration mode.
(Optional) Changes the default remote
username.
(Optional) Exits global configuration mode.
• Specifies that the device running
configuration file is to be stored on an RCP
server
or
• Specifies that the device startup
configuration file is to be stored on an RCP
server

Advertisement

Table of Contents
loading

Table of Contents