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


Usage

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