HP MSR2000/3000/4000 Router Series Fundamentals Command Reference

123
TFTP commands
The device supports the FIPS mode that complies with NIST FIPS 140-2 requirements. Support for features,
commands, and parameters might differ in FIPS mode and non-FIPS mode. For more information about
FIPS mode, see Security Configuration Guide.
In FIPS mode, the device does not support TFTP.
tftp
Use tftp to download a file from the TFTP server to the local device or upload a local file to the TFTP server
in an IPv4 network.
Syntax
tftp server-address { get | put | sget } source-filename [ destination-filename ] [ vpn-instance
vpn-instance-name ] [ dscp dscp-value | source { interface interface-type interface-number | ip
source-ip-address } ]
Views
User view
Predefined user roles
network-admin
Parameters
server-address: Specifies the IPv4 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 (.).
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-filename: Specifies the source file name, a case-insensitive string of 1 to 1 to 255 characters.
destination-filename: 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 IPv4 to use for outgoing TFTP packets to indicate the packet
transmission priority, in the range of 0 to 63. The default is 0.