Uploading files from an ipv6 tftp server – Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual

Page 529

Advertising
background image

Multi-Service IronWare Routing Configuration Guide

501

53-1003033-02

Using the IPv6 ncopy command

Copying the running or startup configuration to an
IPv6 TFTP server

For example, to copy a device’s running or startup configuration to an IPv6 TFTP server, enter a
command such as the following.

Brocade# ncopy running-config tftp ipv6 2001:db8:e0ff:7837::3 bakrun.cfg

This command copies a device’s running configuration to a TFTP server with the IPv6 address of
2001:db8:e0ff:7837::3 and names the destination file bakrun.cfg.

Syntax: ncopy running-config | startup-config tftp ipv6 destination-file-name

Specify the running-config keyword to copy the device’s running configuration or the startup-config
keyword to copy the device’s startup configuration.

The tftp ipv6-address parameter specifies the address of the TFTP server. You must specify this
address in hexadecimal using 16-bit values between colons as documented in RFC 2373.

The destination-file-name parameter specifies the name of the running configuration that is copied
to the IPv6 TFTP server.

Uploading files from an IPv6 TFTP server

You can upload the following files from an IPv6 TFTP server:

Primary boot image.

Secondary boot image.

Running configuration.

Startup configuration.

Uploading a primary or secondary boot image from an IPv6 TFTP server

For example, to upload a primary or secondary boot image from an IPv6 TFTP server to a device’s
flash memory, enter a command such as the following.

Brocade# ncopy tftp ipv6 2001:db8:e0ff:7837::3 primary.img flash primary

This command uploads the primary boot image named primary.img from a TFTP server with the
IPv6 address of 2001:db8:e0ff:7837::3 to the device’s primary storage location in flash memory.

Syntax: ncopy tftp ipv6 source-file-name flash primary | secondary

The tftp ipv6-address parameter specifies the address of the TFTP server. You must specify this
address in hexadecimal using 16-bit values between colons as documented in RFC 2373.

The source-file-name parameter specifies the name of the file you want to copy from the TFTP
server.

The primary keyword specifies the primary location in flash memory, while the secondary keyword
specifies the secondary location in flash memory.

Advertising