11-19-2020 02:45 AM - edited 11-19-2020 02:47 AM
I have a question about MPLS Interface attributes.
In the examples I see:
Interface LDP Tunnel Enabled
-------------------------- -------- -------- --------
POS0/4/0/0 Yes Yes Yes
Interface - which I assume is Ethernet interface
LDP - I understand that this is LDP protocol enabled
Tunnel - documentation says "State of LSP Tunnel labelling." What is this actually ? RSVP ? TE ?
What is the difference between:
LDP labelling enabled & LSP labelling enabled
11-19-2020 03:21 AM
What is this actually ? RSVP ? TE ? - This is more QOS and Trraffic Engineering - This method determines a path through the network based on the interior gateway protocol's view of the network.
LDP - Ladble distribution protocol which enable when you enable MPLS
LSP - Label Switched Paths - LDP used only best-effort of LSP
You can find an more information here :
11-19-2020 04:18 AM - edited 11-19-2020 04:22 AM
I still don't get the difference between:
LDP - State of LDP labelling.
Tunnel - State of LSP Tunnel labelling.
Interface POS0/4/0/0:
LDP labelling enabled
LSP labelling enabled (TE-Control)
MPLS enabled
MTU = 4474
11-19-2020 10:23 AM
Hello, answers inline.
@Mesho7 wrote:
I have a question about MPLS Interface attributes.
In the examples I see:
Interface LDP Tunnel Enabled
-------------------------- -------- -------- --------
POS0/4/0/0 Yes Yes Yes
Interface - which I assume is Ethernet interface
No POS actually is Packet over Sonet/SDH , so it doesn't run any ethernet encapsulation. It rather runs PPP usually...
LDP - I understand that this is LDP protocol enabled
yes, LDP indicates if LDP protocol is enabled for that interface.
Tunnel - documentation says "State of LSP Tunnel labelling." What is this actually ? RSVP ? TE ?
it indicates the capacity of traffic engineering on the interface (see link below for confirmation).
What is the difference between:
LDP labelling enabled & LSP labelling enabled
https://www.cisco.com/c/en/us/support/docs/multiprotocol-label-switching-mpls/mpls/12492-mpls-tsh.html#mpls
LSP labelling is the result of the reservation process performed via RSVP protocol. Without RSVP, it would not be possible to signal the LSP across the core and verify requested LSP attributes hop by hop.
LDP labeling is enabled when you activate basic mpls ldp neighborship among nodes, so LDP bindings are built and labels distributed. You don't need LDP on top of MPLS TE tunnels because RSVP is responsible to carry labels within RESV messages.
Hope i was able to clarify the point.
Regards.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide