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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <mpls>
                <interface>
                    <label-map>
                        <name>name</name> <!-- identifier -->
                        <next-hop>next-hop</next-hop>
                        <reject/>
                        <discard/>
                        <swap>swap</swap>
                        <swap-label>swap-label</swap-label>
                        <push-label>push-label</push-label>
                        <pop/>
                        <preference>preference</preference>
                        <class-of-service>class-of-service</class-of-service>
                    </label-map>
                </interface>
            </mpls>
        </protocols>
    </logical-systems>
</configuration>

Description

Label to match.

Contents

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

<discard>—Silently discard the packet.

<name>—Label value in range 1000000 through 1048575.

<next-hop>—Address or interface of next-hop router.

<pop>—Remove the label from the top of the label stack.

<preference>—Preference value.

<push-label>—Label value to push on top.

<reject>—Reject the packet.

<swap>—Remove and replace label from the top of the label stack.

<swap-label>—Label value to swap.


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