CertExams.com Simulator Lab Exercises Answers
Description: This exercise helps in understanding Cisco Discovery Protocol commands . Set the
cdp timer, holdtime and view configuration details. Show cdp interface command displays the
status of all interfaces that are running cdp.
Instructions:
1. Type the command to see the status of all interfaces that are running CDP
2. Enable the serial 0/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 Configuration Mode
R1>enable
R1#show cdp interface
R1#configure terminal
R1(config)#interface serial 0/0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface fastethernet 0/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
Note: Please refer to the CertExams.com Network Simulator software for complete lab with GUI Interface.