Loading The Configuration Commands From The Network - Cisco Catalyst 9500 Manual

Hide thumbs Also See for Catalyst 9500:
Table of Contents

Advertisement

Loading the Configuration Commands from the Network

Examples
The following example stores the configuration file in usbflash0:
Device# copy nvram:startup-config usbflash0:switch-config
Device# configure terminal
Device(config)# boot config usbflash0:switch-config
Device(config)# end
Device# copy system:running-config nvram:startup-config
Loading the Configuration Commands from the Network
To use a network server to store large configurations, complete the tasks in this section:
SUMMARY STEPS
1. enable
2. copy system:running-config {ftp: | rcp: | tftp:}
3. configure terminal
4. boot network {ftp:[[[//[username [:password ]@]location ]/directory ]/filename ] |
rcp:[[[//[username@]location ]/directory ]/filename ] | tftp:[[[//location ]/directory ]/filename ]}
5. service config
6. end
7. copy system:running-config nvram:startup-config
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Device> enable
Step 2
copy system:running-config {ftp: | rcp: | tftp:}
Example:
Device# copy system:running-config ftp:
Step 3
configure terminal
Example:
Device# configure terminal
System Management Configuration Guide, Cisco IOS XE Fuji 16.8.x (Catalyst 9500 Switches)
202
Purpose
Enables privileged EXEC mode.
• Enter your password if prompted.
Saves the running configuration to an FTP, RCP, or TFTP
server.
Enters global configuration mode.
Managing Configuration Files

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents