Step 2: Verify RSVP Sessions
Purpose
When an RSVP session is successfully created, the LSP is set up along the paths created by the RSVP session. If the RSVP session is unsuccessful, the LSP does not work as configured.
Action
To verify currently active RSVP sessions, enter the following command from the ingress, transit, and egress routers:
user@host>show rsvp sessionSample Output 1
user@R1>show rsvp sessionIngress RSVP: 0 sessionsTotal 0 displayed, Up 0, Down 0Egress RSVP: 0 sessionsTotal 0 displayed, Up 0, Down 0Transit RSVP: 0 sessionsTotal 0 displayed, Up 0, Down 0user@R3>show rsvp sessionIngress RSVP: 0 sessionsTotal 0 displayed, Up 0, Down 0Egress RSVP: 0 sessionsTotal 0 displayed, Up 0, Down 0Transit RSVP: 0 sessionsTotal 0 displayed, Up 0, Down 0user@R6>show rsvp sessionIngress RSVP: 0 sessionsTotal 0 displayed, Up 0, Down 0Egress RSVP: 0 sessionsTotal 0 displayed, Up 0, Down 0Transit RSVP: 0 sessionsTotal 0 displayed, Up 0, Down 0Sample Output 2
user@R1>show rsvp sessionIngress RSVP: 1 sessionsTo From State Rt Style Labelin Labelout LSPname10.0.0.6 10.0.0.1 Up 1 1 FF - 100768R1-to-R6Total 1 displayed,Up 1, Down 0Egress RSVP: 1 sessionsTo From State Rt Style Labelin Labelout LSPname10.0.0.1 10.0.0.6 Up 0 1 FF 3 -R6-to-R1Total 1 displayed,Up 1, Down 0Transit RSVP: 0 sessionsTotal 0 displayed, Up 0, Down 0user@R3>show rsvp sessionIngress RSVP: 0 sessionsTotal 0 displayed, Up 0, Down 0Egress RSVP: 0 sessionsTotal 0 displayed, Up 0, Down 0Transit RSVP:2 sessionsTo From State Rt Style Labelin Labelout LSPname10.0.0.1 10.0.0.6 Up 1 1 FF 100784 3R6-to-R110.0.0.6 10.0.0.1 Up 1 1 FF 100768 3R1-to-R6Total 2 displayed,Up 2, Down 0user@R6>show rsvp sessionIngress RSVP: 1 sessionsTo From State Rt Style Labelin Labelout LSPname10.0.0.1 10.0.0.6 Up 1 1 FF - 100784R6-to-R1Total 1 displayed,Up 1, Down 0Egress RSVP: 1 sessionsTo From State Rt Style Labelin Labelout LSPname10.0.0.6 10.0.0.1 Up 0 1 FF 3 -R1-to-R6Total 1 displayed,Up 1, Down 0Transit RSVP: 0 sessionsTotal 0 displayed, Up 0, Down 0What It Means
Sample Output 1 from all routers shows that no RSVP sessions were successfully created, even though the LSP
R6-to-R1is configured. Continue investigating the problem in Verify RSVP Neighbors.In contrast to Sample Output 1and to illustrate correct output, Sample Output 2 shows the output from the ingress, transit, and egress routers when the RSVP configuration is correct, and the LSP is traversing the network as configured.
R1andR6both show an ingress and egress RSVP session, with the LSPR1-to-R6, and the reverse LSPR6-to-R1. Transit routerR3shows two transit RSVP sessions.