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


Usage

<configuration>
    <routing-instances>
        <instance>
            <protocols>
                <bgp>
                    <group>
                        <neighbor>
                            <family>
                                <inet>
                                    <unicast>
                                        <topology>
                                            <name>name</name> <!-- identifier -->
                                            <community>community</community> <!-- mandatory -->
                                        </topology>
                                    </unicast>
                                </inet>
                            </family>
                        </neighbor>
                    </group>
                </bgp>
            </protocols>
        </instance>
    </routing-instances>
</configuration>

Description

Multi topology routing tables.

Contents

<community>—Community to identify multi topology routes.

<name>—Topology name.


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