HP MSR2000/3000/4000 Router Series Fundamentals Command Reference

126
Parameters
tftp-ipv6-server: Specifies the IPv6 address or host name of a TFTP server. The host name can be a
case-insensitive string of 1 to 253 characters and can contain only letters, digits, hyphens (-), underscores
(_), and dots (.).
-i interface-type interface-number: Specifies an output interface by its type and number. This parameter
can be used only when the TFTP server address is a link local address and the specified output interface
has a link local address. For link local address configuration, see Layer 3—IP Services Configuration
Guide.
get: Downloads a file and writes the file directly to the destination folder. If the destination folder already
has a file using the name, the system deletes the existing file before starting the download operation. In
this operation mode, the existing file is lost even if the download operation fails.
put: Uploads a file.
sget: Downloads a file and saves the file to memory first. If the file is downloaded and written to memory
successfully, the system copies the file from memory to the destination folder and deletes the file from
memory. If the destination folder already has a file using the name, the system overwrites the existing file
when copying the file from memory to the destination folder. This operation mode is safer than the
operation mode indicated by the get keyword.
source-file: Specifies the source file name, a case-insensitive string of 1 to 255 characters.
destination-file: Specifies the destination file name, a case-insensitive string of 1 to 255 characters. If this
argument is not specified, the file uses the source file name.
vpn-instance vpn-instance-name: Specifies the VPN instance to which the TFTP server belongs. The
vpn-instance-name argument is a case-sensitive string of 1 to 31 characters. If the TFTP server belongs to
the public network, do not specify this option.
dscp dscp-value: Specifies the DSCP value for IPv6 to use in outgoing TFTP packets to indicate the packet
transmission priority, in the range of 0 to 63. The default is 0.
source { interface interface-type interface-number | ipv6 source-ipv6-address }: Specifies the source
address for outgoing TFTP packets. If this keyword is not specified, the device uses the primary IPv6
address of the output interface for the route to the server as the source IPv6 address of outgoing TFTP
packets.
interface interface-type interface-number: Specifies an interface by its type and number. The
primary IPv6 address of this interface will be used as the source IPv6 address for outgoing TFTP
packets. Make sure the interface is up and has the primary IPv6 address configured. Otherwise, the
transmission fails.
ipv6 source-ipv6-address: Specifies an IPv6 address. This address must be the IPv6 address of an
interface in up state. Otherwise, the transmission fails.
source { interface interface-type interface-number | ipv6 source-ipv6-address }: Specifies the source
address for outgoing 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 an interface by its type and number. The IPv6
address of this interface will be used as the source address for outgoing TFTP packets. Make sure
the interface is up. Otherwise, the transmission fails.
ip
v6 source-ipv6-address: Specifies an IPv6 address. This address must be the IPv6 address of an
interface in up state. Otherwise, the transmission fails.