R21xx-HP FlexFabric 11900 Fundamentals Command Reference

105
vpn-instance vpn-instance-name: Specifies the MPLS L3VPN where the TFTP server belongs to. The
vpn-instance-name argument is a case-sensitive string of 1 to 31 characters. If the TFTP server is on the
public network, do not specify this option.
source: Specifies the source address of sent IPv6 TFTP packets. If this keyword is not specified, the device
automatically selects a source IPv6 address. For more information, see RFC 3484.
interface interface-type interface-number: Specifies the source interface by its type and number. The
IPv6 address configured on the source interface is the source address of sent TFTP packets. Make
sure the interface is up. Otherwise, the transmission fails.
ip source-ip-address: Specifies the source IPv6 address of sent TFTP packets, The source address
must be an IPv6 address that has been configured on the device, and its interface must be up.
Usages guidelines
The source IPv6 address specified with the tftp ipv6 command takes precedence over the one specified
with the tftp client ipv6 source command.
The source IPv6 address specified with the tftp client ipv6 source command applies to all TFTP
connections while the one specified with the tftp ipv6 command applies only to the current TFTP
connection.
Examples
# Download the new.bin file from the TFTP server at 2001::1 and save it as new.bin.
<Sysname> tftp ipv6 2001::1 get new.bin new.bin
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 13.9M 100 13.9M 0 0 1206k 0 0:00:11 0:00:11 --:--:-- 1206k
For more information about the command output, see Table 14.
tftp client ipv6 source
Use tftp client ipv6 source to specify the source address for TFTP packets sent by the IPv6 TFTP client.
Use undo tftp client ipv6 source to restore the default.
Syntax
tftp client ipv6 source { interface interface-type interface-number | ipv6 source-ipv6-address }
undo tftp client ipv6 source
Default
No source address is configured. The device automatically selects a source IPv6 address as defined in
RFC 3484.
Views
System view
Predefined user roles
network-admin
Parameters
interface interface-type interface-number: Specifies the source interface by its type and number. The IPv6
address configured on the source interface is the source address of sent TFTP packets. Make sure the
interface is up. Otherwise, the transmission fails.