Benutzer-Werkzeuge

Webseiten-Werkzeuge


ne:cisco:passwords

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
ne:cisco:passwords [2018/01/23 06:49] – angelegt adminne:cisco:passwords [2023/05/07 07:14] (aktuell) – [Cisco Router] admin
Zeile 1: Zeile 1:
 ====== Password-Recovery ====== ====== Password-Recovery ======
 +
 +===== Cisco Router =====
 +
 +  - Boot-Prozess unterbrechen, z.B. auf 4221 mit Ctrl-C
 +  - ''rommon 1>'' **confreg 0x2142**
 +  - ''rommon 2>'' **reset**
 +
 +Rücksetzen des Konfigurationsregisters:
 +  - ''Router# show version''
 +  - ''Router# configure terminal''
 +  - ''Router(config)# config-register 0x2102''
  
  
Zeile 50: Zeile 61:
  
     switch: boot      switch: boot 
-     
  
-Enter "n" at the prompt to abort the initial configuration dialog.+Abort the initial configuration dialog by answering "n" at the prompt.
  
 At the switch prompt, type ''en'' to enter enable mode. At the switch prompt, type ''en'' to enter enable mode.
Zeile 75: Zeile 85:
 The configuration file is now reloaded. The configuration file is now reloaded.
  
-Overwrite the current passwords that you do not know. Choose a strong password with at least one capital letter, one number, and one special character.+Overwrite the current passwords that you do not know. Choose a strong password.
  
 Note: Overwrite the passwords which are necessary. You need not overwrite all of the mentioned passwords. Note: Overwrite the passwords which are necessary. You need not overwrite all of the mentioned passwords.
Zeile 82: Zeile 92:
     Sw1(config)#enable secret  !--- To overwrite existing enable password      Sw1(config)#enable secret  !--- To overwrite existing enable password 
     Sw1(config)#enable password  !--- To overwrite existing vty password      Sw1(config)#enable password  !--- To overwrite existing vty password 
-    Sw1(config)#line vty 0 15 Sw1(config-line)#password  +    Sw1(config)#line vty 0 15  
 +    Sw1(config-line)#password  
     Sw1(config-line)#login !--- To overwrite existing console password      Sw1(config-line)#login !--- To overwrite existing console password 
-    Sw1(config-line)#line con 0 Sw1(config-line)#password +    Sw1(config-line)#line con 0  
 +    Sw1(config-line)#password 
  
  
ne/cisco/passwords.1516690167.txt.gz · Zuletzt geändert: 2018/01/23 06:49 von admin