Menu Content/Inhalt

Identification






Mot de passe oublié ?
Password Management Convertir en PDF Version imprimable Suggérer par mail
Écrit par CCNA   
26-05-2008
  • Console password
    (password is compulsory to enter any mode)
         router> enable
         router# conf t
         router(conf)# line console 0
         router(conf-line)# password pwd
         router(conf-line)# login (validates password)
         router(conf-line)# exit
         router(conf)# exit
         router# wr
         router# exit
         router>
  • Privilege mode password
    (password is compulsory to enter privilege mode)
         router> enable
         router# conf t
         router(conf)# enable password/secret pwd (sets an encrypted/non encrypted password)
         router(conf)# exit
         router# wr
         router# exit
         router>
  • Auxiliary mode password
    (password is compulsory to enter modem)
         router> enable
         router# conf t
         router(conf)# line aux 0
         router(conf-line)# password pwd
         router(conf-line)# login (validates password)
         router(conf-line)# exit
         router(conf)# exit
         router# wr
         router# exit
         router>
  • Telnet password
    (password is compulsory to access through telnet)
         router> enable
         router# conf t
         router(conf)# line vty 0 4 (up to 5 users can access simultaneously through telnet)
         router(conf-line)# password pwd
         router(conf-line)# login (validates password)
         router(conf-line)# exit
         router(conf)# exit
         router# wr
         router# exit
         router>
Dernière mise à jour : ( 07-06-2008 )
 
< Précédent   Suivant >