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


Usage

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

Description

Limit maximum number of prefixes accepted from a peer.

Contents

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

<teardown>—Clear peer connection on reaching limit.


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