Basic Operation Guide 2013/06

Table Of Contents
Example 64 Clear + Reset result
HP Switch(config)# show config files
Configuration files:
id | act pri sec | name
---+-------------+-----------------------------------------------
1 | * * * | Config1
2 | |
3 | |
Transferring startup-config files to or from a remote server
PageCommand
belowcopy config <src-file>
tftp <ip-addr> <remote-file> <pc | unix> [oobm]
belowcopy tftp config <dest-file> <ip-addr> <remote-file> <pc | unix> [oobm]
84copy config <src-file>
xmodem <pc | unix>
84copy xmodem config <dest-file> <pc | unix>
TFTP: copying a configuration file to a remote host
Syntax:
copy config <src-file>
tftp <ip-addr> <remote-file> <pc | unix> [oobm]
This is an addition to the copy tftp command options. Use this command to upload
a configuration file from the switch to a TFTP server.
For switches that have a separate out-of-band management port, the oobm parameter
specifies that the TFTP traffic will go out through the out-of-band management
interface. If this parameter is not specified, the TFTP traffic goes out through the
data interface. The oobm parameter is not available on switches that do not have
a separate out-of-band management port.
For more on using TFTP to copy a file to a remote server, see "TFTP: Copying a
Configuration File to a Remote Host" in Appendix A of the Management and
Configuration Guide for your switch.
For example, the following command copies a startup-config file named test01 from the switch to
a (UNIX) TFTP server at IP address 10.10.28.14:
HP Switch(config)# copy config test-01 tftp 10.10.28.14 test-01.txt unix
TFTP: Copying a configuration file from a remote host
Syntax:
copy tftp config <dest-file> <ip-addr> <remote-file> <pc | unix> [oobm]
This is an addition to the copy tftp command options. Use this command to download
a configuration file from a TFTP server to the switch.
For switches that have a separate out-of-band management port, the oobm parameter
specifies that the TFTP traffic must come in through the out-of-band management
interface. If this parameter is not specified, the TFTP traffic comes in through the
data interface. The oobm parameter is not available on switches that do not have
a separate out-of-band management port.
Multiple configuration files 83