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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <bgp>
                        <group>
                            <family>
                                <inet-vpn>
                                    <any>
                                        <accepted-prefix-limit>
                                            <teardown>
                                                <idle-timeout>
                                                    <forever/>
                                                    <timeout>timeout</timeout>
                                                </idle-timeout>
                                            </teardown>
                                        </accepted-prefix-limit>
                                    </any>
                                </inet-vpn>
                            </family>
                        </group>
                    </bgp>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Timeout before attempting to restart peer.

Contents

<forever>—Idle the peer until the user intervenes.

<timeout>—Timeout value, in minutes, for restarting peer.


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