Open MichaelJLittle opened 2 weeks ago
enable password PASSWORD # adds a password to telnet into a device / enter config mode
NOTE must be done from config mode
enable secret password
encrypts the password. if you do Show Run, then you will see that it is not visible
enable telnet
conf t mode - input
line vty 0 4
enable secret password
put password in for intial switch / router login
input enable for privledged mode
input conf t for configuration mode
-line console 0
now when you try to login intially it will prompt you for the password you input
add default gateway for seich config mode
ip default-gateway 192.168.1.100****
Show logging # shows all logs
Show logging | include ERROR # shows errors as well
show interface # shows what interfaces are being used
show vlan # lists your vlans that you have in use
https://www.cisco.com/c/en/us/td/docs/server_nw_virtual/2-5_release/command_reference/show.html#wp1122127
Above link has a ton more