Today, 04:28 AM
I answered (config-if)#lldp port-description and was marked "wrong".
The "correct" answer is shown to be (config)#lldp port-description, which is inaccurate.
[code]lldp port-description[/code]
The command is applied under the interface configuration mode on a Cisco router or switch. This command sets the LLDP (Link Layer Discovery Protocol) port description that will be advertised to neighboring devices.
Here’s the typical syntax:
[code]Router(config)# interface GigabitEthernet0/1
Router(config-if)# lldp port-description <description>[/code]
The "correct" answer is shown to be (config)#lldp port-description, which is inaccurate.
[code]lldp port-description[/code]
The command is applied under the interface configuration mode on a Cisco router or switch. This command sets the LLDP (Link Layer Discovery Protocol) port description that will be advertised to neighboring devices.
Here’s the typical syntax:
[code]Router(config)# interface GigabitEthernet0/1
Router(config-if)# lldp port-description <description>[/code]

