User guide

A-8 Cisco 2500 Series Access Server User Guide
Cisco Internetwork Operating System
Setup Mode
You use the setup facility of Cisco IOS software to streamline the creation of configuration
files. If Cisco IOS software determines that there is no configuration file stored in NVRAM,
it will automatically enter setup mode when the access server boots. (See the section
“Configuring the Access Server Manually Using the Setup Facility” in the chapter
“Configuring the Cisco 2500 Series Access Server” for more information about the
setup command.)
Configuration Files
You need to create and store a configuration file in order to use the access server. The
configuration file contains commands that enable protocol routing, assign addressing,
perform security, and so forth. Use the following privileged mode commands to work with
configuration files on the access server:
configure terminal—Modify the running configuration manually from the terminal.
show running-config (Cisco IOS Release 11.0 or later) or write terminal (earlier than
Cisco IOS Release 11.0)—Display the running configuration.
configure memory—Load the configuration from NVRAM to RAM. This takes place
automatically when the system starts up.
copy running-config startup-config (Cisco IOS Release 11.0 or later) or write
memory (earlier than Cisco IOS Release 11.0)—Copy the running configuration in
RAM into the startup configuration in NVRAM.
copy tftp running-config (Cisco IOS Release 11.0 or later) or configure network
(earlier than Cisco IOS Release 11.0)—Load a configuration file stored on a Trivial File
Transfer Protocol (TFTP) server into the running configuration.
copy running-config tftp (Cisco IOS Release 11.0 or later) or write network (earlier
than Cisco IOS Release 11.0)—Store the running configuration on a TFTP server.
show startup-config (Cisco IOS Release 11.0 or later) or show configuration (earlier
than Cisco IOS Release 11.0)—Display the saved configuration in NVRAM.
erase startup-config (Cisco IOS Release 11.0 or later) or write erase (earlier than
Cisco IOS Release 11.0)—Erase the contents of NVRAM. If you enter the reload
command after the erase startup-config (or write erase) command, the access server
will not have a running configuration.