A network administrator executes the following command on switch SW-Core1 to verify direct physical connections:
SW-Core1# show cdp neighbors
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone
Device ID Local Intrfce Holdtme Capability Platform Port ID
SW-Access2 Gig 1/0/1 158 S I WS-C3850 Gig 1/0/24
Based on this output, which local physical interface on SW-Core1 is connected to the neighboring switch?
- GigabitEthernet 1/0/1Answer
- BGigabitEthernet 1/0/24
- CWS-C3850
- DVLAN 1
Answer
GigabitEthernet 1/0/1 is the local physical interface on SW-Core1 connected to the neighboring device.
The 'show cdp neighbors' command displays summary information about directly connected Cisco devices. The 'Local Intrfce' field specifies the local interface on the current device (SW-Core1) where the CDP frames are received, which is GigabitEthernet 1/0/1. The 'Port ID' field indicates the port on the neighboring device (GigabitEthernet 1/0/24).
Step-by-Step Solution
Key Concept
CDP Neighbor Table Data Fields Interpretation
Estimated Time:1m 0s