SNMP-ALARM-MIB

File: SNMP-ALARM-MIB.mib (46594 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
snmpModules Gauge32 Unsigned32
TEXTUAL-CONVENTION TruthValue AutonomousType
VariablePointer TimeStamp SnmpAdminString
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP

Defined Types

SnmpAlarmCond  
The alarm condition. The values are: set(1)....the alarm condition detected clear(2)..the alarm condition ceased
TEXTUAL-CONVENTION    
  INTEGER set(1), clear(2)  

SnmpAlarmType  
The identity of the type of an SNMP alarm. The SNMP SMI does not have a construct to define SNMP alarms. Thus, the OBJECT-IDENTITY construct must be used with the text of the DESCRIPTION clause describing the conditions that cause the alarm to be set and to be clear, and a description of each varBind to be associated with the alarm.
TEXTUAL-CONVENTION    
  OBJECT IDENTIFIER  

OptDateAndTime  
An date-time specification, or a zero length string. field octets contents range ----- ------ -------- ----- 1 1-2 year 0..65536 2 3 month 1..12 3 4 day 1..31 4 5 hour 0..23 5 6 minutes 0..59 6 7 seconds 0..60 (use 60 for leap-second) 7 8 deci-seconds 0..9 8 9 direction from UTC '+' / '-' 9 10 hours from UTC 0..11 10 11 minutes from UTC 0..59 For example, Tuesday May 26, 1992 at 1:30:15 PM EDT would be displayed as: 1992-5-26,13:30:15.0,-4:0 Note that if only local time is known, then time zone information (fields 8-10) is not present.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0|8|11)  

SnmpValUnion  
A descriminated union, which is the following ASN.1 sequence BER encoded and wrapped as the value of an OCTET STRING.
TEXTUAL-CONVENTION    
  OCTET STRING  

SnmpAlarmCurrEntry  
SEQUENCE    
  snmpAlarmCurrIndex Unsigned32
  snmpAlarmCurrOccurDateAndTime OptDateAndTime
  snmpAlarmCurrOccurUpTime TimeStamp
  snmpAlarmCurrType SnmpAlarmType
  snmpAlarmCurrId Unsigned32
  snmpAlarmCurrContextName SnmpAdminString
  snmpAlarmCurrVarBinds Gauge32

SnmpAlarmCurrVarBindEntry  
SEQUENCE    
  snmpAlarmCurrVarBindIndex Unsigned32
  snmpAlarmCurrVarBindId VariablePointer
  snmpAlarmCurrVarBindVal SnmpValUnion

SnmpAlarmLogEntry  
SEQUENCE    
  snmpAlarmLogIndex Unsigned32
  snmpAlarmLogCond SnmpAlarmCond
  snmpAlarmLogOccurDateAndTime OptDateAndTime
  snmpAlarmLogOccurUpTime TimeStamp
  snmpAlarmLogType SnmpAlarmType
  snmpAlarmLogId Unsigned32
  snmpAlarmLogContextName SnmpAdminString
  snmpAlarmLogVarBinds Gauge32

SnmpAlarmLogVarBindEntry  
SEQUENCE    
  snmpAlarmLogVarBindIndex Unsigned32
  snmpAlarmLogVarBindId VariablePointer
  snmpAlarmLogVarBindVal SnmpValUnion

SnmpItuAlarmClass  
The class of alarm as specified in [X.733] and [X.736].
TEXTUAL-CONVENTION    
  INTEGER other(1), communicationsAlarm(2), qualityOfServiceAlarm(3), processingErrorAlarm(4), equipmentAlarm(5), environmentalAlarm(6), integrityViolation(7), operationalViolation(8), physicalViolation(9), securityServiceOrMechanismViolation(10), timeDomainViolation(11)  

