User Tools

Site Tools


networking:switch:cisco_switch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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://www.cisco.com/en/US/products/hw/switches/ps607/products_tech_note09186a00800c4546.shtml
  
 ==== CatOS ==== ==== CatOS ====
Line 8: Line 10:
   - Enter ''clear config'' all to reset the entire system.   - Enter ''clear config'' all to reset the entire system.
    
-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 ''set boot'' command.
  
 ==== 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've created for their switches. Depending on the hardware version of your switch and the software version of your OS, the command for this varies. For more information, check out Cisco's "Resetting Catalyst Switches to Factory Defaults" documentation, which walks you through the commands for clearing VLAN information from your switch.+It's almost clean, but not quite. Most people forget to clear any VLAN information they've created for their switches. Depending on the hardware version of your switch and the software version of your OS, the command for this varies. 
 + 
 +<file> 
 +show vlan 
 + 
 +dir flash: 
 + 
 +dir cat4000_flash: 
 + 
 +dir const_nvram: 
 + 
 +delete flash:vlan.dat 
 + 
 +erase cat4000_flash: 
 + 
 +reload 
 +</file>
  
 ===== Upgrade Firmware ===== ===== Upgrade Firmware =====
Line 62: Line 80:
  
 <file> <file>
-show boot+show bootvar
  
 show config show config
Line 94: Line 112:
  
 <file> <file>
-show boot+show bootvar
  
 reload reload
 </file> </file>
 +
 +Verify the new system image:
 +
 +<file>
 +show version
 +</file>
 +
 +http://www.cisco.com/en/US/products/hw/routers/ps133/products_tech_note09186a008022493f.shtml
 +
 +Verify this in the output:
 +
 +<file>
 +Configuration register is 0x2102
 +</file>
 +
 +
networking/switch/cisco_switch.1372969718.txt.gz · Last modified: 2013/07/04 14:28 by gcooper