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


Usage

<configuration>
    <protocols>
        <rsvp>
            <interface>
                <link-protection>
                    <disable/>
                    <bandwidth>...</bandwidth>
                    <max-bypasses>max-bypasses</max-bypasses>
                    <subscription>subscription</subscription>
                    <no-node-protection/>
                    <optimize-timer>seconds</optimize-timer>
                    <class-of-service>class-of-service</class-of-service>
                    <hop-limit>hop-limit</hop-limit>
                    <no-cspf/>
                    <setup-priority>setup-priority</setup-priority>
                    <reservation-priority>reservation-priority</reservation-priority>
                    <path>...</path>
                    <admin-group>...</admin-group>
                    <bypass>...</bypass>
                </link-protection>
            </interface>
        </rsvp>
    </protocols>
</configuration>

Description

Protect traffic with a label-stacked LSP.

Contents

<admin-group>—Administrative group policy.

<bandwidth>—Bandwidth for each bypass.

<bypass>—Bypass with specific constraints.

<class-of-service>—Class of service for the bypass LSP.

<disable>—Disable link protection on this interface.

<hop-limit>—Maximum allowed router hops for bypass.

<max-bypasses>—Max number of bypasses permitted for protecting this interface.

<no-cspf>—Disable automatic path computation.

<no-node-protection>—Disallow node protection on this interface.

<optimize-timer>—Interval between bypass reoptimizations.

<path>—Explicit route of bypass path.

<reservation-priority>—Reservation priority.

<setup-priority>—Set-up priority.

<subscription>—Percent of bandwidth guaranteed when admitting protected LSPs into bypasses.


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