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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <ospf3>
                <graceful-restart>
                    <disable/>
                    <restart-duration>seconds</restart-duration>
                    <notify-duration>seconds</notify-duration>
                    <helper-disable/>
                    <no-strict-lsa-checking/>
                </graceful-restart>
            </ospf3>
        </protocols>
    </logical-systems>
</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]