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


Usage

<configuration>
    <protocols>
        <bgp>
            <group>
                <family>
                    <inet-vpn>
                        <unicast>
                            <prefix-limit>
                                <teardown>
                                    <limit-threshold>limit-threshold</limit-threshold>
                                    <idle-timeout>...</idle-timeout>
                                </teardown>
                            </prefix-limit>
                        </unicast>
                    </inet-vpn>
                </family>
            </group>
        </bgp>
    </protocols>
</configuration>

Description

Clear peer connection on reaching limit.

Contents

<idle-timeout>—Timeout before attempting to restart peer.

<limit-threshold>—Percentage of prefix-limit to start warnings.


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