
Configuration file handling task list
77
IPLink Software Configuration Guide
7 • Configuration file handling
Example:
Replacing the startup configuration with a configuration from Flash memory
The following example shows how to replace the persistent startup configuration in the flash memory of an
IPLink by overwriting it with the configuration in the file new-startup stored in flash memory.
1. Replace the current startup configuration, by using the
copy
command, into the flash memory area where
the startup configuration is stored.
IPLink#copy nvram:new-startup startup-config
2. Check the content of the persistent startup configuration by listing its command settings with the
show
command.
IPLink#show startup-config
Startup configuration:
#----------------------------------------#
# IPLink software R3.10 BUILD24128
#
# 2001-10-25T09:20:42 #
# Generated configuration file #
#----------------------------------------#
cli version 3.00
snmp community public rw
…
framerelay
exit
IPLink#