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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <bgp>
                <group>
                    <graceful-restart>
                        <disable/>
                        <restart-time>restart-time</restart-time>
                        <stale-routes-time>stale-routes-time</stale-routes-time>
                    </graceful-restart>
                </group>
            </bgp>
        </protocols>
    </logical-systems>
</configuration>

Description

BGP graceful restart options.

Contents

<disable>—Disable graceful restart.

<restart-time>—Restart time used when negotiating with a peer.

<stale-routes-time>—Maximum time for which stale routes are kept.


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