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

Minimum RSVP Configuration

To enable RSVP on a single interface, include the rsvp statement and specify the interface using the interface statement. This is the minimum RSVP configuration. All other RSVP configuration statements are optional.

rsvp {
interface interface-name;
}

You can include these statements at the following hierarchy levels:

To enable RSVP on all interfaces, specify all for interface-name.

If you have configured interface properties on a group of interfaces and want to disable RSVP on one of the interfaces, include the disable statement:

protocols {
rsvp {
interface interface-name {
disable;
}
}
}

You can include this statement at the following hierarchy levels:


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