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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <ospf3>
                        <area>
                            <label-switched-path>
                                <name>name</name> <!-- identifier -->
                                <disable/>
                                <metric>metric</metric>
                                <topology>...</topology>
                            </label-switched-path>
                        </area>
                    </ospf3>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Configuration for advertisement of a label-switched path.

Contents

<disable>—Disable OSPF on this label-switched path.

<metric>—Interface metric.

<name>—Name of label-switched path to be advertised.

<topology>—Topology specific attributes.


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