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


Usage

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