SnmpItuAlarmProbCause  
The probable cause of the alarm as specified in [X.733] and [X.736].
TEXTUAL-CONVENTION    
  INTEGER other(1), adapterError(2), applicationSubsystemFailure(3), bandwidthReduced(4), callEstablishmentError(5), communicationsProtocolError(6), communicationsSubsystemFailure(7), configurationOrCustomizationError(8), congestion(9), corruptData(10), cpuCyclesLimitExceeded(11), dataSetOrModemError(12), degradedSignal(13), dteDceInterfaceError(14), enclosureDoorOpen(15), equipmentMalfunction(16), excessiveVibration(17), fileError(18), fireDetected(19), floodDetected(20), framingError(21), heatingVentCoolingSystemProblem(22), humidityUnacceptable(23), inputOutputDeviceError(24), inputDeviceError(25), lanError(26), leakDetected(27), localNodeTransmissionError(28), lossOfFrame(29), lossOfSignal(30), materialSupplyExhausted(31), multiplexerProblem(32), outOfMemory(33), ouputDeviceError(34), performanceDegraded(35), powerProblem(36), pressureUnacceptable(37), processorProblem(38), pumpFailure(39), queueSizeExceeded(40), receiveFailure(41), receiverFailure(42), remoteNodeTransmissionError(43), resourceAtOrNearingCapacity(44), responseTimeExecessive(45), retransmissionRateExcessive(46), softwareError(47), softwareProgramAbnormallyTerminated(48), softwareProgramError(49), storageCapacityProblem(50), temperatureUnacceptable(51), thresholdCrossed(52), timingProblem(53), toxicLeakDetected(54), transmitFailure(55), transmitterFailure(56), underlyingResourceUnavailable(57), versionMismatch(58), authenticationFailure(59), breachOfConfidentiality(60), cableTamper(61), delayedInformation(62), denialOfService(63), duplicateInformation(64), informationMissing(65), informationModificationDetected(66), informationOutOfSequence(67), intrusionDetection(68), keyExpired(69), nonRepudiationFailure(70), outOfHoursActivity(71), outOfService(72), proceduralError(73), unauthorizedAccessAttempt(74), unexpectedInformation(75)  

SnmpItuAlarmPercSeverity  
The perceived severity of the alarm as specified in [X.733] and [X.736].
TEXTUAL-CONVENTION    
  INTEGER indeterminate(2), critical(3), major(4), minor(5), warning(6)  

SnmpItuAlarmTrendInd  
The trend indication of the alarm as specified in [X.733].
TEXTUAL-CONVENTION    
  INTEGER moreSevere(1), noChange(2), lessSevere(3)  

SnmpItuAlarmCurrEntry  
SEQUENCE    
  snmpItuAlarmCurrClass SnmpItuAlarmClass
  snmpItuAlarmCurrProbCause SnmpItuAlarmProbCause
  snmpItuAlarmCurrPercSeverity SnmpItuAlarmPercSeverity
  snmpItuAlarmCurrAdditText SnmpAdminString
  snmpItuAlarmCurrTrendInd SnmpItuAlarmTrendInd
  snmpItuAlarmCurrDetector AutonomousType
  snmpItuAlarmCurrServiceProvider AutonomousType
  snmpItuAlarmCurrServiceUser AutonomousType

SnmpItuAlarmLogEntry  
SEQUENCE    
  snmpItuAlarmLogClass SnmpItuAlarmClass
  snmpItuAlarmLogProbCause SnmpItuAlarmProbCause
  snmpItuAlarmLogPercSeverity SnmpItuAlarmPercSeverity
  snmpItuAlarmLogAdditText SnmpAdminString
  snmpItuAlarmLogTrendInd SnmpItuAlarmTrendInd
  snmpItuAlarmLogDetector AutonomousType
  snmpItuAlarmLogServiceProvider AutonomousType
  snmpItuAlarmLogServiceUser AutonomousType

Defined Values

snmpAlarmMIB 1.3.6.1.6.3.1
This MIB module defines MIB objects and notifications that provide mechanisms to monitor alarms currently active and the history of alarms being set and cleared on a managed system. Terminology used in this MIB module: Error - A deviation from intended operation. Fault - A lasting error or warning condition. Alarm - A persistent indication of a fault. An alarm is said to be 'set' when a fault is first detected and administratively enabled. An alarm is said to be 'cleared' when a fault is first noticed to have ceased or administratively disabled. Event - Something that happened. Examples include a change in status, crossing a threshold, an external input to the system. Additionally, setting or clearing an alarm is also an event.
MODULE-IDENTITY    

snmpAlarmObjects 1.3.6.1.6.3.1.1
OBJECT IDENTIFIER    

snmpAlarmNotifications 1.3.6.1.6.3.1.2
OBJECT IDENTIFIER    

snmpAlarmConformance 1.3.6.1.6.3.1.3
OBJECT IDENTIFIER    

