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


Usage

<configuration>
    <protocols>
        <ospf>
            <graceful-restart>
                <disable/>
                <restart-duration>seconds</restart-duration>
                <notify-duration>seconds</notify-duration>
                <helper-disable/>
                <no-strict-lsa-checking/>
            </graceful-restart>
        </ospf>
    </protocols>
</configuration>

Description

Configure graceful restart attributes.

Contents

<disable>—Disable OSPF graceful restart capability.

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

<no-strict-lsa-checking>—Do not abort graceful helper mode upon LSA changes.

<notify-duration>—Time to send all max-aged grace LSAs.

<restart-duration>—Time for all neighbors to become full.


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