Step 1: Verify the CSPF Failure
Purpose
To simulate a configuration error on the network, router
R5has the administrative group coloring removed from interfaceso-0/0/0. The result is a CSPF failure atR5because there is no longer a path betweenR1andR6that includes the red color.Action
To confirm that the LSP is down and verify the configuration on routers
R1andR5, enter the following JUNOS CLI operational mode commands:user@host>clear mpls lspuser@host>show mpls lsp extensiveSample Output 1
user@R1>clear mpls lsp[edit protocols mpls]user@R1#run show mpls lsp extensiveIngress LSP: 1 sessions10.0.0.6From: 0.0.0.0,State: Dn, ActiveRoute: 0, LSPname: R1-to-R6ActivePath: (none)LoadBalance: RandomMetric: 100Encoding type: Packet, Switching type: Packet, GPID: IPv4Primary State: DnInclude: red Exclude: blueWill be enqueued for recomputation in 24 second(s).9 May 11 20:12:28 CSPF failed: no route toward 10.0.0.68 May 11 20:12:28 Clear Call7 May 11 20:12:28 Deselected as active6 May 11 19:31:42 Selected as active path5 May 11 19:31:42 Record Route: 10.1.15.2 10.1.56.24 May 11 19:31:42 Up3 May 11 19:31:42 Originate Call2 May 11 19:31:42 CSPF: computation result accepted1 May 11 19:31:12 CSPF failed: no route toward 10.0.0.6[5 times]Created: Wed May 11 19:29:17 2005Total 1 displayed, Up 0,Down 1[...Output truncated...]Sample Output 2
[edit protocols mpls]user@R5#run show mpls lspIngress LSP: 0 sessionsTotal 0 displayed, Up 0, Down 0Egress LSP: 0 sessionsTotal 0 displayed, Up 0, Down 0Transit LSP: 1 sessionsTo From State Rt Style Labelin Labelout LSPname10.0.0.1 10.0.0.6 Up 1 1 FF 100352 3 R6-to-R1Total 1 displayed, Up 1, Down 0What It Means
Sample Output 1 from ingress router
R1shows that theclear mpls lspcommand was issued to confirm thatR1cannot reestablish LSPR1-to-R6.The sample output from theshow mpls lsp extensivecommand shows that LSPR1-to-R6is down,State: DnandActivePath: (None); and that the CSPF has failed,CSPF failed: no route toward 10.0.0.6.Sample Output 2 from transit router
R5shows that LSPR1-to-R6is not included in the output, indicating that the LSP is not transitingR5.Most network problems appear as a local CSPF failure, as shown in the sample output. The CSPF failure indicates that no path meeting the constraints for the LSP can be found in the router's traffic engineering database. To resolve these problems effectively, use CSPF tracing on the ingress router, and analyze the traffic engineering database to locate the node that should meet the constraints.