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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <ospf>
                        <area>
                            <interface>
                                <topology>
                                    <name>name</name> <!-- identifier -->
                                    <disable/>
                                    <metric>metric</metric>
                                </topology>
                            </interface>
                        </area>
                    </ospf>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Topology specific attributes.

Contents

<disable>—Disable this topology.

<metric>—Topology metric.

<name>—Topology name.


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