Downloading The Software
Downloading The Software
5424/5448
Using TFTP and the CLI to download software and boot code
NOTE: A TFTP server must be on the network and the switch software must be accessible
by the TFTP server before attempting to download the switch software by TFTP.
1. Connect to the serial port (default setting 9600 baud, 8 data bits, no start bits, 1 stop
bits) and enter the CLI mode. The following prompt is displayed:
console>
2. Ensure that an IP address is assigned to at least one port on the switch. Use the
following commands to assign an IP address to vlan 1 (this example uses IP address
10.10.10.101).
console> enable
console# config
console# interface vlan 1
console(config-if)# ip address 10.10.10.101 /24
console(config-if)# exit
config(config)# exit
config#
5. Enter console# show bootvar to verify which image is active. The following is an
example of the information which is displayed:
"*" designates that the image was selected for the next boot
When new software is downloaded, it goes to the “not active” image. Since image-2 has
the new software (the not active image), enter console# boot system image-2 to boot
from image2
console# reload
This command will reset the whole system and disconnect your current
session. Do you want to continue (y/n)[n]?
The switch software can be downloaded via the Startup menu accessed during the boot
process. The boot process can be initiated by cycling power or by commanding a reload from
the CLI (command line interface).
1. Connect to the serial port (default setting 9600 baud, 8 data bits, no start bits, 1 stop
bits) and enter the CLI mode. The following prompt is displayed:
console>
console> enable
console#
console# reload
This command will reset the whole system and disconnect your current
session. Do you want to continue (y/n)[n]?
Startup Menu
7. Using any VT100 emulator (Windows HyperTerminal shown here), select the download
file option. The Send File window is displayed. Click the Send button.
8. Enter the path and filename for the software (5324-10047.ros)
11. Once the download is complete (this may take an hour or longer), the device
reboots automatically.