Godlike-Dodo / Dodo-Teaching-Network

0 stars 0 forks source link

Configure switches & routers Basics #7

Open Godlike-Dodo opened 1 year ago

Godlike-Dodo commented 1 year ago

Name device enable configure terminal hostname Sales end copy running-config startup-config

Configure passwords enable configure terminal line console 0 password dodonetwork login end copy running-config startup-config

privileged EXEC mode access Password enable configure terminal enable secret dodoadmin end copy running-config startup-config

Virtual terminal (VTY) lines enable remote access using Telnet or SSH to the device. enable configure terminal line vty 0 15 (0 4 also possible and sometimes if needed more secure) password dodovty login end copy running-config startup-config

Encrypt Passwords enable configure terminal service password-encryption end copy running-config startup-config

Banner Messages enable configure terminal banner motd #no access for unauthorised persons# end copy running-config startup-config

Check if passwords are encrypt and mot configured enable show running-config