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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <ospf3>
                        <realm>
                            <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>
                        </realm>
                    </ospf3>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</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]