![]() |
|
QID:AN177 - Printable Version +- How2pass.com Forums (https://www.how2pass.com/forum) +-- Forum: CCNA Routing & Switching (https://www.how2pass.com/forum/forum-4.html) +--- Forum: Answer this question (https://www.how2pass.com/forum/forum-11.html) +--- Thread: QID:AN177 (/thread-2616.html) |
QID:AN177 - JamesJones - 11-15-2025 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] RE: QID:AN177 - help_desk - 11-15-2025 The answer has been updated. Thank you! |