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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <mpls>
                <label-switched-path>
                    <name>name</name> <!-- identifier -->
                    <disable/>
                    <traceoptions>...</traceoptions>
                    <no-install-to-address/>
                    <from>from</from>
                    <to>to</to>
                    <template/>
                    <ldp-tunneling/>
                    <metric>metric</metric>
                    <soft-preemption/>
                    <install>...</install>
                    <retry-timer>seconds</retry-timer>
                    <retry-limit>retry-limit</retry-limit>
                    <lsp-attributes>...</lsp-attributes>
                    <revert-timer>seconds</revert-timer>
                    <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>
                    <random/>
                    <least-fill/>
                    <most-fill/>
                    <description>description</description>
                    <link-protection/>
                    <node-link-protection/>
                    <adaptive/>
                    <fast-reroute>...</fast-reroute>
                    <p2mp>...</p2mp>
                    <auto-bandwidth>...</auto-bandwidth>
                    <primary>...</primary>
                    <secondary>...</secondary>
                    <policing>...</policing>
                    <associate-backup-pe-groups/>
                </label-switched-path>
            </mpls>
        </protocols>
    </logical-systems>
</configuration>

Description

Label-switched path.

Contents

<adaptive>—Have the LSP smoothly cut over to new routes.

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

<admin-group>—Administrative group policy.

<associate-backup-pe-groups>—Associate this LSP with backup-pe groups.

<auto-bandwidth>—Do auto bandwidth allocation for this LSP.

<bandwidth>—Bandwidth to reserve (bps).

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

<description>—Text description of label-switched path.

<disable>—Disable MPLS label-switched path.

<fast-reroute>—Fast reroute.

<from>—Address of ingress router.

<hop-limit>—Maximum allowed router hops.

<install>—Install prefix.

<ldp-tunneling>—Allow LDP to use this LSP for tunneling.

<least-fill>—Select the least filled among equal-cost paths.

<link-protection>—Protect LSP from link faults only.

<lsp-attributes>—Attributes for generalized LSP.

<metric>—Metric value.

<most-fill>—Select the most filled among equal-cost paths.

<name>—Name of path.

<no-cspf>—Disable automatic path computation.

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

<no-install-to-address>—Don't install host route 'to' address into routing tables.

<node-link-protection>—Protect LSP from both link and node faults.

<oam>—Periodic OAM.

<optimize-timer>—Periodical path reoptimizations.

<p2mp>—Point-to-multipoint label-switched path.

<policing>—Traffic policing for this LSP.

<preference>—Preference value.

<primary>—Preferred path.

<random>—Randomly select among equal-cost paths.

<record>—Record transit routers.

<reservation-priority>—Reservation priority.

<retry-limit>—Maximum number of times to retry primary path.

<retry-timer>—Time before retrying the primary path.

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

<secondary>—Backup path.

<setup-priority>—Set-up priority.

<soft-preemption>—Attempt make-before-break service while preempting this LSP.

<standby>—Keep backup paths in continuous standby.

<template>—Template for dynamic lsp paramaters.

<to>—Address of egress router.

<traceoptions>—Trace options for MPLS label-switched path.


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