Case Study for an RSVP Failure
Purpose
This case study presents a Multiprotocol Label Switching (MPLS) network topology and RSVP failure scenario designed to demonstrate techniques and commands that are particularly useful when addressing RSVP problems in your network. The focus of the study is an unconstrained RSVP label-switched path (LSP) from
R1toR5, which uses a strict path throughR3. In this case, the RSVP failure occurs when interfaceso-0/0/0onR5is configured incorrectly. (See Figure 18.)
![]()
The MPLS network in Figure 18 is a router-only network with SONET interfaces that consists of the following components:
- A full-mesh interior Border Gateway Protocol (IBGP) topology, using AS 65432.
- MPLS and RSVP enabled on all routers.
- A send-statics policy on routers
R1andR6, that allows a new route to be advertised into the network.- Two unidirectional LSPs between routers
R1(ingress) andR5(egress), which allow bidirectional traffic.- The
no-cspfstatement included at the [edit protocols mpls label-switched-pathpath-name] hierarchy level, indicating that the Constrained Shortest Path First (CSPF) algorithm is not used to compute the LSP path.- A strict path configured for both unidirectional LSPs,
R1-to-R5andR5-to-R1, at the [edit protocols mpls] hierarchy level.Although there are a number of ways to examine an RSVP failure in an MPLS network, the following sequence of steps and commands is useful in determining the origin of an RSVP failure.
Steps To Take