How to Clear Switch Configuration: Difference between revisions

From ITCwiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
To clear switch configuration you need access to the Cisco Catalyst Switch console through either a physical console or a Telnet connection.


== To clear switch configuration ==
== Clear switch configuration ==


Issue the erase starting-config command.
Issue the erase starting-config command in Privileged EXEC mode.


Switch#erase startup-config
Switch#erase startup-config
Line 11: Line 12:
  Switch#
  Switch#


At this stage, the switch configuration has reset to the factory defaults, with the exclusion of the VLAN information. VLANs are kept in a seperate file from the startup-config (NVRAM).  
At this stage, the switch configuration is cleared except the VLAN information. VLANs are kept in a seperate file from the startup-config (NVRAM).


== Verify the VLAN information Before deletion ==


 
Issue the show vlan brief command in Privileged EXEC mode.
 
== To verify the VLAN information ==
 
Issue the show vlan brief command


Switch#show vlan brief
Switch#show vlan brief
Line 39: Line 37:
  1004 fddinet-default                  act/unsup
  1004 fddinet-default                  act/unsup
  1005 trnet-default                    act/unsup
  1005 trnet-default                    act/unsup
  Switch#
  Switch#


Line 48: Line 45:
  Delete filename [vlan.dat]?
  Delete filename [vlan.dat]?
  Delete flash:vlan.dat? [confirm]
  Delete flash:vlan.dat? [confirm]
Switch#


Switch#
At the prompt press Enter.




Line 57: Line 55:


Switch#reload
Switch#reload
----


  System configuration has been modified. Save? [yes/no]: n
  System configuration has been modified. Save? [yes/no]: n
  Proceed with reload? [confirm]
  Proceed with reload? [confirm]
  <output omitted>
  <output omitted>
  Would you like to terminate autoinstall? [yes]: y
  Would you like to terminate autoinstall? [yes]: y
 
      --- System Configuration Dialog ---
 
        --- System Configuration Dialog ---
 
  Would you like to enter the initial configuration dialog? [yes/no]: n
  Would you like to enter the initial configuration dialog? [yes/no]: n
  Switch>
  Switch>


 
----
 


== After reload check the vlan information ==
== After reload check the vlan information ==

Latest revision as of 04:27, 17 October 2010

To clear switch configuration you need access to the Cisco Catalyst Switch console through either a physical console or a Telnet connection.

Clear switch configuration

Issue the erase starting-config command in Privileged EXEC mode.

Switch#erase startup-config

Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]
[OK]
Erase of nvram: complete
Switch#

At this stage, the switch configuration is cleared except the VLAN information. VLANs are kept in a seperate file from the startup-config (NVRAM).

Verify the VLAN information Before deletion

Issue the show vlan brief command in Privileged EXEC mode.

Switch#show vlan brief

VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4
                                               Fa0/5, Fa0/6, Fa0/7, Fa0/8
                                               Fa0/9, Fa0/10, Fa0/11, Fa0/12
                                               Fa0/13, Fa0/14, Fa0/15, Fa0/16
                                               Fa0/17, Fa0/18, Fa0/19, Fa0/20
                                               Fa0/21, Fa0/22, Fa0/23, Fa0/24
                                               Gi0/1, Gi0/2
10   Faculty/Staff                    active
20   Students                         active
30   Wireless                         active
99   Management                       active
1002 fddi-default                     act/unsup
1003 token-ring-default               act/unsup
1004 fddinet-default                  act/unsup
1005 trnet-default                    act/unsup
Switch#


Delete the VLAN information from Flash

Switch#delete flash:vlan.dat

Delete filename [vlan.dat]?
Delete flash:vlan.dat? [confirm]
Switch# 

At the prompt press Enter.


Reload the switch

Do not save at the prompt. Otherwise, the switch reloads with the current running configuration and does not clear the switch configuration.

Switch#reload


System configuration has been modified. Save? [yes/no]: n
Proceed with reload? [confirm]
<output omitted>
Would you like to terminate autoinstall? [yes]: y
      --- System Configuration Dialog ---
Would you like to enter the initial configuration dialog? [yes/no]: n
Switch>

After reload check the vlan information

check the VLAN information with the show vlan brief command.

Switch#show vlan brief

VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4
                                               Fa0/5, Fa0/6, Fa0/7, Fa0/8
                                               Fa0/9, Fa0/10, Fa0/11, Fa0/12
                                               Fa0/13, Fa0/14, Fa0/15, Fa0/16
                                               Fa0/17, Fa0/18, Fa0/19, Fa0/20
                                               Fa0/21, Fa0/22, Fa0/23, Fa0/24
                                               Gi0/1, Gi0/2
1002 fddi-default                     act/unsup
1003 token-ring-default               act/unsup
1004 fddinet-default                  act/unsup
1005 trnet-default                    act/unsup

Compiled Thu 19-Jul-07 20:06 by nachen