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


Usage

<configuration>
    <logical-systems>
        <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>
    </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]