Switch Memory and Configuration
Multiple Configuration Files
■ Boots the switch from primary flash using the new startup-config file.
ProCurve(config)# show config files
Configuration files:
id | act pri sec | name
---+-------------+-----------
Pressing Clear + Reset:
1 | * * * | config1
– Replaces all startup-config files with a single
2 | |
file named config1 that contains the default
configuration for the software version in
3 | |
primary flash.
– Resets the Active, Primary, and Secondary
assignments as shown here.
Figure 6-23. Example of Clear + Reset Result
Transferring Startup-Config Files To or From a Remote
Server
Command Page
copy config < src-file > tftp < ip-addr > < remote-file > < pc | unix > below
copy tftp config < dest-file > < ip-addr > < remote-file > < pc | unix > below
copy config < src-file > xmodem < pc | unix > 6-36
copy xmodem config < dest-file > < pc | unix > 6-37
TFTP: Copying a Configuration File to a Remote Host
Syntax: copy config < src-file > tftp < ip-addr > < remote-file > < pc | unix >
Use this command to upload a configuration file from the
switch to a TFTP server.
For more on using TFTP to copy a file to a remote server, refer
to “TFTP: Copying a Configuration File to a Remote Host” on
page A-19.
For example, the following command copies a startup-config file named test-
01 from the switch to a (UNIX) TFTP server at IP address 10.10.28.14:
ProCurve(config)# copy config test-01 tftp 10.10.28.14
test-01.txt unix
6-35