R21xx-HP FlexFabric 11900 Fundamentals Command Reference

102
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.
TFTP is not supported in FIPS mode.
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 } source-filename [ destination-filename ] [ vpn-instance
vpn-instance-name ] [ source { interface interface-type interface-number | ip source-ip-address } ]
Views
User view
Predefined user roles
network-admin
Parameters
server-address: Specifies the IP address or host name of a TFTP server, a string of 1 to 253 characters.
get: Downloads a file.
put: Uploads a file.
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 MPLS L3VPN where the TFTP server belongs. 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: Configures the source IP address for sent TFTP packets. If this keyword is not specified, the device
uses the primary IP address of the output interface of the route to the server as the source IP address of
sent TFTP packets.
interface interface-type interface-number: Specifies the source interface by its type and number. The
primary IP address configured on the source interface is the source IP address of the TFTP packets.
Make sure the interface is up and has the primary IP address configured. Otherwise, the
transmission fails.
ip source-ip-address: Specifies the source IP address of sent TFTP packets. The source address must
be an IP address that has been configured on the device, and its interface must be up.
Usages guidelines
The source address specified with the tftp command takes precedence over the one specified with the tftp
client source command.