ANS-ALARM-MIB: View SNMP OID List / Download MIB
VENDOR: ERICSSON AB
Home | MIB: ANS-ALARM-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
eventAndAlarm | 1.3.6.1.4.1.193.96.115.2 | |||
event | 1.3.6.1.4.1.193.96.115.2.1 | |||
eventTable | 1.3.6.1.4.1.193.96.115.2.1.1 | no-access |
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 |
|
1.3.6.1.4.1.193.96.115.2.1.1.1 | no-access | |||
eventIndex | 1.3.6.1.4.1.193.96.115.2.1.1.1.1 | integer | read-only |
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. |
eventName | 1.3.6.1.4.1.193.96.115.2.1.1.1.2 | displaystring | read-only |
The name of the associated event, normally the name of the associated trap. |
eventTreatment | 1.3.6.1.4.1.193.96.115.2.1.1.1.3 | integer | read-write |
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. Enumeration: 'snmp-trap': 3, 'none': 1, 'log': 2, 'log-and-trap': 4. |
eventCommunity | 1.3.6.1.4.1.193.96.115.2.1.1.1.4 | displaystring | read-write |
If an SNMP trap is to be sent, it will be sent to the SNMP community specified by this octet string. |
eventLastTimeSent | 1.3.6.1.4.1.193.96.115.2.1.1.1.5 | dateandtime | read-only |
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. |
eventOwner | 1.3.6.1.4.1.193.96.115.2.1.1.1.6 | displaystring | read-write |
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. |
discriminateNtEvents | 1.3.6.1.4.1.193.96.115.2.1.2 | integer | read-write |
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. Enumeration: 'exclude': 2, 'include': 1. |
log | 1.3.6.1.4.1.193.96.115.2.2 | |||
logAdminStatus | 1.3.6.1.4.1.193.96.115.2.2.1 | integer | read-write |
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. Enumeration: 'down': 2, 'up': 1. |
logSize | 1.3.6.1.4.1.193.96.115.2.2.2 | integer | read-write |
A configurable maximum size of the log. |
logTable | 1.3.6.1.4.1.193.96.115.2.2.3 | no-access |
A list of events that have been logged. |
|
1.3.6.1.4.1.193.96.115.2.2.3.1 | no-access | |||
logIndex | 1.3.6.1.4.1.193.96.115.2.2.3.1.1 | integer | read-only |
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. |
logEventIndex | 1.3.6.1.4.1.193.96.115.2.2.3.1.2 | integer | read-only |
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. |
logEventName | 1.3.6.1.4.1.193.96.115.2.2.3.1.3 | displaystring | read-only |
The name of the logged event. |
logEventGeneratingObject | 1.3.6.1.4.1.193.96.115.2.2.3.1.4 | instancepointer | read-only |
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. |
logTime | 1.3.6.1.4.1.193.96.115.2.2.3.1.5 | dateandtime | read-only |
The time this log entry was created. |
logEventInformation | 1.3.6.1.4.1.193.96.115.2.2.3.1.6 | displaystring | read-only |
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. |
logEventType | 1.3.6.1.4.1.193.96.115.2.2.3.1.7 | integer | read-only |
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. Enumeration: 'alarm': 1, 'other': 2. |
logAlarmType | 1.3.6.1.4.1.193.96.115.2.2.3.1.8 | alarmtype | read-only |
The type of alarm for the logged alarm event. |
logAlarmSeverity | 1.3.6.1.4.1.193.96.115.2.2.3.1.9 | alarmseverity | read-only |
The perceived severity of the logged alarm event. |
alarmSeverityAssignment | 1.3.6.1.4.1.193.96.115.2.3 | |||
alarmSeverityAssignmentTable | 1.3.6.1.4.1.193.96.115.2.3.1 | no-access |
Contains entries for alarm severity assignment. |
|
1.3.6.1.4.1.193.96.115.2.3.1.1 | no-access | |||
alarmSeverityIndex | 1.3.6.1.4.1.193.96.115.2.3.1.1.1 | integer | read-only |
An index that uniquely identifies an entry in the alarmSeverityAssignmentTable. |
alarmSeverityAlarmName | 1.3.6.1.4.1.193.96.115.2.3.1.1.2 | displaystring | read-only |
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. |
alarmSeverityPerceivedSeverity | 1.3.6.1.4.1.193.96.115.2.3.1.1.3 | alarmseverity | read-write |
The perceived severity that shall apply to the associated alarms. |
currentAlarm | 1.3.6.1.4.1.193.96.115.2.4 | |||
numberOfCurrentAlarms | 1.3.6.1.4.1.193.96.115.2.4.1 | integer | read-only |
Number of currently active alarms in the ANS. |
currentAlarmTable | 1.3.6.1.4.1.193.96.115.2.4.2 | no-access |
A list of currently active alarms in the ANS. |
|
1.3.6.1.4.1.193.96.115.2.4.2.1 | no-access | |||
currentAlarmIndex | 1.3.6.1.4.1.193.96.115.2.4.2.1.1 | integer | read-only |
An index that uniquely identifies an entry in the current alarm table. |
currentAlarmName | 1.3.6.1.4.1.193.96.115.2.4.2.1.2 | displaystring | read-only |
The name of the alarm. Also indicates the probable cause of the alarm. |
currentAlarmObject | 1.3.6.1.4.1.193.96.115.2.4.2.1.3 | instancepointer | read-only |
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. |
currentAlarmType | 1.3.6.1.4.1.193.96.115.2.4.2.1.4 | alarmtype | read-only |
The type of alarm. |
currentAlarmSeverity | 1.3.6.1.4.1.193.96.115.2.4.2.1.5 | alarmseverity | read-only |
The perceived severity of the fault. |
currentAlarmTime | 1.3.6.1.4.1.193.96.115.2.4.2.1.6 | dateandtime | read-only |
The time the fault was detected. |
currentAlarmInformation | 1.3.6.1.4.1.193.96.115.2.4.2.1.7 | displaystring | read-only |
Additional information pin-pointing the problem. May be a string of zero length. |