To track the progress of a graceful restart event, you can configure graceful restart trace options flags for IS-IS and OSPF/OSPFv3. To configure graceful restart trace options, include the graceful-restart statement at the [edit protocols protocol traceoptions flag] hierarchy level.
- [edit protocols]
- isis {
-
-
traceoptions {
- flag graceful-restart;
- }
- }
- (ospf | ospf3) {
-
-
traceoptions {
- flag graceful-restart;
- }
- }