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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <bgp>
                        <family>
                            <inet6>
                                <unicast>
                                    <topology>
                                        <name>name</name> <!-- identifier -->
                                        <community>community</community> <!-- mandatory -->
                                    </topology>
                                </unicast>
                            </inet6>
                        </family>
                    </bgp>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Multi topology routing tables.

Contents

<community>—Community to identify multi topology routes.

<name>—Topology name.


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