TFTP: Copying a configuration file to a remote host (CLI)
Syntax:
copy {<startup-config | running-config>} tftp < ip-addr > < remote-file > [pc | unix]
copy config <filename> tftp <ip-addr> <remote-file> [pc | unix]
This command can copy a designated config file in the switch to a TFTP server. For more information, see "Multiple Configuration Files" in the basic operation guide for your switch.
Example:
To upload the current startup configuration to a file named
sw8200
in the configs directory on drive
"d" in a TFTP server having an IP address of 10.28.227.105:
switch# copy startup-config tftp 10.28.227.105 d:\configs\sw8200