An engineer needs to configure LLDP to send the port description type length value (TLV). Which command sequence must be implemented?
An engineer needs to configure LLDP to send the port description type length value (TLV). Which command sequence must be implemented?
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.
The command should be: SW(config)#lldp tlv-select port-description
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.
How about lldp transmit and lldp receive int-config commands?
I think this question will not be on ccna 200-301 exam topic.
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
Switch(config)#lldp tlv-select port-description this command exist
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
It´s D
given answer is correct
A. switch(config-if)#lldp port-description
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
LLDP is configured on the interface and CDP is in global configuration mode.
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:
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)
The correct answer is A because LLDP configuration is usually done at the interface level.
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
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.
A - Switch(config-if)lldp port-description