copy tftp SW_imageA

Last Updated : Apr 12, 2018 |

This command downloads a software image from a TFTP server into Bank A of the Branch Gateway. The command prompts for the username and password.

Note:

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, you do not need an additional TFTP server.

Syntax

copy tftp SW_imageA 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 download the software file, imgA.bin, from the TFTP server 149.49.36.200 into boot bank A:
Gxxx-001(super)# copy tftp SW_imageA c:\imgA.bin 149.49.36.200
Beginning download operation ...
This operation may take a few minutes...
Please refrain from any other operation during this time.
To download the software file, imgA.bin, from the TFTP server 2001:db8::9531:8699 into boot bank A:
Gxxx-001(super)# copy tftp SW_imageA c:\imgA.bin 2001:db8::9531:8699
Beginning download operation ...
This operation may take a few minutes...
Please refrain from any other operation during this time.
To download the software file, imgA.bin, from the TFTP server my.tftp.server into boot bank A:
Gxxx-001(super)# copy tftp SW_imageA c:\imgA.bin my.tftp.server
Beginning download operation ...
This operation may take a few minutes...
Please refrain from any other operation during this time.