R3102-R3103-HP 6600/HSR6600 Routers Fundamentals Configuration Guide
90
TFTP client configuration example
(6602/HSR6602)
Network requirements
Configure the PC in Figure 46 as a TFTP server, and use TFTP to download the system software image file
newest.bin from the PC to the router and upload the configuration file config.cfg from the router to the PC
for backup.
Figure 46 Network diagram
Configuration procedure
This configuration procedure assumes that the PC and the router can reach each other.
1. Configure the PC (TFTP server):
{ Enable the TFTP server. (Details not shown.)
{ Configure a TFTP working directory. (Details not shown.)
2. Configure the router (TFTP client):
# Examine the storage medium of the router for insufficiency or impairment. If no sufficient free
space is available, use the fixdisk command to fix the storage medium or use the
delete/unreserved file-url command to delete unused files. (Details not shown.)
# Download system software image file newest.bin from the PC.
<Router> tftp 1.2.1.1 get newest.bin
# Upload a configuration file config.cfg to the TFTP server.
<Router> tftp 1.2.1.1 put config.cfg configback.cfg
# Specify newest.bin as the main system software image file for the next startup.
<Router> boot-loader file newest.bin main
IMPORTANT:
The system software image file used for the next startup must be saved in the root directory of the stora
g
e
medium.
# Reboot the router and the software is upgraded.
<Router> reboot










