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


Usage

<configuration>
    <protocols>
        <rsvp>
            <peer-interface>
                <name>name</name> <!-- identifier -->
                <disable/>
                <authentication-key>authentication-key</authentication-key>
                <aggregate/>
                <reliable/>
                <hello-interval>seconds</hello-interval>
            </peer-interface>
        </rsvp>
    </protocols>
</configuration>

Description

Configuration for peer interface.

Contents

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

<authentication-key>—Authentication password.

<disable>—Disable RSVP on this control peer.

<hello-interval>—Hello interval.

<name>—Name of peer interface.

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


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