fault-management close
Use this command to close an active alarm.
Command Syntax
fault-management close ACTIVE-ALARM-ID
Parameter
ACTIVE-ALARM-ID
 
Identifier of an active alarm
Command Mode
Exec and Privileged Exec mode
Applicability
This command was introduced in OcNOS version 6.0.0.
Example
After closing an active alarm, it should not be displayed in the active alarms list.
The alarm ID can be found with 
show alarm history, specifying the 
all parameter.
 
#sh alarm history all
Alarm Count: 1
Severity   Alarm_Type_ID   Alarm_ID          Description
--------------------------------------------------------
MAJOR      EQPT            IFMGR_IF_DOWN::ce3/1     2019-02-18T15:07:57.755Z : OcNOS [IFMGR_IF_DOWN] Interface ce3/1 changed state to down
 
#sh alarm active
Active Alarms received:-
Active Alarm Count: 1
Severity    Status    Alarm Description
------------------------------------------
MAJOR       Active    OcNOS [IFMGR_IF_DOWN] Interface ce3/1 changed state to down
 
#
#fault-management close IFMGR_IF_DOWN::ce3/1
% FMS Response: IFMGR_IF_DOWN::ce3/1 closed
#
#sh alarm active
Active Alarms received:-
There are no active alarms present in the Database
 
 
Last modified date: 08/28/2023