E5-110-TRAPS-MIB::e5AlarmNotify #
E5 device alarm notification.
Variables #
- e5AlarmObjectClass
- e5AlarmObjectInstance1
- e5AlarmObjectInstance2
- e5AlarmObjectInstance3
- e5AlarmObjectInstance4
- e5AlarmType
- e5AlarmSeverity
- e5AlarmTimeStamp
- e5AlarmServiceAffecting
- e5AlarmText
- e5AlarmTime
Definitions #
- e5AlarmObjectClass
- Object Class for an alarm
- e5AlarmObjectInstance1
- Object instance for an alarm, level 1
- e5AlarmObjectInstance2
- Object instance for an alarm, level 2
- e5AlarmObjectInstance3
- Object instance for an alarm, level 3
- e5AlarmObjectInstance4
- Object instance for an alarm, level 4
- e5AlarmType
- Unique type for an alarm
- e5AlarmSeverity
- Severity of the alarm
- e5AlarmTimeStamp
- Timestamp indicating the set/clear time of the alarm
- e5AlarmServiceAffecting
- Indicated the nature of the alarm i.e. service affecting or not
- e5AlarmText
- Alarm description
- e5AlarmTime
- UTC time
Here is a sample runbook for the SNMP trap description:
Meaning #
The E5-110-TRAPS-MIB::e5AlarmNotify trap is generated by an E5 device to notify of an alarm condition. This trap provides detailed information about the alarm, including its type, severity, timestamp, and impact on services.
Impact #
The impact of this trap depends on the specifics of the alarm condition. Potential effects include:
- Disruption of services or network connectivity
- Equipment failure or malfunction
- Performance degradation
- Security breaches
- Notification of a critical event that requires immediate attention
Diagnosis #
To diagnose the cause of the alarm, follow these steps:
- Review the trap details, specifically the
e5AlarmObjectClass
,e5AlarmObjectInstance*
, ande5AlarmType
variables, to understand the type and scope of the alarm. - Check the
e5AlarmSeverity
variable to determine the urgency of the alarm. - Investigate the
e5AlarmTimeStamp
variable to determine when the alarm was triggered. - Examine the
e5AlarmServiceAffecting
variable to determine if the alarm is service-affecting or not. - Analyze the
e5AlarmText
variable to gather more information about the alarm. - Verify the
e5AlarmTime
variable to ensure the timestamp is correct.
Mitigation #
To mitigate the effects of the alarm, follow these steps:
- Notify the relevant teams and stakeholders of the alarm condition.
- Investigate the root cause of the alarm and take corrective action.
- Implement temporary fixes or workarounds to minimize the impact of the alarm.
- Schedule maintenance or repairs to address the underlying issue.
- Monitor the device and alarm conditions to ensure the issue is resolved.
- Update documentation and procedures to prevent similar alarms in the future.