Exam 200-301 All QuestionsBrowse all questions from this exam
Question 183

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

    Correct Answer: A

    To configure Link Layer Discovery Protocol (LLDP) to send the port description type length value (TLV) on a Cisco switch, the appropriate command sequence is to enter interface configuration mode and then apply the command. The correct command would be 'switch(config-if)#lldp port-description'. This command specifically configures the LLDP settings for the selected interface, ensuring that the port description TLV is sent for that particular interface.

Discussion
Joe_QOption: D

The command should be: SW(config)#lldp tlv-select port-description

IxlJustinlxlOption: D

Yeah... the command sucks in this question. luckily to answer this one you don't even need to look at the command. LLDP is configured from global configuration mode and only one prompt is in that mode - regardless of the command, any LLDP configuration needs to be done from global config mode.

ajiron

How about lldp transmit and lldp receive int-config commands?

[Removed]

I think this question will not be on ccna 200-301 exam topic.

NewJeansOption: D

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

Anas_AhmadOption: D

Switch(config)#lldp tlv-select port-description this command exist

SeMo0o0oOption: D

it's D switch(config)# lldp tlv-select port-description https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus6000/sw/layer2/7x/b_6k_Layer2_Config_7x/config_lldp.html

a67c04aOption: D

It´s D

JunsK1eOption: D

given answer is correct

R4mzesOption: A

A. switch(config-if)#lldp port-description

guisamOption: D

R1(config)#lldp ? holdtime Specify the holdtime (in sec) to be sent in packets reinit Delay (in sec) for LLDP initialization on any interface run Enable LLDP timer Specify the rate at which LLDP packets are sent (in sec) tlv-select Selection of LLDP TLVs to send R1(config)#lldp tlv-select ? mac-phy-cfg IEEE 802.3 MAC/Phy Configuration/status TLV management-address Management Address TLV port-description Port Description TLV port-vlan Port VLAN ID TLV power-management IEEE 802.3 DTE Power via MDI TLV system-capabilities System Capabilities TLV system-description System Description TLV system-name System Name TLV

matass_mdOption: A

LLDP is configured on the interface and CDP is in global configuration mode.

AgribabaOption: A

The answer is A. To configure Link Layer Discovery Protocol (LLDP) to send the port description type length value (TLV) on a Cisco switch, the correct command sequence is: A. switch(config-if)#lldp port-description This command needs to be entered in the interface configuration mode. Here is the detailed command sequence:

kalitwolOption: D

configuring which type-length values to enable is done in global config mode not interface config mode.....syntax is lldp + tlv-select + (enter TLV name)

VanessaR05Option: A

The correct answer is A because LLDP configuration is usually done at the interface level.

Harsh2729Option: A

the answer is A Check this on page no 2 https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/12-2_37_ey/configuration/guide/scg/swlldp.pdf

cruziOption: A

The differences between the two options: A. switch(config-if)#lldp port-description D. switch(config)#lldp port-description The correct answer is A because LLDP configuration is usually done at the interface level. The command lldp port-descriptionis used to configure the port description for LLDP on a specific interface. By entering the command in interface configuration mode ( config-if), this configuration is only applied to the selected interface. Option D is not correct because lldp port-descriptionis entered in global configuration mode. If you do this, the configuration will be applied globally to the entire device and not just to a specific interface.

PatrickKubayOption: A

A - Switch(config-if)lldp port-description