ANS-ALARM-MIB

File: ANS-ALARM-MIB.mib (15891 bytes)

Imported modules

SNMPv2-SMI RFC1213-MIB ANS-COMMON-MIB

Imported symbols

OBJECT-TYPE DisplayString RowStatus
DateAndTime mlpmpR115

Defined Types

AlarmSeverity  
INTEGER indeterminate(0), critical(1), major(2), minor(3), warning(4), cleared(5)    

AlarmType  
INTEGER undefined(0), communications(1), qos(2), processing(3), equipment(4), environmental(5)    

InstancePointer  
OBJECT IDENTIFIER    

EventEntry  
SEQUENCE    
  eventIndex INTEGER
  eventName DisplayString Size(0..127)
  eventTreatment INTEGER
  eventCommunity DisplayString Size(0..127)
  eventLastTimeSent DateAndTime
  eventOwner DisplayString Size(0..127)

LogEntry  
SEQUENCE    
  logIndex INTEGER
  logEventIndex INTEGER
  logEventName DisplayString Size(0..127)
  logEventGeneratingObject InstancePointer
  logTime DateAndTime
  logEventInformation DisplayString Size(0..255)
  logEventType INTEGER
  logAlarmType AlarmType
  logAlarmSeverity AlarmSeverity

AlarmSeverityAssignmentEntry  
SEQUENCE    
  alarmSeverityIndex INTEGER
  alarmSeverityAlarmName DisplayString Size(0..127)
  alarmSeverityPerceivedSeverity AlarmSeverity

CurrentAlarmEntry  
SEQUENCE    
  currentAlarmIndex INTEGER
  currentAlarmName DisplayString Size(0..127)
  currentAlarmObject InstancePointer
  currentAlarmType AlarmType
  currentAlarmSeverity AlarmSeverity
  currentAlarmTime DateAndTime
  currentAlarmInformation DisplayString Size(0..255)

Defined Values

eventAndAlarm 1.3.6.1.4.1.193.96.115.2
OBJECT IDENTIFIER    

event 1.3.6.1.4.1.193.96.115.2.1
OBJECT IDENTIFIER    

log 1.3.6.1.4.1.193.96.115.2.2
OBJECT IDENTIFIER    

alarmSeverityAssignment 1.3.6.1.4.1.193.96.115.2.3
OBJECT IDENTIFIER    

currentAlarm 1.3.6.1.4.1.193.96.115.2.4
OBJECT IDENTIFIER    

eventTable 1.3.6.1.4.1.193.96.115.2.1.1
A list of events that may be generated by the agent. Entries is a set of parameters that describe an event to be generated when certain conditions are met
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EventEntry

eventEntry 1.3.6.1.4.1.193.96.115.2.1.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EventEntry  

eventIndex 1.3.6.1.4.1.193.96.115.2.1.1.1.1
An index that uniquely identifies an entry in the event table. Each such entry defines one event that is to be generated when the appropriate conditions occur.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

eventName 1.3.6.1.4.1.193.96.115.2.1.1.1.2
The name of the associated event, normally the name of the associated trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..127)  

eventTreatment 1.3.6.1.4.1.193.96.115.2.1.1.1.3
Defines how the system shall treat this event. In the case of log, an entry is made in the log table for each event. In the case of snmp-trap, an SNMP trap is sent to one or more management stations.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), log(2), snmp-trap(3), log-and-trap(4)  

eventCommunity 1.3.6.1.4.1.193.96.115.2.1.1.1.4
If an SNMP trap is to be sent, it will be sent to the SNMP community specified by this octet string.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..127)  

eventLastTimeSent 1.3.6.1.4.1.193.96.115.2.1.1.1.5
The value of sysUpTime at the time this event entry last generated an event. If this entry has not generated any events, this value will be zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateAndTime  

eventOwner 1.3.6.1.4.1.193.96.115.2.1.1.1.6
The entity that configured this entry and is therefore responsible for its contents. This variable is suggested to contain one or more of the following: IP address, management station name, network manager's name, location, or phone number. In some cases the agent system itself will be the owner of an entry (e.g. prior to a manual configuration of an entry). In these cases, this string shall be set to a string starting with 'monitor'. Note that this variable will only act as a voluntary access control. It does not prevent uncooperative parties from changing an entry of another owner.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..127)  

discriminateNtEvents 1.3.6.1.4.1.193.96.115.2.1.2
Indicates whether events generated by an NT shall be discarded or not. include means that NT events shall be shown. exclude means that NT events are hidden when displaying the event log, the current alarm list, and when sending traps.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER include(1), exclude(2)  

