Configuring The Device To Download The Host Configuration File - 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

Managing Configuration Files
Step 2
Step 3
Step 4
Step 5
Step 6

Configuring the Device to Download the Host Configuration File

To configure the Cisco IOS software to download a host configuration file from a server at startup, complete
the tasks in this section:
Procedure
Step 1
Command or Action
configure terminal
Example:
Device# configure terminal
boot network {ftp:[[[//[username [:password
]@]location ]/directory ]/filename ] |
rcp:[[[//[username@]location ]/directory
]/filename ] | tftp:[[[//location ]/directory
]/filename ]}
Example:
Device(config)# boot network
tftp:hostfile1
service config
Example:
Device(config)# service config
end
Example:
Device(config)# end
copy system:running-config
nvram:startup-config
Example:
Device# copy system:running-config
nvram:startup-config
Command or Action
enable
System Management Configuration Guide, Cisco IOS XE Amsterdam 17.2.x (Catalyst 9500 Switches)
Configuring the Device to Download the Host Configuration File
Purpose
Enters global configuration mode.
Specifies the network configuration file to
download at startup, and the protocol to be used
(TFTP, RCP, or FTP).
• If you do not specify a network
configuration filename, the Cisco IOS
software uses the default filename
network-confg. If you omit the address,
the device uses the broadcast address.
• You can specify more than one network
configuration file. The software tries them
in order entered until it loads one. This
procedure can be useful for keeping files
with different configuration information
loaded on a network server.
Enables the system to automatically load the
network file on restart.
Exits global configuration mode.
Saves the running configuration to the startup
configuration file.
Purpose
Enables privileged EXEC mode.
241

Advertisement

Table of Contents
loading

Table of Contents