Specifications

Management Guide CLI
TigerAccess™ EE
SMC7824M/VSW 105
Step 2
Connect to FTP of Master to bring new system image file of CPE stored in Master RAM.
Command Mode Description
load ftp DESTINATION Enable Connects to FTP of Master.
The following is an example of connecting to FTP of Master, 127.1.0.1.
SWITCH# config terminal
SWITCH(config)# bridge
SWITCH(bridge)# load ftp 127.1.0.1
Connected to 127.1.0.1.
220 FTP Server 1.2.4 (FTPD)
Name (127.1.0.1:root): root
331 Password required for root.
Password:
230 User root logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
Step 3
Store system image file as CPE of this switch by using the following command.
Command Mode Description
get FILENAME Ftp Store system image file as CPE of this switch.
To download as binary mode, input “bin” command and input “hash” command to
download as hash mark. The following example shows how to store CPE file.
ftp> cd /
ftp> bin
200 Type set to I.
ftp> hash
Hash mark printing on (1024 bytes/hash mark).
ftp> get cpe
200 PORT command successful.
150 Opening BINARY mode data connection for cpe (464228 bytes).
##############################################################################
##############################################################################
##############################################################################
##############################################################################
##############################################################################
################################################
###############
226 Transfer complete.
464228 bytes received in 0 secs (1600 Kbytes/sec)
ftp>