OcNOS-SP : System Management Guide : System Management Command Reference : FMS Command Reference : fault-management shelve
fault-management shelve
Use this command to shelve (disable) an alarm type.
Command Syntax
fault-management shelve ALARM-TYPE
Parameter
ALARM-TYPE
Type of alarm as displayed by show fms supported-alarm-types
Command Mode
Exec and Privileged Exec mode
Applicability
This command was introduced in OcNOS version 6.0.0.
Example
#fault-management shelve CMM_MONITOR_CPU
% FMS Response: Alarm-type CMM_MONTOR_CPU shelved.
#
 
Validation:
Check that after shelving an alarm type, active alarms of that type are not being raised.
#fault-management shelve IFMGR_IF_DOWN
% FMS Response: Alarm-type IFMGR_IF_DOWN shelved.
#
#show alarm shelved
Alarm-type Count: 1
Alarm Type
-------------------
IFMGR_IF_DOWN
#
(config)#interface ce1/1
(config-if)#shutdown
(config-if)#commit
2019 Feb 18 15:21:31.229 : OcNOS : NSM : CRITI : [IFMGR_IF_DOWN_2]: Interface ce1/1 changed state to down
(config-if)#end
#
#show alarm history all
There are no alarms present in the Database
#show alarm active
Active Alarms received:-
There are no active alarms present in the Database
#
Last modified date: 08/28/2023