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


Usage

<configuration>
    <protocols>
        <bgp>
            <group>
                <family>
                    <route-target>
                        <prefix-limit>
                            <maximum>maximum</maximum> <!-- mandatory -->
                            <teardown>...</teardown>
                        </prefix-limit>
                    </route-target>
                </family>
            </group>
        </bgp>
    </protocols>
</configuration>

Description

Limit maximum number of prefixes from a peer.

Contents

<maximum>—Maximum number of prefixes from a peer.

<teardown>—Clear peer connection on reaching limit.


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