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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <bgp>
                        <group>
                            <neighbor>
                                <family>
                                    <inet6>
                                        <any>
                                            <accepted-prefix-limit>
                                                <teardown>
                                                    <limit-threshold>limit-threshold</limit-threshold>
                                                    <idle-timeout>...</idle-timeout>
                                                </teardown>
                                            </accepted-prefix-limit>
                                        </any>
                                    </inet6>
                                </family>
                            </neighbor>
                        </group>
                    </bgp>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</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]