Basic config for Cisco devices Flashcards
Difference between Enable password and Enable secret?
Both are display when loading config
Secret will show a hash while password will show in clear text
Secret will disable password
What are Enable password and Enable secret used for?
to access Privledge mode
How to change Enable secret or password?
go to Global mode >.enable %secret/password% %password%
What is the AUX port used for
Used to connect an analog modem for backup connection purposes
How do you find if login is required for console, aux or telnet/ssh?
Look for line con, line aux & line vty in the config.
It will have login under the respective line if login is required
Set password for telnet/ssh
Global mode > line vty 0 %max port number% > password %password%
Create User account
Global mode > username %username% secret %password%