Title: Router CDP Configuration
Description: Set the
cdp timer, holdtime and view configuration details. (Choose R1 from
the n/w diagram to proceed with the commands).
Instructions:
1. Type the command to see the status of all interfaces that are running CDP
2. enable the serial 0 interface
3. enable Ethernet 0 interface
4. Set CDP timer to to 30 seconds
5. Set CDP holdtime to 90 Seconds
6. Type the command to see the status of all interfaces that are running CDP
7. Disable CDP in GLobal Configuartion Mode
R1>enable
R1#show cdp interface
R1#configure terminal
R1(config)#interface serial 0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface ethernet 0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#cdp timer 30
R1(config)#cdp holdtime 90
R1(config)#exit
R1#show cdp interface
R1#configure terminal
R1(config)#no cdp run