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


Usage

<configuration>
    <protocols>
        <bgp>
            <group>
                <neighbor>
                    <family>
                        <inet>
                            <flow>
                                <prefix-limit>
                                    <teardown>
                                        <idle-timeout>
                                            <forever/>
                                            <timeout>timeout</timeout>
                                        </idle-timeout>
                                    </teardown>
                                </prefix-limit>
                            </flow>
                        </inet>
                    </family>
                </neighbor>
            </group>
        </bgp>
    </protocols>
</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]