An engineer is evaluating Layer 2 discovery protocol operations on a Cisco Catalyst switch connected to multi-vendor infrastructure. The switch is running the following active configuration:
text lldp run ! interface GigabitEthernet1/0/12 description Link to Non-Cisco Switch no cdp enable lldp transmit lldp receive ! interface GigabitEthernet1/0/24 description Link to VoIP Phone cdp enable no lldp transmit
During a network audit, the engineer issues the command `show lldp neighbors detail` and receives the following partial CLI output:
text ------------------------------------------------ Local Interface: Gi1/0/12 Chassis id: 0021.a012.3456 Port id: Eth1/1 Port Description: Ethernet1/1 System Name: SW-CORE-NEXUS System Description: Cisco Nexus Operating System (NX-OS) Software Time remaining: 105 seconds System Capabilities: Bridge, Router Enabled Capabilities: Bridge Management Addresses: IP: 10.1.100.2 Auto Negotiation: supported, enabled Physical media capabilities: 1000baseT(FD) Media Attachment Unit Type: 30 VLAN ID: 10
Which two conclusions accurately describe the protocol behavior and neighbor state for this switch based on the configuration and command output?
- The local interface GigabitEthernet1/0/12 is successfully processing IEEE 802.1AB Type-Length-Value (TLV) data frames from the remote neighbor SW-CORE-NEXUS.Answer
- BThe neighbor device SW-CORE-NEXUS will fail to discover the local switch because CDP is globally disabled when LLDP is enabled.
- Interface GigabitEthernet1/0/24 will fail to transmit LLDP Data Units (LLDPDUs) to the connected VoIP phone, but it will continue sending CDP advertisements.Answer
- DThe default LLDP holdtime of 180 seconds is currently decrementing for the neighbor entry on GigabitEthernet1/0/12.