HP A7500 Series Command Reference Manual page 81

Fundamentals
Hide thumbs Also See for A7500 Series:
Table of Contents

Advertisement

source-filename: Source file name.
destination-filename: Destination file name.
vpn-instance vpn-instance-name: Specifies the MPLS L3 VPN where the TFTP server belongs. The
vpn-instance-name argument is a case-sensitive string of 1 to 31 characters.
source: Configures parameters for source address binding.
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 packets sent by
TFTP. If no primary IP address is configured on the source interface, the transmission fails.
ip source-ip-address: Specifies the source IP address for the current TFTP client to transmit packets.
This source address must be an IP address that has been configured on the device.
Description
Use the tftp command to download a specified file from the TFTP server to the local device or upload a
specified local file to the TFTP server in an IPv4 network.
Examples
In standalone mode
1.
# To upgrade the device, download the newest.app file from the TFTP server with the IP address of
192.168.1.26 and save it to both the root directory on the flash of the active MPU and the root directory
on the flash of the standby MPU.
<Sysname> tftp 192.168.1.26 get newest.app startup.app
.
File will be transferred in binary mode
Downloading file from remote TFTP server, please wait..................
TFTP:
2737556 bytes received in 13 second(s)
File downloaded successfully.
// Download the file from the TFTP server to the root directory on the flash of the active MPU.
<Sysname> tftp 192.168.1.26 get newest.app slot1#flash:/startup.app
File will be transferred in binary mode
Downloading file from remote TFTP server, please wait...|
TFTP:
2737556 bytes received in 14 second(s)
File downloaded successfully.
// Download the file from the TFTP server to the root directory on the flash of the standby MPU.
In IRF mode
2.
# To upgrade the device, download the newest.app file from the TFTP server with the IP address of
192.168.1.26 and save it to both the root directory on the flash of the active MPU and a standby MPU (the
ID of the IRF member switch where the standby MPU resides is 2, and the slot number of the standby MPU
is 1) of the IRF fabric.
<Sysname> tftp 192.168.1.26 get newest.app startup.app
.
File will be transferred in binary mode
Downloading file from remote TFTP server, please wait..................
TFTP:
2737556 bytes received in 13 second(s)
File downloaded successfully.
74

Advertisement

Table of Contents
loading

Table of Contents