This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:switch:cisco_switch [2013/07/04 14:28] gcooper |
networking:switch:cisco_switch [2013/10/22 11:30] (current) gcooper |
||
---|---|---|---|
Line 2: | Line 2: | ||
===== Clear the Configuration ===== | ===== Clear the Configuration ===== | ||
+ | |||
+ | http:// | ||
==== CatOS ==== | ==== CatOS ==== | ||
Line 8: | Line 10: | ||
- Enter '' | - Enter '' | ||
- | You don't need to reload the switch because processing the command wipes the switch. If you've set a boot option, you need to change that option using the set boot command. | + | You don't need to reload the switch because processing the command wipes the switch. If you've set a boot option, you need to change that option using the '' |
==== IOS ==== | ==== IOS ==== | ||
Line 19: | Line 21: | ||
- Confirm that you want to reload the switch, and your switch configuration is almost clean. | - Confirm that you want to reload the switch, and your switch configuration is almost clean. | ||
- | It's almost clean, but not quite. Most people forget to clear any VLAN information they' | + | It's almost clean, but not quite. Most people forget to clear any VLAN information they' |
+ | |||
+ | < | ||
+ | show vlan | ||
+ | |||
+ | dir flash: | ||
+ | |||
+ | dir cat4000_flash: | ||
+ | |||
+ | dir const_nvram: | ||
+ | |||
+ | delete flash:vlan.dat | ||
+ | |||
+ | erase cat4000_flash: | ||
+ | |||
+ | reload | ||
+ | </ | ||
===== Upgrade Firmware ===== | ===== Upgrade Firmware ===== | ||
Line 62: | Line 80: | ||
< | < | ||
- | show boot | + | show bootvar |
show config | show config | ||
Line 94: | Line 112: | ||
< | < | ||
- | show boot | + | show bootvar |
reload | reload | ||
</ | </ | ||
+ | |||
+ | Verify the new system image: | ||
+ | |||
+ | < | ||
+ | show version | ||
+ | </ | ||
+ | |||
+ | http:// | ||
+ | |||
+ | Verify this in the output: | ||
+ | |||
+ | < | ||
+ | Configuration register is 0x2102 | ||
+ | </ | ||
+ | |||
+ |