[Contents] [Prev] [Next] [Index] [Report an Error]


Examining an RSVP Failure

The Resource Reservation Protocol (RSVP) is a signaling protocol that provides reservation setup and control. This chapter describes a real-world scenario in which RSVP fails because links in the network are incorrectly configured. It discusses some basic approaches to monitoring and examining an RSVP failure, including how, when, and why you use specific commands. This chapter also includes an examination of the RSVP log file and corrective action for the specific scenario. (See Table 22.)


Table 22: Checklist for Examining an RSVP Failure
Examining an RSVP Failure Tasks


  1. Verify the RSVP Session

show rsvp session ingress detail

  1. Ping the Egress Router

ping ip-address-interface

  1. Enable RSVP Tracing on Transit Routers

edit

[edit]
edit protocols rsvp

[edit protocols rsvp]
set traceoptions file
filename
set traceoptions flag flag
show
commit

  1. View the RSVP Log File on Transit Routers

clear rsvp session (Optional)
clear log filename (Optional)

show log filename

  1. Check the RSVP Log File on the Egress Router

show log rsvp-log

  1. Determine and Correct the Problem on the Egress Router

The following sequence of commands addresses the specific problem described in this section:

show configuration protocols rsvp
edit

[edit protocols rsvp]
rename interface so-0/0/3 to interface so-0/0/0
show
commit
run show rsvp session ingress detail

  1. Remove the Tracing Configuration

edit
[edit protocols rsvp]
show
delete traceoptions
show
commit



[Contents] [Prev] [Next] [Index] [Report an Error]