copy running-config tftp

Last Updated : Nov 06, 2012 |

Uploads the current configuration to a file on a TFTP server. Uncommitted changes to the configuration are 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 running-config tftp filename {<ip-addr>|<IPv6–addr>[%zone-id]|<hostname>}

Parameters

Parameter

Description

Possible Values

Default Value

filename

File name with full path

string

ip-addr

IPv4 address of the server

IPv6-addr

IPv6 address of the server

%zone-id

VLAN number

1 — 4,090

hostname

Hostname of the 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 running-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 running-config tftp Gxxx.cfg 2001:db8::c0a8:310a

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

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