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


Usage

<configuration>
    <protocols>
        <bgp>
            <family>
                <l2vpn>
                    <signaling>
                        <accepted-prefix-limit>
                            <maximum>maximum</maximum> <!-- mandatory -->
                            <teardown>...</teardown>
                        </accepted-prefix-limit>
                    </signaling>
                </l2vpn>
            </family>
        </bgp>
    </protocols>
</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]