Using the ipv6 ncopy command – Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual
Page 528

500
Multi-Service IronWare Routing Configuration Guide
53-1003033-02
Using the IPv6 ncopy command
The overwrite keyword specifies that the device should overwrite the current configuration file with
the copied file. If you do not specify this parameter, the device copies the file into the current
running or startup configuration but does not overwrite the current configuration.
NOTE
You cannot use the overwrite option from non-console sessions, because it will disconnect the
session.
When a configuration file is loaded using the
copy tftp running-config
command, the following
commands within the configuration file are supported.
•
isis metric command - refer to
“Configuring IPv6 IS-IS” on page 712
.
•
set-overload-bit command - refer to
•
admin-group - refer to the Multi-Service IronWare Multiprotocol Label Switch (MPLS)
Configuration Guide.
•
cspf-group - refer to the Multi-Service IronWare Multiprotocol Label Switch (MPLS)
Configuration Guide.
•
bypass-lsp - refer to the Multi-Service IronWare Multiprotocol Label Switch (MPLS)
Configuration Guide.
Using the IPv6 ncopy command
The ncopy command for IPv6 allows you to do the following:
•
Copy a primary or secondary boot image from flash memory to an IPv6 TFTP server.
•
Copy the running configuration to an IPv6 TFTP server.
•
Copy the startup configuration to an IPv6 TFTP server
•
Upload various files from an IPv6 TFTP server.
Copying a primary or secondary boot image from
flash memory to an IPv6 TFTP server
For example, to copy the primary or secondary boot image from the device’s flash memory to an
IPv6 TFTP server, enter a command such as the following.
Brocade# ncopy flash primary tftp ipv6 2001:db8:e0ff:7837::3 primary.img
This command copies the primary boot image named primary.img from flash memory to a TFTP
server with the IPv6 address of 2001:db8:e0ff:7837::3.
Syntax: ncopy flash primary | secondary tftp ipv6 source-file-name
The primary keyword specifies the primary boot image, while the secondary keyword specifies the
secondary boot image.
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 flash memory.