Public domain
1- Establish a Console Session with the router.
2- Verify that the TFTP Server has IP Connectivity to the router.
3- Copy the new image into the Flash Memory through the TFTP Server :
AS5300>enable
Password : xxxxx
AS5300#copy tftp flash
Address or name of remote host []? 10.10.10.2
Source filename []? c5300-is-mz.123-12a.bin
Destination filename [c5300-is-mz.123-12a.bin]?
Accessing tftp://10.10.10.2/c5300-is-mz.123-12a.bin...
Erase flash: before copying? [confirm]y
Erasing the flash filesystem will remove all files! Continue? [confirm]y
4- The value of the config-register must be 0x2102 check with "show version" and if it's not :
AS5300#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
AS5300(config)#config-register 0x2102
AS5300(config)#^Z
5- If the first file in the Flash is not the Cisco IOS Software image:
AS5300#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
AS5300(config)#no boot system
AS5300(config)#boot system flash c5300-is-mz.123-12a.bin
AS5300(config)#^Z
6- reload ( save config )
7- check with "show version"
BY: Pejman Moghadam
TAG: as5300, ios
DATE: 2007-07-12 11:34:03