Step 1: Verify the LSP
Purpose
Typically, you use the
show mpls lsp extensivecommand to verify the LSP. However for quick verification of the LSP state, use theshow mpls lspcommand. If the LSP is down, use theextensiveoption (show mpls lsp extensive)as a follow-up. If your network has numerous LSPs, you might consider specifying the name of the LSP, using thenameoption (show mpls lsp namenameorshow mpls lsp namenameextensive).Action
To determine whether the LSP is up, enter the following command from the ingress router:
user@host>show mpls lsp extensiveSample Output 1
user@R1>show mpls lsp extensiveIngress LSP: 1 sessions10.0.0.6From: 10.0.0.1, State: Dn, ActiveRoute: 0,LSPname: R1-to-R6ActivePath: (none)LoadBalance: RandomEncoding type: Packet, Switching type: Packet, GPID: IPv4Primary State: DnWill be enqueued for recomputation in 15 second(s).140 Sep 30 12:01:12 CSPF failed: no route toward 10.0.0.6[26 times]139 Sep 30 11:48:57 Deselected as active138 Sep 30 11:48:56 CSPF failed: no route toward 10.0.0.6137 Sep 30 11:48:56 Clear Call136 Sep 30 11:48:56 CSPF: link down/deleted 10.1.36.1(R3.00/10.0.0.3)->10.1.36.2(R6.00/10.0.0.6)135 Sep 30 11:48:56 ResvTear received134 Sep 30 11:48:56 Down133 Sep 30 11:48:56 CSPF failed: no route toward 10.0.0.6132 Sep 30 11:48:56 10.1.13.2: No Route toward dest[...Output truncated...]Created: Sat Jul 10 18:18:44 2004Total 1 displayed, Up 0, Down 1Egress LSP: 0 sessionsTotal 0 displayed, Up 0, Down 0Transit LSP: 0 sessionsTotal 0 displayed, Up 0, Down 0What It Means
The sample output from ingress router
R1shows the LSPs within which it participates. The ingress LSP is down, without a path fromR1toR6.Because a reverse LSP is configured in the network shown in Figure 13, we would expect an egress LSP session to be up. However,R1does not have any egress LSPs, indicating that the LSP fromR6toR1is not functioning.