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


Usage

<configuration>
    <routing-instances>
        <instance>
            <protocols>
                <ldp>
                    <graceful-restart>
                        <disable/>
                        <helper-disable/>
                        <recovery-time>seconds</recovery-time>
                        <maximum-neighbor-recovery-time>seconds
                                    </maximum-neighbor-recovery-time>
                        <reconnect-time>seconds</reconnect-time>
                        <maximum-neighbor-reconnect-time>seconds
                                    </maximum-neighbor-reconnect-time>
                    </graceful-restart>
                </ldp>
            </protocols>
        </instance>
    </routing-instances>
</configuration>

Description

Configure graceful restart attributes.

Contents

<disable>—Disable graceful restart.

<helper-disable>—Disable the graceful restart helper capability.

<maximum-neighbor-reconnect-time>—Maximum reconnect time allowed from a restarting neighbor.

<maximum-neighbor-recovery-time>—Maximum time stale mappings are maintained.

<reconnect-time>—Time required to reestablish session after graceful restart.

<recovery-time>—Time required for recovery.


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