copy tftp startup-config

Last Updated : Nov 06, 2012 |

Copies the Branch Gateway configuration from the saved TFTP file to the Startup Configuration NVRAM.

To use this command, you need to have an active TFTP server, and to create a file into which to download the data. If Avaya Network Manager is running, an additional TFTP server is not required.

Syntax

copy tftp startup-config 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 copy the configuration file router1.cfg from the TFTP server 192.168.49.10 into the startup configuration:

Gxxx-001(super)# copy tftp startup-config c:\Gxxx\router1.cfg 192.168.49.10

To copy the configuration file router1.cfg from the TFTP server 2001:db8::c0a8:310a into the startup configuration:

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

To copy the configuration file router1.cfg from the TFTP server my.tftp.server into the startup configuration:

Gxxx-001(super)# copy tftp startup-config c:\Gxxx\router1.cfg my.tftp.server