Description

Customer observed a commit failure when they attempted to deactivate the GRES and NSR features during their maintenance window for replacing the routing engine. 


Symptoms

{master}[edit]

[email protected]# delete routing-options nonstop-routing


{master}[edit]

[email protected]# delete chassis redundancy graceful-switchover


{master}[edit]

[email protected]# delete system switchover-on-routing-crash


{master}[edit]

[email protected]# deactivate system scripts


{master}[edit]

[email protected]# show | compare

[edit system]

! inactive: scripts { ... }

- switchover-on-routing-crash;

[edit chassis redundancy]

- graceful-switchover;

[edit routing-options]

- nonstop-routing;


{master}[edit]

[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)


Solution

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.

Modification History

2025-03-27 : Article Created