snmpAlarmCompliances 1.3.6.1.6.3.1.3.1
OBJECT IDENTIFIER    

snmpAlarmGroups 1.3.6.1.6.3.1.3.2
OBJECT IDENTIFIER    

snmpAlarmGlobals 1.3.6.1.6.3.1.1.1
OBJECT IDENTIFIER    

snmpAlarmCurrEntries 1.3.6.1.6.3.1.1.1.1
The number of entries in the current alarm table.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

snmpAlarmLastChange 1.3.6.1.6.3.1.1.1.2
The value of object sysUpTime when an entry was added or removed from the current alarm table and added to the alarm log table.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

snmpAlarmLogFirstIndex 1.3.6.1.6.3.1.1.1.3
The index of the oldest entry in the alarm log table, or zero. The value of zero is used to indicate that no entry exists in the alarm log.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

snmpAlarmLogLastIndex 1.3.6.1.6.3.1.1.1.4
The index of the youngest entry in the alarm log table, or zero. The value of zero is used to indicate that no entry exists in the alarm log.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

snmpAlarmGenNotify 1.3.6.1.6.3.1.1.1.5
The controls whether or not notification snmpAlarmStatusChange may be generated. The values are: true(1)...notifications may be generated false(2)..notifications may not be generated
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

snmpItuAlarmGenNotify 1.3.6.1.6.3.1.1.1.6
The controls whether or not notification snmpItuAlarmStatusChange may be generated. The values are: true(1)...notifications may be generated false(2)..notifications may not be generated Note: if this is enabled, then most likely generation of notification snmpAlarmStatusChange should be disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

snmpAlarmCurrTable 1.3.6.1.6.3.1.1.2
A table listing all the current 'alarms'. An alarm indicates a persistent fault condition in a software or hardware component or sub-system that is intended to be operating. An alarm is cleared by 'fixing' the fault condition or administratively disabling the alarm.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpAlarmCurrEntry

snmpAlarmCurrEntry 1.3.6.1.6.3.1.1.2.1
A row in the table of current alarms. Rows cannot be created or deleted via SNMP operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAlarmCurrEntry  

snmpAlarmCurrIndex 1.3.6.1.6.3.1.1.2.1.1
An arbitrary index of the alarm in the current alarm table. The index for an existing entry is not affected when a entry is added or removed from the table. Index values may be cycled to the max before reuse or follow any implementation specific reuse strategy.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

snmpAlarmCurrOccurDateAndTime 1.3.6.1.6.3.1.1.2.1.2
The local date and time when the alarm was set, or a zero length string. The value is a zero length string when the local time cannot be determined.
Status: current Access: read-only
OBJECT-TYPE    
  OptDateAndTime  

snmpAlarmCurrOccurUpTime 1.3.6.1.6.3.1.1.2.1.3
The value of sysUpTime when the alarm was set or zero. The value is zero when the alarm occurred before the most recent reset of the management system.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

snmpAlarmCurrType 1.3.6.1.6.3.1.1.2.1.4
The type of the alarm.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAlarmType  

snmpAlarmCurrId 1.3.6.1.6.3.1.1.2.1.5
The ID of the alarm. No two active alarms may have the same value. This value is used in matching the set and clear entries in the alarm log.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

snmpAlarmCurrContextName 1.3.6.1.6.3.1.1.2.1.6
The context in which the alarm occurred.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

snmpAlarmCurrVarBinds 1.3.6.1.6.3.1.1.2.1.7
The number of varBinds associated with the alarm. The count is usually at least one, with at least one varBind identifying the source of the alarm.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

snmpAlarmCurrVarBindTable 1.3.6.1.6.3.1.1.3
A table of varBinds (pairs of variable and value) that sparse extends the rows in table snmpAlarmCurrTable. That is, for each row in table snmpAlarmCurrTable, there is zero, one, or more associated rows in this table. The value of object snmpAlarmCurrVarBinds specifies the number of rows in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpAlarmCurrVarBindEntry

snmpAlarmCurrVarBindEntry 1.3.6.1.6.3.1.1.3.1
A row in the table of varBinds for current alarms. Rows cannot be created or deleted via SNMP operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAlarmCurrVarBindEntry  

snmpAlarmCurrVarBindIndex 1.3.6.1.6.3.1.1.3.1.1
The index of the varBind. The value is between one and the value of the associated object snmpAlarmCurrVarBinds.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

