Applying : router bgp 100
Applying : no isolate
Maintenance mode operation successful.
The after_maintenance snapshot will be generated in 120 seconds
After that time, please use 'show snapshots compare before_maintenance after_maintenance'
to check the health of the system
switch(config)# 2016 Dec 5 08:51:46 switch %$ VDC-1 %$ %MMODE-2-MODE_CHANGED: System changed
to "normal" mode.
switch(config)# show system mode
System Mode: Normal
This example shows how to return to normal mode from maintenance mode by using the non-interactive
keyword:
switch(config)# no system mode maintenance non-interactive
System mode switch to normal mode started. Will continue in background.
switch(maint-mode)(config)# 2016 Dec 5 08:48:01 switch %$ VDC-1 %$ %MMODE-2-MODE_CHANGED:
System changed to "normal" mode.
switch(config)# show system mode
System Mode: Normal
Deleting a Maintenance Profile
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Deletes the normal mode or maintenance
mode profiles.
switch# no configure maintenance profile
{normal-mode | maintenance-mode}
Step 2
This example shows how to delete a maintenance profile:
switch# configure terminal
switch(config)# no configure maintenance profile maintenance-mode
Configuration Examples for GIR
This example shows how to create custom maintenance mode profile:
switch# configure maintenance profile maintenance-mode
Please configure 'system mode maintenance always-use-custom-profile' if you want to use
custom
profile always for maintenance mode.
Enter configuration commands, one per line. End with CNTL/Z.
switch(config-mm-profile)# router bgp 100
switch(config-mm-profile-router)# isolate
switch(config-mm-profile-router)# exit
switch(config-mm-profile)# sleep instance 1 10
switch(config-mm-profile)# interface ethernet 1/1
switch(config-mm-profile-if-verify)# shutdown
switch(config-mm-profile-if-verify)# end
Cisco Nexus 5600 Series NX-OS System Management Configuration Guide, Release 7.x
302 OL-31641-01
Configuring GIR (Cisco NX-OS Release 7.3(0)N1(1))
Deleting a Maintenance Profile