Customer observed a commit failure when they attempted to deactivate the GRES and NSR features during their maintenance window for replacing the routing engine.
{master}[edit]
[email protected]# delete routing-options nonstop-routing
[email protected]# delete chassis redundancy graceful-switchover
[email protected]# delete system switchover-on-routing-crash
[email protected]# deactivate system scripts
[email protected]# show | compare
[edit system]
! inactive: scripts { ... }
- switchover-on-routing-crash;
[edit chassis redundancy]
- graceful-switchover;
[edit routing-options]
- nonstop-routing;
[email protected]# commit check
[edit protocols layer2-control]
'nonstop-bridging'
Graceful switchover needs to be configured
error: configuration check-out failed: (statements constraint check failed)
To resolve the issues, it was necessary to execute the command: "delete protocols layer2-control nonstop-bridging" along with other required commands. This approach successfully resolved the commit failures.