Step 3: Verify RSVP Interfaces
Purpose
If the RSVP protocol is not configured correctly on the routers in your network, the interfaces cannot signal LSPs.
Action
To verify RSVP interfaces, enter the following JUNOS CLI operational mode command:
user@host>show rsvp interfaceSample Output 1
user@R1>show rsvp interfaceRSVP interface: 4 activeActive Subscr- Static Available Reserved HighwaterInterface State resv iption BW BW BW markso-0/0/0.0 Up2100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/1.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/2.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsuser@R2>show rsvp interfaceRSVP interface: 5 activeActive Subscr- Static Available Reserved HighwaterInterface State resv iption BW BW BW markso-0/0/0.0 Up1100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/1.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/2.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/3.0 Up1100% 155.52Mbps 155.52Mbps 0bps 0bpsuser@R3>show rsvp interfaceRSVP interface: 5 activeActive Subscr- Static Available Reserved HighwaterInterface State resv iption BW BW BW markso-0/0/0.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/1.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/2.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/3.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsuser@R4>show rsvp interfaceRSVP interface: 5 activeActive Subscr- Static Available Reserved HighwaterInterface State resv iption BW BW BW markso-0/0/0.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/1.0 Up1100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/2.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/3.0 Up1100% 155.52Mbps 155.52Mbps 0bps 0bpsuser@R5>show rsvp interfaceRSVP interface: 4 activeActive Subscr- Static Available Reserved HighwaterInterface State resv iption BW BW BW markso-0/0/0.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/1.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/2.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsuser@R6>show rsvp interfaceRSVP interface: 5 activeActive Subscr- Static Available Reserved HighwaterInterface State resv iption BW BW BW markso-0/0/0.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/1.0 Up1100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/2.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/3.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsSample Output 2
user@R6>show rsvp interfaceRSVP interface: 3 activeActive Subscr- Static Available Reserved HighwaterInterface State resv iption BW BW BW markso-0/0/0.0 Up 1 100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/1.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bpsso-0/0/2.0 Up 0 100% 155.52Mbps 155.52Mbps 0bps 0bps#so-0/0/3.0 is missingSample Output 3
user@host#show rsvp interfaceRSVP not configuredWhat It Means
Sample Output 1 shows that all interfaces on all routers in the network are enabled with RSVP, including the management interface (
fxp0). The output for all routers in the network includes similar information, so we will examine R6 in detail.R6 has five interfaces enabled with RSVP (
Up). Interfaceso-0/1/1.0has a single active RSVP reservation (Active resv) that did not change the default subscription percentage of 100 percent (Subscription). Interfaceso-0/1/1.0did not assign a static bandwidth (Static BW) to the logical unit and therefore inherited 100 percent of the physical interface rate as the bandwidth available (Available BW) for RSVP sessions. Interfaceso-0/1/1.0has no bandwidth assigned (Reserved BW), and no RSVP bandwidth allocation at any single instant in time (Highwater mark).Sample Output 2 shows that interface
so-0/0/3.0is missing. If you do not configure the correct interface at the [edit protocols rsvp] hierarchy level, the interface cannot signal LSPs, and does not appear in the output for theshow rsvp interfacecommand. For more information on configuring MPLS on routers in your network, see Configuring MPLS on a Network.Sample Output 3 shows that the RSVP protocol is not configured at the [
edit protocols rsvp] hierarchy level.