
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Instructions on how to configure a cisco router, including setting ip addresses, enabling passwords, and creating a banner message. The document also includes commands to encrypt passwords and disable domain lookup.
Typology: Study notes
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Router# config t Router(config)#int G0/ Router(config-if)#ip add 192.168.1.1 255.255.255. Router(config-if)#no shut Router(config-if)#description Gigabit Connection 0/ Router(config-if)#exit Router(config)#int G0/ Router(config-if)#ip add 192.168.2.1 255.255.255. Router(config-if)#no shut Router(config-if)#exit Router(config)#enable password 123456 Router(config)#enable secret cisco Router(config)#exit Router#exit Router> enable