113
Default
No source address is specified for TFTP packets sent to an IPv6 TFTP server. The device selects a
source IPv6 address as defined in RFC 3484.
Views
System view
Predefined user roles
network-admin
mdc-admin
Parameters
interface
interface-type interface-number
: Specifies an interface by its type and number. The device
will use the interface's IPv6 address as the source address. For successful TFTP packet
transmission, make sure the interface is up and is configured with an IPv6 address.
ipv6
source-ipv6-address
: Specifies an IPv6 address . For successful TFTP packet transmission,
make sure this address is the IPv6 address of an interface in up state on the device.
Usage guidelines
If you execute this command multiple times, the most recent configuration takes effect.
The source address specified with the
tftp ipv6
command takes precedence over the source
address specified with the
tftp client ipv6 source
command.
The source address specified with the
tftp client ipv6 source
command applies to all TFTP
connections. The source address specified with the
tftp
ipv6
command applies only to the TFTP
connection that is being established.
Examples
# Specify the source IPv6 address of 2000::1 for TFTP packets sent to an IPv6 TFTP server.
<Sysname> system–view
[Sysname] tftp client ipv6 source ipv6 2000::1
Related commands
tftp ipv6
tftp client source
Use
tftp client source
to specify the source IPv4 address for TFTP packets sent by the TFTP client.
Use
undo tftp client source
to restore the default.
Syntax
tftp
client
source
{
interface
interface-type interface-number
|
ip
source-ip-address
}
undo
tftp
client
source
Default
No source IPv4 address is configured for outgoing TFTP packets. The device uses the primary IPv4
address of the output interface for the route to the server as the source IP address.
Views
System view
Predefined user roles
network-admin
mdc-admin