A network engineer runs the following command to troubleshoot an MPLS L3VPN issue: R1# show mpls ldp neighbor detail Output: Peer LDP Ident: 10.0.0.2:0, Local LDP Ident: 10.0.0.1:0 TCP connection: 10.0.0.2.646 - 10.0.0.1.17905 State: Oper, Msg sent: 123, Msg rcvd: 456 Up time: 1w2d LDP discovery sources: GigabitEthernet0/0, Src IP addr: 10.12.0.2 Addresses bound to peer LDP Ident: 10.0.0.2 10.12.0.2 Peer hold time: 15 sec What does this output indicate?
State is Oper, up time is 1w2d, indicating a stable session.
Why this answer
The output shows LDP neighbor details. The peer is 10.0.0.2, the session is operational (State: Oper) and has been up for 1 week and 2 days. The discovery source is GigabitEthernet0/0 with source IP 10.12.0.2.
The peer's addresses include 10.0.0.2 (loopback) and 10.12.0.2 (interface).