Basic Operation Guide 2014/02

Syntax:
copy tftp default-config <ip-addr> <stored config file name>
Copies the stored configuration file on the TFTP server specified by <ip-addr> to
the custom default configuration file.
Example 28 Copying a stored config file to the default config file using TFTP
HP Switch(config)# copy tftp default-config 10.10.10.1 stored_config.cfg
Using XMODEM
To copy a configuration file to the custom default configuration file using XMODEM, use the copy
xmodem default-config command.
Syntax:
copy xmodem default-config
Copies the configuration file specified by the XMODEM server device to the custom
default configuration file.
Example 29 Copying a stored config file to the custom default config file using XMODEM
HP Switch(config)# copy xmodem default-config
Using USB
To copy a configuration file to the custom default configuration file using USB, use the copy usb
default-config command.
Syntax:
copy usb default-config <stored config file name>
Copies the stored configuration file on the USB stick to the custom default
configuration file.
Example 30 Copying a stored config file to the custom default config file using USB
HP Switch# copy usb default-config stored_config.cfg
Copying the custom default config file off the switch
The following sections explains how to copy the custom default config file off the switch using:
TFTP
XMODEM
USB
Using TFTP
To transfer a custom default configuration file off the switch using TFTP, enter the following command.
Syntax:
copy default-config tftp <server ip-address>
stored_config.cfg
Copies the custom default configuration file to the stored_config.cfg file on the TFTP
server.
Using XMODEM
To transfer a custom default config file off the switch using XMODEM, enter the following command.
Creating a custom default configuration 53