snmpAlarmCurrVarBindId 1.3.6.1.6.3.1.1.3.1.2
The ID of the object instance.
Status: current Access: read-only
OBJECT-TYPE    
  VariablePointer  

snmpAlarmCurrVarBindVal 1.3.6.1.6.3.1.1.3.1.3
The value of the object instance.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpValUnion  

snmpAlarmLogTable 1.3.6.1.6.3.1.1.4
A table containing a log of when each 'alarm' has been 'set' or 'cleared'. An alarm indicates a persistent fault condition in a software or hardware component or sub-system that is intended to be operating. An alarm is cleared by 'fixing' the fault condition or administratively disabling the alarm. The alarm log operates like a circular buffer. The index of the oldest entry is specified by object snmpAlarmLogFirstIndex and the index of the youngest entry is specified by object tbtSystemAlarmLogLastIndex. The alarm log may be preserved in part or in total across restarts of a management system. The last few entries SHOULD be saved to assist in determining the cause of an unplanned restart.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpAlarmLogEntry

snmpAlarmLogEntry 1.3.6.1.6.3.1.1.4.1
A row in the alarm log table. Rows cannot be created or deleted via SNMP operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAlarmLogEntry  

snmpAlarmLogIndex 1.3.6.1.6.3.1.1.4.1.1
An index of the alarm in the alarm log table. The index is increased by one for each new entry in the table until the maximum value is reach and then the index restarts at 1. The index of the oldest entry is specified by object snmpAlarmLogFirstIndex and index of the youngest entry is specified by object snmpAlarmLogLastIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

snmpAlarmLogCond 1.3.6.1.6.3.1.1.4.1.2
Indicates if the log entry is due to the alarm Being set (raised) or being cleared.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAlarmCond  

snmpAlarmLogOccurDateAndTime 1.3.6.1.6.3.1.1.4.1.3
The local date and time when the alarm was set or clear, or a zero length string. The value is a zero length string when the local time cannot be determined.
Status: current Access: read-only
OBJECT-TYPE    
  OptDateAndTime  

snmpAlarmLogOccurUpTime 1.3.6.1.6.3.1.1.4.1.4
The value of sysUpTime when the alarm was set or cleared, or zero. The value is zero when the alarm was set or cleared before the most recent reset of the management system.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

snmpAlarmLogType 1.3.6.1.6.3.1.1.4.1.5
The type of the alarm.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAlarmType  

snmpAlarmLogId 1.3.6.1.6.3.1.1.4.1.6
The ID of the alarm. Each alarm that is set is assigned a unique ID among active alarms. That is, no two active alarms may have the same value. This value is used in matching the set and clear entries in this log. Note: alarms may be cleared and not recorded across restarts of the management system. Thus, additional checks must be performed to match set and clear entries in the log that occur on opposite sides of a restart.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

snmpAlarmLogContextName 1.3.6.1.6.3.1.1.4.1.7
The context in which the alarm occurred.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

snmpAlarmLogVarBinds 1.3.6.1.6.3.1.1.4.1.8
The number of varBinds associated with the alarm. The count is usually at least one, with at least one varBind identifying the source of the alarm.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

snmpAlarmLogVarBindTable 1.3.6.1.6.3.1.1.5
A table of varBinds (pairs of variable and value) that sparse extends the rows in table snmpAlarmLogTable. That is, for each row in table snmpAlarmLogTable, there is zero, one, or more associated rows in this table. The value of object snmpAlarmLogVarBinds specifies the number of rows in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpAlarmLogVarBindEntry

snmpAlarmLogVarBindEntry 1.3.6.1.6.3.1.1.5.1
A row in the table of varBinds for the alarm log. Rows cannot be created or deleted via SNMP operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAlarmLogVarBindEntry  

snmpAlarmLogVarBindIndex 1.3.6.1.6.3.1.1.5.1.1
The index of the varBind. The value is between one and the value of the associated object snmpAlarmLogVarBinds.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

snmpAlarmLogVarBindId 1.3.6.1.6.3.1.1.5.1.2
The ID of the object instance.
Status: current Access: read-only
OBJECT-TYPE    
  VariablePointer  

snmpAlarmLogVarBindVal 1.3.6.1.6.3.1.1.5.1.3
The value of the object instance.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpValUnion  

