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


Usage

<configuration>
    <protocols>
        <rsvp>
            <interface>
                <name>name</name> <!-- identifier -->
                <disable/>
                <authentication-key>authentication-key</authentication-key>
                <aggregate/>
                <reliable/>
                <hello-interval>seconds</hello-interval>
                <subscription>...</subscription>
                <bandwidth>bandwidth</bandwidth>
                <update-threshold>percent</update-threshold>
                <link-protection>...</link-protection>
            </interface>
        </rsvp>
    </protocols>
</configuration>

Description

RSVP interface options.

Contents

<aggregate>—Permit refresh reduction extensions on the interface.

<authentication-key>—Authentication password.

<bandwidth>—Available bandwidth for the interface units bps.

<disable>—Disable RSVP on this interface.

<hello-interval>—Hello interval.

<link-protection>—Protect traffic with a label-stacked LSP.

<name>—Interface name.

<reliable>—Permit reliable message delivery on the interface.

<subscription>—Link bandwidth percentage for RSVP reservation.

<update-threshold>—Percentage change in reserved bandwidth to trigger IGP update.


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