28.06.2014 Views

Discussion

Discussion

Discussion

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

the set rsvp interface command to configure these interfaces in the [edit protocols]<br />

hierarchy. As with MPLS, do not include the lo0 and fxp0 interfaces in the list of<br />

RSVP interfaces because they do not carry labeled traffic. Also, as with MPLS, it is<br />

considered good practice to disable RSVP on the fxp0 interface. Use the following<br />

command to verify the configuration:<br />

aviva@R1> show configuration protocols rsvp<br />

interface so-0/0/2.0;<br />

interface fxp0.0 {<br />

disable;<br />

}<br />

The show rsvp version command shows you whether RSVP is running on the router:<br />

aviva@R1> show rsvp version<br />

Resource ReSerVation Protocol, version 1. rfc2205<br />

RSVP protocol<br />

= Enabled<br />

R(refresh timer)<br />

= 30 seconds<br />

K(keep multiplier) = 3<br />

Preemption<br />

= Normal<br />

Soft-preemption cleanup = 30 seconds<br />

Graceful deletion timeout = 30 seconds<br />

Graceful restart<br />

= Disabled<br />

Restart helper mode<br />

= Enabled<br />

Maximum helper restart time = 20000 msec<br />

Maximum helper recovery time = 180000 msec<br />

Restart time<br />

= 0 msec<br />

The first line of the output shows that the JUNOS software is running RSVP Version<br />

1 (defined in RFC 2205). The second line shows that RSVP is enabled on the router.<br />

The remaining lines show the settings for various RSVP parameters, which are the<br />

default values because we haven’t configured anything other than basic RSVP functionality<br />

at this point. The refresh timer of 30 seconds determines how often RSVP<br />

sends periodic messages to its neighbors. The JUNOS software multiplies this value<br />

by 1.5 and sends RSVP messages every 45 seconds by default. The keep multiplier<br />

indicates the number of RSVP messages that can be lost on a connection before the<br />

software considers an RSVP state to be stale.<br />

The fifth line, Preemption, shows the default session preemption type of Normal.<br />

RSVP uses preemption to accommodate additional sessions when a link does not<br />

have sufficient bandwidth to carry all sessions. Normal preemption means that only<br />

new better-priority RSVP sessions can preempt existing ones. (Recipe 14.14 explains<br />

how to modify the default preemption behavior.) Normally, sessions are torn down<br />

immediately when they are preempted. However, if soft preemption is configured,<br />

RSVP attempts for 30 seconds to establish a new session before tearing down the<br />

existing one. This is called soft-preemption cleanup. As part of tearing down an LSP,<br />

by default, RSVP waits 30 seconds to gracefully time out the session. The last five<br />

lines apply to graceful restart, which is disabled on the router.<br />

Next, check that RSVP is up and running on the router’s interfaces. Here’s the output<br />

for the ingress router:<br />

506 | Chapter 14: MPLS<br />

This is the Title of the Book, eMatter Edition<br />

Copyright © 2008 O’Reilly & Associates, Inc. All rights reserved.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!