R3303-HP HSR6800 Routers Fundamentals Configuration Guide
103
Managing configuration files
You can manage configuration files at the CLI or by using the Boot menu of the device. This chapter
explains how to manage configuration files from the CLI.
Overview
A configuration file saves configurations as a set of text commands. You can save the running
configuration to a configuration file so the configuration takes effect after you reboot the device. You can
also back up the configuration file on to a host and download the file to the device as needed.
Configuration types
The device has the following types of configurations: factory defaults, startup configuration, and running
configuration.
Factory defaults
The device is shipped with some basic settings called "factory defaults." These default settings make sure
the device can start up and run correctly when it has no configuration file or the configuration file is
corrupted.
Factory defaults vary with device models and might differ from the default settings of commands.
Startup configuration
The device uses startup configuration to configure software features during startup. After the device starts
up, you can specify a different configuration file to be loaded at the next startup. This configuration file
is called the "next-startup configuration file." The configuration file that has been loaded is called the
"current startup configuration file."
If no next-startup configuration file exists, the system starts up with the factory defaults.
You can view the startup configuration in either of the following ways:
• Execute the display startup command. To view detailed file contents, use the more command.
• After the device reboots, execute the display current-configuration command before making any
configuration changes.
Running configuration
The running configuration includes startup settings that have not been changed and new settings you
made. Running configuration is stored in the memory and is cleared at a device reboot or power off. To
use the running configuration after a power cycling or reboot, save it to a configuration file.
To view the running configuration, use the display current-configuration command.
Configuration file content organization and format