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


Usage

<configuration>
    <routing-instances>
        <instance>
            <protocols>
                <ospf3>
                    <topology>
                        <name>name</name> <!-- identifier -->
                        <disable/>
                        <topology-id>topology-id</topology-id>
                        <overload/>
                        <rib-group>rib-group</rib-group>
                        <spf-options>...</spf-options>
                        <prefix-export-limit>prefix-export-limit</prefix-export-limit>
                    </topology>
                </ospf3>
            </protocols>
        </instance>
    </routing-instances>
</configuration>

Description

Topology parameters.

Contents

<disable>—Disable this topology.

<name>—Topology name.

<overload>—Set the overload mode (repel transit traffic).

<prefix-export-limit>—Maximum number of prefixes that can be exported.

<rib-group>—Routing table group for importing routes.

<spf-options>—Configure options for SPF.

<topology-id>—Topology identifier.


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