snmpItuAlarmCurrTable 1.3.6.1.6.3.1.1.6
A table augmenting the current alarm table (snmpAlarmCurrTable) with additional information from the ITU-T alarm model.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpItuAlarmCurrEntry

snmpItuAlarmCurrEntry 1.3.6.1.6.3.1.1.6.1
A row in the table of ITU-T current alarms. Rows cannot be created or deleted via SNMP operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpItuAlarmCurrEntry  

snmpItuAlarmCurrClass 1.3.6.1.6.3.1.1.6.1.1
The class of the alarm as specified in [X.733] and [X.736].
Status: current Access: read-only
OBJECT-TYPE    
  SnmpItuAlarmClass  

snmpItuAlarmCurrProbCause 1.3.6.1.6.3.1.1.6.1.2
The probable cause of the alarm as specified in [X.733] and [X.736].
Status: current Access: read-only
OBJECT-TYPE    
  SnmpItuAlarmProbCause  

snmpItuAlarmCurrPercSeverity 1.3.6.1.6.3.1.1.6.1.3
The perceived severity of the alarm as specified in [X.733] and [X.736].
Status: current Access: read-only
OBJECT-TYPE    
  SnmpItuAlarmPercSeverity  

snmpItuAlarmCurrAdditText 1.3.6.1.6.3.1.1.6.1.4
The additional text field of the alarm as specified in [X.733].
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

snmpItuAlarmCurrTrendInd 1.3.6.1.6.3.1.1.6.1.5
The trend indication of the alarm as specified in [X.733].
Status: current Access: read-only
OBJECT-TYPE    
  SnmpItuAlarmTrendInd  

snmpItuAlarmCurrDetector 1.3.6.1.6.3.1.1.6.1.6
The SecurityAlarmDetector object from [X.736].
Status: current Access: read-only
OBJECT-TYPE    
  AutonomousType  

snmpItuAlarmCurrServiceProvider 1.3.6.1.6.3.1.1.6.1.7
The ServiceProvider object from [X.736].
Status: current Access: read-only
OBJECT-TYPE    
  AutonomousType  

snmpItuAlarmCurrServiceUser 1.3.6.1.6.3.1.1.6.1.8
The SericeUser object from [X.736].
Status: current Access: read-only
OBJECT-TYPE    
  AutonomousType  

snmpItuAlarmLogTable 1.3.6.1.6.3.1.1.7
A table augmenting the alarm log table (snmpAlarmLogTable) with additional information from the ITU-T alarm model.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpItuAlarmLogEntry

snmpItuAlarmLogEntry 1.3.6.1.6.3.1.1.7.1
A row in the ITU-T alarm log table. Rows cannot be created or deleted via SNMP operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpItuAlarmLogEntry  

snmpItuAlarmLogClass 1.3.6.1.6.3.1.1.7.1.1
The class of the alarm as specified in [X.733] and [X.736].
Status: current Access: read-only
OBJECT-TYPE    
  SnmpItuAlarmClass  

snmpItuAlarmLogProbCause 1.3.6.1.6.3.1.1.7.1.2
The probable cause of the alarm as specified in [X.733] and [X.736].
Status: current Access: read-only
OBJECT-TYPE    
  SnmpItuAlarmProbCause  

snmpItuAlarmLogPercSeverity 1.3.6.1.6.3.1.1.7.1.3
The perceived severity of the alarm as specified in [X.733] and [X.736].
Status: current Access: read-only
OBJECT-TYPE    
  SnmpItuAlarmPercSeverity  

snmpItuAlarmLogAdditText 1.3.6.1.6.3.1.1.7.1.4
The additional text field of the alarm as specified in [X.733].
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

snmpItuAlarmLogTrendInd 1.3.6.1.6.3.1.1.7.1.5
The trend indication of the alarm as specified in [X.733].
Status: current Access: read-only
OBJECT-TYPE    
  SnmpItuAlarmTrendInd  

snmpItuAlarmLogDetector 1.3.6.1.6.3.1.1.7.1.6
The SecurityAlarmDetector object from [X.736].
Status: current Access: read-only
OBJECT-TYPE    
  AutonomousType  

snmpItuAlarmLogServiceProvider 1.3.6.1.6.3.1.1.7.1.7
The ServiceProvider object from [X.736].
Status: current Access: read-only
OBJECT-TYPE    
  AutonomousType  

