Wednesday, 12 September 2012

Lab 3 - Cisco Discovery Protocol (CDP)

Cisco Discovery Protocol (CDP)  is a cisco proprietary protocol. This protocol is used to find the addresses of neighboring devices and platform of those devices.

Configure Router 1 (R1)
Router>enable
Router#configure terminal
Router(config)#hostname R1
R1(config)#enable password 123
R1(config)#enable secret 123
R1(config)#line vty 0 4 
R1(config-line)#login
R1(config-line)#password 123
R1(config-line)#exit
R1(config)#service password-encryption 
R1(config)#interface serial 0/0/0
R1(config-if)#ip address 10.10.10.1 255.255.255.0
R1(config-if)#clock rate 64000
R1(config-if)#no shutdown


To be continue...

No comments:

Post a Comment