Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

10:58, 16/06/2022 CCNA Training » CDP & LLDP Questions

Type text to search here...


Home > CDP & LLDP Questions

CDP & LLDP Questions


January 24th, 2021 Go to comments

Premium Member: You can test your knowledge with these questions first via this link (via HTML).

CDP Quick Summary

Cisco Discovery Protocol (CDP) is a Layer 2 protocol that runs on Cisco devices and enables networking applications to
learn about directly connected devices nearby. The information contained in Cisco Discovery Protocol advertisements
varies based on the type of device and the installed version of the operating system. Some of the information that Cisco
Discovery Protocol can learn includes:
+ Cisco IOS version running on Cisco devices
+ Hardware platform of devices
+ IP addresses of interfaces on devices
+ Locally connected devices advertising Cisco Discovery Protocol
+ Interfaces active on Cisco devices, including encapsulation type
+ Hostname
+ Duplex setting
+ VLAN Trunking Protocol (VTP) domain
+ Native VLAN

Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/cdp/configuration/15-mt/cdp-15-mt-book/nm-cdp-
discover.html

LLDP Quick Summary

Link Layer Discovery Protocol (LLDP) is a industry standard protocol that allows devices to advertise, and discover
connected devices, and there capabilities (same as CDP of Cisco). To enable it on Cisco devices, we have to use this
command under global configuration mode:

Sw(config)# lldp run

Note: LLDP is enabled by default on all supported interfaces.

Other LLDP commands:

+ lldp holdtime seconds: Specify the amount of time a receiving device should hold the information from your device
before discarding it
+ lldp reinit delay: Specify the delay time in seconds for LLDP to initialize on an interface
+ lldp timer rate: Set the sending frequency of LLDP updates in seconds
+ lldp port-description: specify the port description time length value (TLV) messages.

To disable LLDP globally, use the command “no lldp run”. To disable LLDP on an interface, use these two commands
under interface mode:
+ no lldp transmit: disallows sending LLDP packets on the interface.
+ no lldp receive: disallows receiving LLDP packets on the interface.

Question 1

https://www.9tut.com/cdp-lldp-questions-2 1/9
10:58, 16/06/2022 CCNA Training » CDP & LLDP Questions

How can the Cisco Discovery Protocol be used?

A. to allow a switch to discover the devices that are connected to its ports
B. to determine the hardware platform of the device
C. to determine the IP addresses of connected Cisco devices
D. all of the above

Answer: D

Question 2

In a CDP environment, what happens when the CDP interface on an adjacent device is configured without an IP address?

A. CDP operates normally, but it cannot provide any information for that neighbor.
B. CDP operates normally, but it cannot provide IP address information for that neighbor.
C. CDP uses the IP address of another interface for that neighbor.
D. CDP becomes inoperable on that neighbor.

Answer: C

Explanation

If a neighbor has no IP address on an interface enabled with Cisco Discovery Protocol, the IP address of another interface
will be updated as IP address for the non-IP address interface.

Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/cdp/configuration/15-mt/cdp-15-mt-book/nm-cdp-
discover.html

Question 3

Which command should you enter to configure an LLDP delay time of 5 seconds?

A. lldp reinit 5
B. lldp reinit 5000
C. lldp holdtime 5
D. lldp timer 5000

Answer: A

Explanation

+ lldp holdtime seconds: Specify the amount of time a receiving device should hold the information from your device
before discarding it
+ lldp reinit delay: Specify the delay time in seconds for LLDP to initialize on an interface
+ lldp timer rate: Set the sending frequency of LLDP updates in seconds

Reference: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3560/software/release/12-
2_55_se/configuration/guide/3560_scg/swlldp.html

Question 4

Which command is used to enable LLDP globally on a Cisco IOS ISR?

A. lldp run
B. lldp enable
C. lldp transmit
https://www.9tut.com/cdp-lldp-questions-2 2/9
10:58, 16/06/2022 CCNA Training » CDP & LLDP Questions

D. cdp run
E. cdp enable

Answer: A

Explanation

Link Layer Discovery Protocol (LLDP) is a industry standard protocol that allows devices to advertise, and discover
connected devices, and there capabilities (same as CDP of Cisco). To enable it on Cisco devices, we have to use this
command under global configuration mode:

Sw(config)# lldp run

Question 5

Refer to the exhibit. Which command provides this output?