snmpItuAlarmLogServiceUser 1.3.6.1.6.3.1.1.7.1.8
The SericeUser object from [X.736].
Status: current Access: read-only
OBJECT-TYPE    
  AutonomousType  

snmpAlarmStatusChange 1.3.6.1.6.3.1.2.0.1
An entry has been added to the alarm log table. That is, an alarm has been set or cleared. The objects all have the same instance, which is the row in the alarm log, and the objects are: snmpAlarmLogCond....alarm condition, either set or clear snmpAlarmLogOccurDateAndTime...date/time the alarm log entry created snmpAlarmLogOccurUpTime...timestamp the alarm log entry created snmpAlarmLogId....the ID of the alarm snmpAlarmLogVarBinds....the number of varBinds associated with the alarm Note 1: after these varBinds, the associated varBinds, if any, from table snmpAlarmLogVarBindTable must be specified in the varBind list for the notification. Note 2: object snmpAlarmGenNotify controls if or if not this notification may be generated.
Status: current Access: read-only
NOTIFICATION-TYPE    

snmpItuAlarmStatusChange 1.3.6.1.6.3.1.2.0.2
An entry has been added to the alarm log table and the ITU extensions are supported. That is, an alarm has been set or cleared. The objects all have the same instance, which is the row in the alarm log, and the objects are: snmpAlarmLogCond....alarm condition, either set or clear snmpAlarmLogOccurDateAndTime...date/time the alarm log entry created snmpAlarmLogOccurUpTime...timestamp the alarm log entry created snmpAlarmLogId....the ID of the alarm snmpAlarmLogVarBinds....the number of varBinds associated with the alarm snmpItuAlarmLogClass... snmpItuAlarmLogProbCause... snmpItuAlarmLogPercSeverity... snmpItuAlarmLogAdditText... snmpItuAlarmLogTrendInd... snmpItuAlarmLogDetector... snmpItuAlarmLogServiceProvider... snmpItuAlarmLogServiceUser... Note 1: after these varBinds, the associated varBinds, if any, from table snmpAlarmLogVarBindTable must be specified in the varBind list for the notification. Note 2: object snmpItuAlarmGenNotify controls if or if not this notification may be generated.
Status: current Access: read-only
NOTIFICATION-TYPE    

snmpAlarmCompliance 1.3.6.1.6.3.1.3.1.1
The compliance statement for systems supporting the SNMP alarms.
Status: current Access: read-only
MODULE-COMPLIANCE    

snmpItuAlarmCompliance 1.3.6.1.6.3.1.3.1.2
The compliance statement for systems supporting the ITU-T extension to SNMP alarms.
Status: current Access: read-only
MODULE-COMPLIANCE    

snmpAlarmGblGroup 1.3.6.1.6.3.1.3.2.1
Global objects for managing SNMP alarms.
Status: current Access: read-only
OBJECT-GROUP    

snmpAlarmCurrGroup 1.3.6.1.6.3.1.3.2.2
Objects in the SNMP current alarm and current varBind tables.
Status: current Access: read-only
OBJECT-GROUP    

snmpAlarmLogGroup 1.3.6.1.6.3.1.3.2.3
Objects in the SNMP alarm log and log varBind tables.
Status: current Access: read-only
OBJECT-GROUP    

snmpAlarmNotifyGroup 1.3.6.1.6.3.1.3.2.4
Notifications for SNMP alarms.
Status: current Access: read-only
NOTIFICATION-GROUP    

snmpItuAlarmGblGroup 1.3.6.1.6.3.1.3.2.5
Global objects for managing ITU-T extensions to SNMP alarms.
Status: current Access: read-only
OBJECT-GROUP    

snmpItuAlarmCurrGroup 1.3.6.1.6.3.1.3.2.6
Objects in the ITU-T extension to the SNMP current alarm and current varBind tables.
Status: current Access: read-only
OBJECT-GROUP    

snmpItuAlarmLogGroup 1.3.6.1.6.3.1.3.2.7
Objects in the ITU-T extension to the SNMP alarm log and log varBind tables.
Status: current Access: read-only
OBJECT-GROUP    

snmpItuAlarmNotifyGroup 1.3.6.1.6.3.1.3.2.8
Notifications for ITU-T extension to SNMP alarms.
Status: current Access: read-only
NOTIFICATION-GROUP