- Cisco has Announced CatOS as EOS (So down the road you will not find Critical Bug Fixes)
- Configuration Changes in Cat OS are written to NVRAM immediately after changes are made - No Write Mem is required (Dont be shocked , And beleive me this will lead to some thing really ....... )
- All type of Configurations in CatOs are done Via "Set" command Sequence, executed from the enable mode prompt
- Clear Command will erase a particular command
Here are some examples of CatOs and IOS commands
reset system ---- reload
set system name ---- hostname
set boot system flash ---- boot system flash
show config ---- show run
Below is a useful link for IOS to CatOS Command translation and there is a tool available on Cisco Website whihc can help you to translate whole config into IOS
http://www.cisco.com/en/US/customer/...800c8441.shtml
Upgrade Cisco Router / Switch IOS
One you install and configure any router and switch , its not done for effecient and safer network it is important to keep on upgrading an IOS , as oerating system is open to vulnerabilities which is required to be fixed by patches or ios updates
Latest version of IOS can be downloaded from cisco website with appropriate CCO login.
Setup TFTP server it means you can ping tftp server from your router/ switch hardware.
#write memTo save the config from running to startup
#Copy flash: tftpSource filename [full file name of ios]
Address or name of remote host [ip address of server]
Destination filename
#Copy tftp flash:
mention the name of new ios file on tftp
verify by issueing
# Show flash:
this will show you newly copied IOS file in the flash , if we have less file on flash we need to delete the old ios file .
#boot system flash:/
#reload
sh ver
thats all
Latest version of IOS can be downloaded from cisco website with appropriate CCO login.
Setup TFTP server it means you can ping tftp server from your router/ switch hardware.
#write memTo save the config from running to startup
#Copy flash: tftpSource filename [full file name of ios]
Address or name of remote host [ip address of server]
Destination filename
#Copy tftp flash:
mention the name of new ios file on tftp
verify by issueing
# Show flash:
this will show you newly copied IOS file in the flash , if we have less file on flash we need to delete the old ios file .
#boot system flash:/
#reload
sh ver
No comments:
Post a Comment