Capability Codes: k - Router, I - Trans Bridge, B - source Route bridge
S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone,
D - Remote, C - CVTA, M - Two-port Mac Relay
Device ID Local Intrfce Holdtme Capability Platform Port ID
10.1.1.2 Gig37/3 176 RI CPT 600 Gig36/41
10.1.1.2 Gig37/1 174 RI CPT 600 Gig36/43
10.1.1.2 Gig36/41 134 RI CPT 600 Gig37/3
10.1.1.2 Gig36/43 134 RI CPT 600 Gig37/1
10.1.1.2 Ten3/2 132 RI CPT 600 Ten4/2
10.1.1.2 Ten4/2 174 RI CPT 600 Ten3/2

A. show ip route
B. show ip interface
C. show interface
D. show cdp neighbor

Answer: D

Question 6

Which command is used to specify the delay time in seconds for LLDP to initialize on any interface?

A. lldp timer
B. lldp holdtime
C. lldp reinit
D. lldp tlv-select

Answer: C

Explanation

+ lldp holdtime seconds: Specify the amount of time a receiving device should hold the information from your device
before discarding it
+ lldp reinit delay: Specify the delay time in seconds for LLDP to initialize on an interface
+ lldp timer rate: Set the sending frequency of LLDP updates in seconds

Reference: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3560/software/release/12-
2_55_se/configuration/guide/3560_scg/swlldp.html

Question 7

https://www.9tut.com/cdp-lldp-questions-2 3/9
10:58, 16/06/2022 CCNA Training » CDP & LLDP Questions

A network engineer must create a diagram of a multivendor network. Which command must be configured on the Cisco
devices so that the topology of the network can be mapped?

A. Device(Config)#lldp run
B. Device(Config)#cdp run
C. Device(Config-if)#cdp enable
D. Device(Config)#flow-sampler-map topology

Answer: A

Question 8

An engineer needs to configure LLDP to send the port description time length value (TLV). What command sequence must
be implemented?

A. switch#lldp port-description
B. switch(config)#lldp port-description
C. switch(config-line)#lldp port-description
D. switch(config-if)#lldp port-description

Answer: B

Explanation

Use the switch(config)#lldp port-description option to specify the port description TLV messages.

Reference:
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus6000/sw/layer2/7x/b_6k_Layer2_Config_7x/config_lldp.pdf

Comments (16) Comments

1. Raja
August 25th, 2020

Questions are not showing…?

2. Sumi
August 27th, 2020

@raja go for preminum account

3. Anonymous
January 4th, 2021

9tut, I paid for premium for CCNA to study for exam, but only but I can only see the explanations and not the
questions can you help me in this matter.

4. Bgibby
January 4th, 2021

Anonymous

January 4th, 2021

9tut, I paid for premium for CCNA to study for exam, but only but I can only see the explanations and not the
questions can you help me in this matter.

5. 9tut
https://www.9tut.com/cdp-lldp-questions-2 4/9
10:58, 16/06/2022 CCNA Training » CDP & LLDP Questions

January 4th, 2021

@Bgibby: If your problem still exists, please send an email to support@9tut.com with your username so that we can
check for you.

6. luna
April 8th, 2021

There is an error on Q2, the true answer is B

7. Leo
April 9th, 2021

There is an error on Q2, the true answer is B – I just confirmed that with another links

8. Ivan
April 13th, 2021

Q2, The answer is B

9. luna
April 17th, 2021

Q2: I rectify myself, from cisco reference:


“If a neighbor has no IP address on an interface enabled with Cisco Discovery Protocol, the IP address of another
interface will be updated as IP address for the non-IP address interface.”

So the correct answer is C.

Packet Tracer not work well probably.

10. hi
June 8th, 2021

Hey man, how are you? Is possible that yoou send the questions with the answer fot the next exam of cisco?

11. Anonymous
June 13th, 2021

@9tut, Is Q2 correct?

12. mynemesis2
June 25th, 2021

Q2
I would think its CDP operates normally, but it cannot provide IP address information for that neighbor

CDP works on layer 2 that means it doesnt require an IP address of the neighbor device to collect its information

13. Mo_Ali
October 18th, 2021

there is a mistake in question 2 , the answer should be B

14. anishak
February 3rd, 2022

would there be new questions coming soon, seem it was updated a year ago

15. darkblade
February 11th, 2022

https://www.9tut.com/cdp-lldp-questions-2 5/9
10:58, 16/06/2022 CCNA Training » CDP & LLDP Questions

Question 2 is C:

enviroment:
switch A swicth B

Truk: allowed vlan 1,10,20,30,40

int SW A= fa0/1
int SW B = fa0/20

