Step 5: Verify the LSP Again
Action
To verify that the LSP is up and traversing the network as expected, enter the following command:
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: Up, ActiveRoute: 1, LSPname: R1-to-R6ActivePath: (primary)LoadBalance: RandomEncoding type: Packet, Switching type: Packet, GPID: IPv4*Primary State: UpComputed ERO (S [L] denotes strict [loose] hops): (CSPF metric: 20)10.1.13.2 S 10.1.36.2 SReceived RRO (ProtectionFlag 1=Available 2=InUse 4=B/W 8=Node 10=SoftPreempt):10.1.13.2 10.1.36.2112 Sep 21 16:27:33 Record Route: 10.1.13.2 10.1.36.2111 Sep 21 16:27:33 Up110 Sep 21 16:27:33 CSPF: computation result accepted109 Sep 21 16:27:33 CSPF: link down/deleted 10.1.12.1(R1.00/10.0.0.1)->10.1.12.2(R2.00/10.0.0.2)108 Sep 21 16:27:33 CSPF: link down/deleted 10.1.15.1(R1.00/10.0.0.1)->10.1.15.2(R5.00/10.0.0.5)[Output truncated...]Created: Sat Jul 10 18:18:44 2004Total 1 displayed, Up 1, Down 0Egress LSP: 1 sessions10.0.0.1From: 10.0.0.6, LSPstate: Up, ActiveRoute: 0LSPname: R6-to-R1, LSPpath: PrimarySuggested label received: -, Suggested label sent: -Recovery label received: -, Recovery label sent: -Resv style: 1 FF, Label in: 3, Label out: -Time left: 149, Since: Tue Sep 21 16:29:43 2004Tspec: rate 0bps size 0bps peak Infbps m 20 M 1500Port number: sender 2 receiver 39024 protocol 0PATH rcvfrom: 10.1.13.2 (so-0/0/2.0) 7 pktsAdspec: received MTU 1500PATH sentto: localclientRESV rcvfrom: localclientRecord route: 10.1.36.2 10.1.13.2 <self>Total 1 displayed, Up 1, Down 0Transit LSP: 0 sessionsTotal 0 displayed, Up 0, Down 0Sample Output 2
[edit protocols mpls]user@R1#showlabel-switched-path R1-to-R6 {to 10.0.0.6;}interface fxp0.0 {disable;}inactive: interface so-0/0/0.0;inactive: interface so-0/0/1.0;interface so-0/0/2.0;What It Means
Sample Output 1 from ingress router
R1shows that the LSP is now traversing the network along the expected path, fromR1throughR3toR6, and the reverse LSP, fromR6throughR3toR1.Sample Output 2 from ingress router
R1shows that the LSP is forced to take the intended path because MPLS is deactivated onR1interfacesso-0/0/0.0andso-0/0/1.0. If these interfaces were not deactivated, even though the configuration is now correct, the LSP would still traverse the network through the alternate path.