Cisco Router auf Werkseinstellungen zurücksetzen

Cisco Router

Oftmals ist es einfacher einen Cisco Router auf Werkseinstellungen zurückzusetzen als ihn umzukonfigurieren. Das hat den Vorteil, dass man, gerade bei einer komplexen und aufwändigen Konfiguration nichts übersieht und eventuelle Altlasten dazwischen funken.

Router auf Werkseinstellungen zurücksetzen

Methode 1

1. Als erstes muss überprüft werden, auf welchem Config-Register aktuell läuft. Dies kann man einfach über den Befehl show version überprüfen. Am Ende des Outputs steht dann Config Register is 0x2102.

Router#show version
Cisco IOS Software, VG3X0 Software (VG3X0-UNIVERSALK9-M), Version 15.4(3)M3, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2015 by Cisco Systems, Inc.
Compiled Fri 05-Jun-15 17:29 by prod_rel_team

ROM: System Bootstrap, Version 15.4(3r)M1a, RELEASE SOFTWARE (fc1)

Router uptime is 1 day, 14 hours, 14 minutes
System returned to ROM by power-on
System image file is "flash0:vg3x0-universalk9-mz.SPA.154-3.M3.bin"
Last reload type: Normal Reload
Last reload reason: power-on



This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export@cisco.com.

Cisco VG320 (revision 1.0) with 1003520K/45056K bytes of memory.
Processor board ID FGL2023103U
2 Gigabit Ethernet interfaces
1 Virtual Private Network (VPN) Module
DRAM configuration is 32 bits wide with parity enabled.
255K bytes of non-volatile configuration memory.
255488K bytes of ATA System CompactFlash 0 (Read/Write)


License Info:

License UDI:

-------------------------------------------------
Device#   PID                   SN
-------------------------------------------------
*0        VG320                 FGL2023103U     



Technology Package License Information for Module:'vg3x0' 

------------------------------------------------------------------------
Technology    Technology-package                  Technology-package
              Current              Type           Next reboot  
------------------------------------------------------------------------
ipbase        ipbasek9             None           ipbasek9
security      securityk9           RightToUse     securityk9
uc            None                 None           None
data          datak9               RightToUse     datak9
NtwkEss       None                 None           None
CollabPro     None                 None           None

Configuration register is 0x2102

Möchte man den Router auf Werkseinstellungen, also auf Factory Defaults setzen, so muss das Register auf 0x2102 gesetzt werden. Dies geschieht im globalen Konfigurationsmodus:

Router#configure terminal
Router(config)#config-register 0x2102
Router(config)#end
Router#

2. Hat man das erledigt, muss man die aktuelle Startup-Konfiguration mittels write erase löschen.

Router#write erase

3. Danach muss man den Router mittels dem Befehl reload neustarten. Wenn der Router die Abfrage bringt, ob man die aktuelle Konfiguration speichern möchte, wählt man no aus. Andernfalls fährt der Router wieder mit der aktuellen running-config, die man ja eigentlichen zurücksetzen möchte, hoch.

Router#reload
System configuration has been modified. Save?  [yes/no]: n 
Proceed with reload? [confirm]

Sobald der Router erfolgreich hochgefahren ist, erscheint die folgende Meldung:

--- System Configuration Dialog ---
Would you like to enter the initial configuration dialog? [yes/no]:

Methode 2

1. In den nachfolgenden Schritten wird das config-register 0x2142 verwendet, um den Router zurückzusetzen.

Router#configure terminal
Router(config)#config-register 0x2142
Router(config)#end
Router#

Dadurch wird beim nächsten Reboot die aktuelle Startup-Konfiguration ignoriert. Der Output unter show version, sieht wie folgt aus:

Router#show version
Cisco IOS Software, VG3X0 Software (VG3X0-UNIVERSALK9-M), Version 15.4(3)M3, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2015 by Cisco Systems, Inc.
Compiled Fri 05-Jun-15 17:29 by prod_rel_team

ROM: System Bootstrap, Version 15.4(3r)M1a, RELEASE SOFTWARE (fc1)

Router uptime is 1 day, 14 hours, 19 minutes
System returned to ROM by power-on
System image file is "flash0:vg3x0-universalk9-mz.SPA.154-3.M3.bin"
Last reload type: Normal Reload
Last reload reason: power-on



This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export@cisco.com.

Cisco VG320 (revision 1.0) with 1003520K/45056K bytes of memory.
Processor board ID FGL2023103U
2 Gigabit Ethernet interfaces
1 Virtual Private Network (VPN) Module
DRAM configuration is 32 bits wide with parity enabled.
255K bytes of non-volatile configuration memory.
255488K bytes of ATA System CompactFlash 0 (Read/Write)


License Info:

License UDI:

-------------------------------------------------
Device#   PID                   SN
-------------------------------------------------
*0        VG320                 FGL2023103U     



Technology Package License Information for Module:'vg3x0' 

------------------------------------------------------------------------
Technology    Technology-package                  Technology-package
              Current              Type           Next reboot  
------------------------------------------------------------------------
ipbase        ipbasek9             None           ipbasek9
security      securityk9           RightToUse     securityk9
uc            None                 None           None
data          datak9               RightToUse     datak9
NtwkEss       None                 None           None
CollabPro     None                 None           None

Configuration register is 0x2102 (will be 0x2142 at next reload)

2. Im nächsten Schritt wird der Router mittels reload neugestartet. Wie bei Methode 1 wird hier ebenfalls das Speichern mit no ausgeschlagen.

Router#reload
System configuration has been modified. Save? [yes/no]: n 
Proceed with reload? [confirm]

3. Der Systemkonfigurationsdialog erscheint nach erfolgreichem Hochfahren, den man wieder mit no ablehnen sollte.

--- System Configuration Dialog ---
Would you like to enter the initial configuration dialog? [yes/no]:

Jetzt ändert man das config-register wieder im globalen Konfigurationsmodus auf 0x2102.

Router#configure terminal
Router(config)#config-register 0x2102
Router(config)#end
Router#

Danach überschreibt man mittels write memory die startup-config mit der Konfiguration die aktuell läuft, also der running-config.

Router#write erase

Erneut muss der Router wieder mit reload neugestartet werden.

Router#reload

4. Nach erfolgreichem Reboot kommt die Abfrage wieder nach dem Konfigurationsdialog und man kann loslegen.

--- System Configuration Dialog --- 
Would you like to enter the initial configuration dialog? [yes/no]:

Abschluss

Das waren zwei einfache und schnelle Varianten wie man einen Cisco Router auf Werkseinstellungen zurücksetzen kann.

Start the discussion

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert