Cisco wachtwoord op de console

Instellen wachtwoord op de console

router>Enable
Router#config t
Router(config)#
Router(config)#line con 0
Router(config-line)#password [het wachtwoord]
Router(config-line)#login
Router(config-line)#exit (ctrl-z)c
Router(config)#service password-encryption
Router(config)#enable password [het wachtwoord]
Router(config)#end
Router#copy running-config startup-config (afgekort copy run start)
Router>disable