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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <mpls>
                <static-path>
                    <path>
                        <name>name</name> <!-- identifier -->
                        <next-hop>next-hop</next-hop> <!-- mandatory -->
                        <push>push</push>
                        <double-push-bottom>double-push-bottom</double-push-bottom>
                        <double-push-top>double-push-top</double-push-top>
                        <triple-push-bottom>triple-push-bottom</triple-push-bottom>
                        <triple-push-middle>triple-push-middle</triple-push-middle>
                        <triple-push-top>triple-push-top</triple-push-top>
                        <preference>preference</preference>
                        <class-of-service>class-of-service</class-of-service>
                    </path>
                </static-path>
            </mpls>
        </protocols>
    </logical-systems>
</configuration>

Description

Name of static label-switched path.

Contents

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

<double-push-bottom>—First (bottom) label value to push.

<double-push-top>—Second (top) label value to push.

<name>—Destination prefix.

<next-hop>—Next hop to destination.

<preference>—Preference value.

<push>—Label to push.

<triple-push-bottom>—First (bottom) label value to push.

<triple-push-middle>—Second (middle) label value to push.

<triple-push-top>—Third (top) label value to push.


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