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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <mpls>
                <disable/>
                <path-mtu>...</path-mtu>
                <diffserv-te>...</diffserv-te>
                <auto-policing>...</auto-policing>
                <statistics>...</statistics>
                <log-updown>...</log-updown>
                <traffic-engineering>traffic-engineering-choice</traffic-engineering>
                <traceoptions>...</traceoptions>
                <admin-groups>...</admin-groups>
                <advertisement-hold-time>seconds</advertisement-hold-time>
                <rsvp-error-hold-time>seconds</rsvp-error-hold-time>
                <optimize-aggressive/>
                <smart-optimize-timer>seconds</smart-optimize-timer>
                <no-propagate-ttl/>
                <explicit-null/>
                <ipv6-tunneling/>
                <icmp-tunneling/>
                <revert-timer>seconds</revert-timer>
                <expand-loose-hop/>
                <bandwidth>...</bandwidth>
                <class-of-service>class-of-service</class-of-service>
                <no-decrement-ttl/>
                <hop-limit>hop-limit</hop-limit>
                <no-cspf/>
                <admin-down/>
                <optimize-timer>seconds</optimize-timer>
                <preference>preference</preference>
                <setup-priority>setup-priority</setup-priority>
                <reservation-priority>reservation-priority</reservation-priority>
                <record/>
                <standby/>
                <admin-group>...</admin-group>
                <oam>...</oam>
                <label-switched-path>...</label-switched-path>
                <path>...</path>
                <static-path>...</static-path>
                <interface>...</interface>
            </mpls>
        </protocols>
    </logical-systems>
</configuration>

Description

Multiprotocol Label Switching options.

Contents

<admin-down>—Keep the LSP in administrative down state.

<admin-group>—Administrative group policy.

<admin-groups>—Administrative groups.

<advertisement-hold-time>—Time that an 'LSP down' advertisement will be delayed.

<auto-policing>—Automatic policing of LSPs.

<bandwidth>—Bandwidth to reserve (bps).

<class-of-service>—Class-of-service value.

<diffserv-te>—Global diffserv-traffic-engineering options.

<disable>—Disable MPLS.

<expand-loose-hop>—Perform CSPF path computation to expand loose hops.

<explicit-null>—Advertise the EXPLICIT_NULL label when the router is the egress.

<hop-limit>—Maximum allowed router hops.

<icmp-tunneling>—Allow MPLS LSPs to be used for tunneling ICMP error packets.

<interface>—MPLS interface options.

<ipv6-tunneling>—Allow MPLS LSPs to be used for tunneling IPv6 traffic.

<label-switched-path>—Label-switched path.

<log-updown>—Logging actions for LSP up/down events.

<no-cspf>—Disable automatic path computation.

<no-decrement-ttl>—Do not decrement the TTL within an LSP.

<no-propagate-ttl>—Disable TTL propagation from IP to MPLS (on push) and MPLS to IP (on pop).

<oam>—Periodic OAM.

<optimize-aggressive>—Run aggressive optimization algorithm based on IGP metric only.

<optimize-timer>—Periodical path reoptimizations.

<path>—Route of a label-switched path.

<path-mtu>—Path MTU configuration.

<preference>—Preference value.

<record>—Record transit routers.

<reservation-priority>—Reservation priority.

<revert-timer>—Hold-down window before reverting back to primary path, 0 means disable.

<rsvp-error-hold-time>—Time that RSVP PathErr events will be remembered.

<setup-priority>—Set-up priority.

<smart-optimize-timer>—Path optimization interval after a link traversed by the path goes down.

<standby>—Keep backup paths in continuous standby.

<static-path>—Static label-switched path.

<statistics>—Collect statistics for signaled label-switched paths.

<traceoptions>—Trace options for MPLS.

<traffic-engineering>—Protocols to perform traffic engineering.


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