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


Usage

<configuration>
    <protocols>
        <mpls>
            <label-switched-path>
                <fast-reroute>
                    <hop-limit>hop-limit</hop-limit>
                    <bandwidth>bandwidth</bandwidth>
                    <bandwidth-percent>bandwidth-percent</bandwidth-percent>
                    <no-include-any/>
                    <include-any>...</include-any>
                    <no-include-all/>
                    <include-all>...</include-all>
                    <no-exclude/>
                    <exclude>...</exclude>
                </fast-reroute>
            </label-switched-path>
        </mpls>
    </protocols>
</configuration>

Description

Fast reroute.

Contents

<bandwidth>—Bandwidth to reserve (bps).

<bandwidth-percent>—Percentage of main path bandwidth to reserve.

<exclude>—Groups, all of which must be absent.

<hop-limit>—Maximum allowed router hops.

<include-all>—Groups, all of which must be present.

<include-any>—Groups, one or more of which must be present.

<no-exclude>—Disable exclude checking.

<no-include-all>—Disable include-all checking.

<no-include-any>—Disable include-any checking.


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