R3303-HP HSR6800 Routers Fundamentals Configuration Guide
81
Figure 42 Network diagram
Configuration procedure
# Examine the storage space of the device 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.)
# Log in to the server at 10.1.1.1 using the username abc and password abc.
<Sysname> ftp 10.1.1.1
Trying 10.1.1.1 ...
Press CTRL+K to abort
Connected to 10.1.1.1.
220 WFTPD 2.0 service (by Texas Imperial Software) ready for new user
User(10.1.1.1:(none)):abc
331 Give me your password, please
Password:
230 Logged in successfully
# Set the file transfer mode to binary.
[ftp] binary
200 Type set to I.
# Download the system software image file newest.bin from the PC to the IRF fabric:
• Download the file newest.bin from the PC to the CF root directory (cfa0:/) of the IRF fabric's active
MPU.
[ftp] get newest.bin
• Download the file newest.bin from the PC to the CF root directories of the IRF fabric's standby MPUs.
(Suppose the IRF fabric has three standby MPUs: one in slot 1 of member device 1, one in slot 0 of
member device 2, and one in slot 1 of member device 2.)
[ftp] get newest.bin chassis1#slot1#cfa0:/newest.bin
227 Entering Passive Mode (10,1,1,1,10,68).
125 BINARY mode data connection already open, transfer starting for
chassis1#slot1#cfa0:/newest.bin.
226 Transfer complete.
FTP: 23951480 byte(s) received in 95.399 second(s), 251.00K byte(s)/sec.
[ftp] get newest.bin chassis2#slot0#cfa0:/newest.bin
227 Entering Passive Mode (10,1,1,1,12,43).
125 BINARY mode data connection already open, transfer starting for
chassis2#slot0#cfa0:/newest.bin.
226 Transfer complete.
Internet
IRF (FTP client)
IP: 10.2.1.1/16
Note: The orange line represents an IRF link.
Master
(Member_ID=1)
Subordinate
(Member_ID=2)
10.1.1.1/16
FTP server
PC