R211x-HP Flexfabric 11900 Fundamentals Configuration Guide

86
The message "200 Type is Image (Binary)" appears only in Release 2111 or later.
# Set the file transfer mode to binary. This step is required in a version prior to Release 2111. I n R e l e a s e
2111 or later, the default mode is binary.
ftp> binary
200 TYPE is now 8-bit binary
# Download the file temp.bin from the PC to the Flash root directory of the global active MPU.
ftp> get temp.bin
local: temp.bin remote: temp.bin
150 Connecting to port 47457
226 File successfully transferred
23951480 bytes received in 95.399 seconds (251.0 kbyte/s)
# Download the file temp.bin from the PC to the Flash root directory of the global standby MPUs. (In this
example, the IRF fabric has three standby MPUs: one in slot 5 of member device 1, one in slot 4 of
member device 2, and one in slot 5 of member device 2.)
ftp> get temp.bin chassis1#slot5#flash:/temp.bin
ftp> get temp.bin chassis2#slot4#flash:/temp.bin
ftp> get temp.bin chassis2#slot5#flash:/temp.bin
# Upload the configuration file config.cfg from the IRF fabric to the PC for backup.
ftp> ascii
200 TYPE is now ASCII
ftp> put config.cfg back-config.cfg
local: config.cfg remote: back-config.cfg
150 Connecting to port 47461
226 File successfully transferred
3494 bytes sent in 5.646 seconds (618.00 kbyte/s)
ftp> bye
221-Goodbye. You uploaded 2 and downloaded 2 kbytes.
221 Logout.
<Sysname>