Checking the MPLS Layer
Purpose
After you have configured the label-switched path (LSP), issued the
show mpls lspcommand, and determined that there is an error, you might find that the error is not in the physical, data link, Internet Protocol (IP), interior gateway protocol (IGP), or Resource Reservation Protocol (RSVP) layers. Continue investigating the problem at the MPLS layer of the network.Figure 21 illustrates the MPLS layer of the layered MPLS model.
![]()
With the MPLS layer, you check whether the LSP is up and functioning correctly. If the network is not functioning at this layer, the LSP does not work as configured.
Figure 22 illustrates the MPLS network used in this chapter.
The network shown in Figure 22 is a fully meshed configuration where every directly connected interface can receive and send packets to every other similar interface. The LSP in this network is configured to run from ingress router
R1, through transit routerR3, to egress routerR6. In addition, a reverse LSP is configured to run fromR6throughR3toR1, creating bidirectional traffic.However, in this example, the reverse LSP is down without a path from
R6toR1.The cross shown in Figure 22 indicates where the LSP is broken. Some possible reasons the LSP is broken might include an incorrectly configured MPLS protocol, or interfaces that are incorrectly configured for MPLS.
In the network shown in Figure 22, a configuration error on egress router
R6prevents the LSP from traversing the network as expected.Steps To Take