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

Configuring RSVP for a Forwarding Adjacency

For the forwarding adjacency to function properly, RSVP must be made aware of it. Do this by specifying the name of the peer interface corresponding to the link-management peer associated with the forwarding adjacency. Configuring the peer-interface statement at the [edit protocols rsvp] hierarchy level allows RSVP to use all of the traffic engineering links configured for that peer. You can also configure RSVP control-plane parameters such as the hello interval and refresh reduction.

To configure RSVP to recognize a forwarding adjacency, include the peer-interface statement:

peer-interface peer-interface-name {
disable;
(aggregate | no-aggregate);
authentication-key key;
hello-interval seconds;
(reliable | no-reliable);
}

You can include this statement at the following hierarchy levels:

For more information on how to configure the peer-interface statement, see Configuring Peer Interfaces in RSVP and OSPF.


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