Purpose
Command or Action
Device#
show ip redirects
Modifying Device Startup Configuration
The following sections provide information on how to modify the startup configuration of a device.
Specifying a Filename to Read and Write a System Configuration
By default, the Cisco IOS software uses the config.text file to read and write a nonvolatile copy of the system
configuration. However, you can specify a different filename, which will be loaded during the next boot cycle.
Before you begin
Use a standalone device for this task.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
boot flash
:
/file-url
4.
end
5.
show boot
6.
copy running-config startup-config
DETAILED STEPS
Purpose
Command or Action
Enables privileged EXEC mode.
enable
Step 1
Example:
• Enter your password if prompted.
Device>
enable
Enters global configuration mode.
configure terminal
Example:
Step 2
Device#
configure terminal
Specifies the configuration file to load during the next boot
cycle.
boot flash
:
/file-url
Example:
Step 3
•
file-url
: The path (directory) and the configuration
filename.
Device(config)#
boot flash:config.text
• Filenames and directory names are case-sensitive.
System Management Configuration Guide, Cisco IOS XE Fuji 16.8.x (Catalyst 9500 Switches)
68
Performing Device Setup Configuration
Modifying Device Startup Configuration