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


Usage

<configuration>
    <routing-instances>
        <instance>
            <protocols>
                <bgp>
                    <graceful-restart>
                        <disable/>
                        <restart-time>restart-time</restart-time>
                        <stale-routes-time>stale-routes-time</stale-routes-time>
                    </graceful-restart>
                </bgp>
            </protocols>
        </instance>
    </routing-instances>
</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]