you will configure SWICTH B:

vlan 10
name test

interface vlan 10
192.168.10.1
no shut

ip default-gateway 192.168.10.254

cdp RUN

————

SWICTH A:

cdp run

—————————————–
please verify that you can see from SWICTH A a IP address of Interface vlan 10 and not for Interface fa0/20 (empty)

16. CCNA cert


May 30th, 2022

This website is amzing!!


pass the tests in the website and you will pass the CCNA exam 100%
have a good learning day :D

Add a Comment
Name

Tôi không phải là người


máy reCAPTCHA
Bảo mật - Điều khoản

Submit Comment
Subscribe to comments feed
Cloud & Virtualization Questions Switch Questions

Premium Member Zone


Welcome Hai Minh!

https://www.9tut.com/cdp-lldp-questions-2 6/9
10:58, 16/06/2022 CCNA Training » CDP & LLDP Questions

Welcome Premium Member


CCNA – New Questions Part 5
CCNA – New Questions Part 6
CCNA – New Questions Part 7
CCNA – New Questions Part 8
CCNA – New Questions Part 9
CCNA – New Questions Part 10
Composite Quizzes
IP Services Sim
Static Routing Configuration Sim
Static Routing Configuration Sim 2
OSPF Configuration Sim

Logout

CCNA 200-301
Basic Questions
Topology Architecture Questions
Cloud & Virtualization Questions
CDP & LLDP Questions
Switch Questions
VLAN & Trunking Questions
VLAN & Trunking Questions 2
STP & VTP Questions
EtherChannel Questions
TCP & UDP Questions
IP Address & Subnetting Questions
IP Routing Questions
IP Routing Questions 2
OSPF Questions
OSPF Questions 2
EIGRP Questions
NAT Questions
NTP Questions
Syslog Questions
HSRP Questions
Access-list Questions
AAA Questions
Security Questions
Security Questions 2
DAI Questions
IPv6 Questions
DNS Questions
QoS Questions
Port Security Questions
Wireless Questions
Wireless Questions 2
SDN Questions
DNA Center Questions
Drag Drop Questions
Drag Drop Questions 2
Drag Drop Questions 3
VPN Questions
DHCP Questions
Automation Questions
Miscellaneous Questions
CCNA FAQs & Tips
Share your new CCNA Experience
https://www.9tut.com/cdp-lldp-questions-2 7/9
10:58, 16/06/2022 CCNA Training » CDP & LLDP Questions

CCNA Self-Study
Practice CCNA GNS3 Labs
CCNA Knowledge
CCNA Lab Challenges
Puppet Tutorial
Chef Tutorial
Ansible Tutorial
JSON Tutorial
Layer 2 Threats and Security Features
AAA TACACS+ and RADIUS Tutorial
STP Root Port Election Tutorial
GRE Tunnel Tutorial
Basic MPLS Tutorial
TCP and UDP Tutorial
Border Gateway Protocol BGP Tutorial
Point to Point Protocol (PPP) Tutorial
WAN Tutorial
DHCP Tutorial
Simple Network Management Protocol SNMP Tutorial
Syslog Tutorial
Gateway Load Balancing Protocol GLBP Tutorial
EtherChannel Tutorial
Hot Standby Router Protocol HSRP Tutorial
InterVLAN Routing Tutorial
Cisco Command Line Interface CLI
Cisco Router Boot Sequence Tutorial
OSI Model Tutorial
Subnetting Tutorial – Subnetting Made Easy
Frame Relay Tutorial
Wireless Tutorial
Virtual Local Area Network VLAN Tutorial
VLAN Trunking Protocol VTP Tutorial
IPv6 Tutorial
Rapid Spanning Tree Protocol RSTP Tutorial
Spanning Tree Protocol STP Tutorial
Network Address Translation NAT Tutorial
Access List Tutorial
RIP Tutorial
EIGRP Tutorial
OSPF Tutorial

Network Resources
Free Router Simulators
CCNA Website
ENCOR Website
ENSDWI Website
ENARSI Website
DevNet Website
CCIE R&S Website
Security Website
Wireless Website
Design Website
Data Center Website
Service Provider Website

https://www.9tut.com/cdp-lldp-questions-2 8/9
10:58, 16/06/2022 CCNA Training » CDP & LLDP Questions

Collaboration Website

Top

Copyright © 2021 CCNA Training


Site Privacy Policy. Valid XHTML 1.1 and CSS 3.H

https://www.9tut.com/cdp-lldp-questions-2 9/9

You might also like