A network engineer is troubleshooting Layer 2 protocol operations between a Cisco Catalyst switch (SW-1) and an adjacent third-party switch (SW-2). The engineer executes the `show lldp neighbors detail` command on SW-1 and reviews the following output:
SW-1# show lldp neighbors detail
------------------------------------------------
Local Interface: Gi1/0/12
Chassis id: 0050.56a1.b2c3
Port id: Eth101/1/5
Port Description: Ethernet101/1/5
System Name: SW-2-AGG
System Description: Vendor-X Enterprise Operating System v8.4
Time remaining: 114 seconds
System Capabilities: B, R
Enabled Capabilities: B
Management Addresses:
IP: 192.168.40.254
Auto Negotiation - supported, enabled
Physical media capabilities:
1000baseT(FD)
VLAN Information:
Native VLAN: 10
Assuming SW-1 port GigabitEthernet1/0/12 is configured as an 802.1Q trunk using default native VLAN 1 and default LLDP timer settings, which diagnosis and remediation step accurately reflect this state?
- A native VLAN mismatch exists because the remote device advertises native VLAN 10 over IEEE 802.1AB TLVs while SW-1 uses native VLAN 1; the native VLAN settings must be synchronized on both switch ports to prevent traffic leakage.Cevap
- BThe local interface Eth101/1/5 on SW-1 is failing to process CDP frames from port Gi1/0/12 because the default CDP holdtime timer of 180 seconds has dropped down to 114 seconds.
- CThe neighbor entry is timing out because SW-1 local interface Eth101/1/5 requires the LLDP reinitialization timer to be increased from 30 seconds to 120 seconds.
- DLLDP advertisement is inhibited because PortFast must be enabled on trunk port Gi1/0/12 to allow LLDP Type-Length-Value (TLV) exchange during STP forwarding transitions.