copy startup-config tftp

Last Updated : Nov 06, 2012 |

Uploads the current configuration to a file on a TFTP server. Uncommitted changes to the configuration are not included.

To use this command, you need to have an active TFTP server. If Avaya Network Manager is running, you do not require an additional TFTP server.

Note:

After you change the configuration, run the copy running-config startup-config command to save the changes. If you do not save the changes, the device loses them when you reset.

Syntax

copy startup-config tftp filename {<ip-addr>|<IPv6–addr>[%zone-id]|<hostname>}

Parameters

Parameter

Description

Possible Values

Default Value

filename

Name of file to create on TFTP server

ip-addr

IPv4 address of TFTP server

IPv6-addr

IPv6 address of TFTP server

%zone-id

VLAN number

1 — 4,090

hostname

Hostname of TFTP server

User level

read-write

Context

general

Example

To upload the current configuration to Gxxx.cfg on the TFTP server at IP address 135.64.10.33:

Gxxx-001(super)# copy startup-config tftp Gxxx.cfg 135.64.10.33

To upload the current configuration to Gxxx.cfg on the TFTP server at IP address 2001:db8::c0a8:310a:

Gxxx-001(super)# copy startup-config tftp Gxxx.cfg 2001:db8::c0a8:310a

To upload the current configuration to Gxxx.cfg on the TFTP server my.tftp.server:

Gxxx-001(super)# copy startup-config tftp Gxxx.cfg my.tftp.server