cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
262
Views
0
Helpful
1
Replies

Loading IOS and Configuration Files from multiple locations

kpatoli
Level 1
Level 1

Kindly let me know who can I load IOS from a TFTP Server ?

In case TFTP Server is not available due to network traffic, I want to load the the IOS from the Flash. What should be the command?

In case both TFTP Server and Flash are unavailable, how can I load a striped IOS version from the ROM?

Can all these configuration commands be executed in a single step?

And also let me know what will be the values of Configuration Register?

Thanks

1 Reply 1

rhelewau
Level 1
Level 1

You can use the boot system command.

like this :

boot system tftp filename x.x.x.x

boot system flash

boot system rom

See :

http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/fun_r/frprt2/frd2005.htm#1017706

Bear in mind the order of this commands is important ( you configure the order ) and use boot system flash will get the first ios image in flash by default.