logAdminStatus 1.3.6.1.4.1.193.96.115.2.2.1
The administrative status of the log as a whole. Up means that logging shall take place of all events that are to be logged. Down means that no logging of events shall take place.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

logSize 1.3.6.1.4.1.193.96.115.2.2.2
A configurable maximum size of the log.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

logTable 1.3.6.1.4.1.193.96.115.2.2.3
A list of events that have been logged.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LogEntry

logEntry 1.3.6.1.4.1.193.96.115.2.2.3.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LogEntry  

logIndex 1.3.6.1.4.1.193.96.115.2.2.3.1.1
An index that uniquely identifies an entry in the log table. The association between a particular event and its logIndex shall remain constant for the life-time of the event in the log.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

logEventIndex 1.3.6.1.4.1.193.96.115.2.2.3.1.2
The event entry that generated this log entry. The log identified by a particular value of this index is associated with the same eventEntry as identified by the same value of eventIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

logEventName 1.3.6.1.4.1.193.96.115.2.2.3.1.3
The name of the logged event.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..127)  

logEventGeneratingObject 1.3.6.1.4.1.193.96.115.2.2.3.1.4
The event generating object. Identifies either a variable in the group of variables belonging to the object, or a row in a table representing the object.
Status: mandatory Access: read-only
OBJECT-TYPE    
  InstancePointer  

logTime 1.3.6.1.4.1.193.96.115.2.2.3.1.5
The time this log entry was created.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateAndTime  

logEventInformation 1.3.6.1.4.1.193.96.115.2.2.3.1.6
Additional information pin-pointing the cause or origin of the event. For alarms this will contain the same information as the alarmInformation variable of the corresponding alarm trap. For other events the contents of this object is implementation-specific.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

logEventType 1.3.6.1.4.1.193.96.115.2.2.3.1.7
Identifies the type of the event, which may be an alarm event or a regular event. In case of an alarm event additional information can be found in the logAlarmType and logAlarmSeverity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER alarm(1), other(2)  

logAlarmType 1.3.6.1.4.1.193.96.115.2.2.3.1.8
The type of alarm for the logged alarm event.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AlarmType  

logAlarmSeverity 1.3.6.1.4.1.193.96.115.2.2.3.1.9
The perceived severity of the logged alarm event.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AlarmSeverity  

alarmSeverityAssignmentTable 1.3.6.1.4.1.193.96.115.2.3.1
Contains entries for alarm severity assignment.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlarmSeverityAssignmentEntry

alarmSeverityAssignmentEntry 1.3.6.1.4.1.193.96.115.2.3.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AlarmSeverityAssignmentEntry  

alarmSeverityIndex 1.3.6.1.4.1.193.96.115.2.3.1.1.1
An index that uniquely identifies an entry in the alarmSeverityAssignmentTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

alarmSeverityAlarmName 1.3.6.1.4.1.193.96.115.2.3.1.1.2
The name of the alarm this entry applies to (also indicates the probable cause of the alarm). The same as the name of the associated alarm trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..127)  

alarmSeverityPerceivedSeverity 1.3.6.1.4.1.193.96.115.2.3.1.1.3
The perceived severity that shall apply to the associated alarms.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AlarmSeverity  

numberOfCurrentAlarms 1.3.6.1.4.1.193.96.115.2.4.1
Number of currently active alarms in the ANS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

currentAlarmTable 1.3.6.1.4.1.193.96.115.2.4.2
A list of currently active alarms in the ANS.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CurrentAlarmEntry

currentAlarmEntry 1.3.6.1.4.1.193.96.115.2.4.2.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CurrentAlarmEntry  

currentAlarmIndex 1.3.6.1.4.1.193.96.115.2.4.2.1.1
An index that uniquely identifies an entry in the current alarm table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

currentAlarmName 1.3.6.1.4.1.193.96.115.2.4.2.1.2
The name of the alarm. Also indicates the probable cause of the alarm.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..127)  

currentAlarmObject 1.3.6.1.4.1.193.96.115.2.4.2.1.3
The alarming object. Identifies either a variable in the group of variables belonging to the alarming object, or a row in a table representing the alarming object.
Status: mandatory Access: read-only
OBJECT-TYPE    
  InstancePointer  

currentAlarmType 1.3.6.1.4.1.193.96.115.2.4.2.1.4
The type of alarm.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AlarmType  

currentAlarmSeverity 1.3.6.1.4.1.193.96.115.2.4.2.1.5
The perceived severity of the fault.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AlarmSeverity  

currentAlarmTime 1.3.6.1.4.1.193.96.115.2.4.2.1.6
The time the fault was detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateAndTime  

currentAlarmInformation 1.3.6.1.4.1.193.96.115.2.4.2.1.7
Additional information pin-pointing the problem. May be a string of zero length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)