Loading IOS on Access Server (e.g. AS2509-RJ, AS2511-RJ)

From NesevoWiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Step 1 Enter the following commands to set the configuration register to 0x2101 and reload to the bootstrap image:

Router# config terminal
Router(config)# config-reg 0x2101
Router(config)# end
Router# reload


Step 2 Enter yes in response to the prompt asking if the system configuration has been modified:

  1. System configuration has been modified. Save? yes


Step 3 At the router prompt, enter enable:

Router(boot)> enable


Step 4 configure the interface

Router#configure terminal
Router(config)#interface Ethernet 0
Router(config-if)#ip address 10.0.0.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#exit


Step 5 At the router prompt, enter the following command to copy the new software image from TFTP:

Router(boot)# copy tftp flash
Address or name of remote host []? 10.0.0.2
Source filename []? c2500-i-l.120-5.T
Destination filename [c2500-i-l.120-5.T]? hit enter


Step 6 Enter the following commands to reset the configuration register to 0x2102.

Router(boot)(config)# config terminal
Router(boot)(config)# config-reg 0x2102
Router(boot)(config)# end


Step 7 Enter the reload command to reload the router:

Router# reload


Caution If you upgraded a CiscoPro CPA2500 router, do not save the configuration when prompted.