Skip to main content

Posts

Showing posts with the label auxillary

Telnet and MOTD Banner configuration

Lab Tasks Access router via a console connection Set interface fast ethernet 0/0 to 192.168.10.1 255.255.255.0  Set interface fast ethernet description as CONNECTION TO LAN Set MOTD as ---- USERS ARE RESTRICTED TO ACCESS THIS ROUTER --- Set telnet password to cisco123     Lab Configuration Task 1 Click on pc2 > click desktop tab > click on terminal > click ok (you should be able to access router now) Task 2 Router> Router>enable Router#configure terminal Router(config)#interface fastEthernet 0/0 Router(config-if)#ip address 192.168.10.1 255.255.255.0 Router(config-if)#no shutdown Task 3 Router(config)#interface fastEthernet 0/0 Router(config-if)#description CONNECTION TO LAN Task 4 Router(config)#banner motd / ---- USERS ARE RESTRICTED TO ACCESS THIS ROUTER ---- / Task 5 Router(config)#line vty 0 15 Router(config-line)#password cisco123 Router(config-line)#login Click for Youtube video