LANOPTICS-ALERTS-MIB: View SNMP OID List / Download MIB
VENDOR: LANOPTICS LTD., ISRAEL
Home | MIB: LANOPTICS-ALERTS-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 |
lanOptics | 1.3.6.1.4.1.224 | |||
alerts | 1.3.6.1.4.1.224.9 | |||
alerts_mgmt | 1.3.6.1.4.1.224.9.2 | |||
lanOpticsAlertsEnabled | 1.3.6.1.4.1.224.9.2.1 | integer | read-write |
A boolean variable that defines if the agent is sending alerts (traps) or alerts are disabled due to high frequency of alerts generation (see RFC-1224), regarding this manager enabled - 1 , disabled - 0. Enumeration: 'enabled': 1. |
lanOpticsMaxAlertsPerTime | 1.3.6.1.4.1.224.9.2.2 | integer | read-write |
Defines the maximum alerts allowed in lanOpticsWindowTime interval before an 'lanOpticsAlertsDisabled' trap is issued and 'lanOpticsAlertsEnabled' is set to 0 (see RFC-1224). |
lanOpticsWindowTime | 1.3.6.1.4.1.224.9.2.3 | timeticks | read-write |
Defines the time interval in centiseconds, in which no more than 'lanOpticsMaxAlertsPerTime' may be sent before a 'lanOpticsAlertsDisabled' trap is issued and 'lanOpticsAlertsEnabled' is set to 0 (see RFC-1224). |
lanOpticsMaxLogTableEntries | 1.3.6.1.4.1.224.9.2.4 | integer | read-only |
Defines the number of alerts saved in the lanOpticsAlertsTable below. |
lanOpticsCurrentAlertId | 1.3.6.1.4.1.224.9.2.5 | integer | read-only |
Holds the last alert ID in the lanOpticsAlertsTable |
lanOpticsAlertsRegisterTable | 1.3.6.1.4.1.224.9.2.10 | no-access |
Each entry in this table, designated by the four digits of an IP address, defines if this address is registered to receive traps by the agent. |
|
1.3.6.1.4.1.224.9.2.10.1 | no-access | |||
lanOpticsAlertsRegister | 1.3.6.1.4.1.224.9.2.10.1.1 | integer | read-write |
A boolean variable that is set (to 1) if the manager wants to be registered to receive SNMP traps, and is set to 0 if not. Enumeration: 'register': 1. |
lanOpticsAlertsTable | 1.3.6.1.4.1.224.9.2.11 | no-access |
This table contains the last lanOpticsMaxLogTableEntries alerts that have been issued by the agent. Some of these alerts may have not been sent if lanOpticsAlertsEnabled is FALSE. The table is used to enable the manager to poll alerts. The first alertId can be retrieved by get-next on the table's object ID, and the next by get-next on the first one and so on. |
|
1.3.6.1.4.1.224.9.2.11.1 | no-access | |||
lanOpticsAlertId | 1.3.6.1.4.1.224.9.2.11.1.1 | integer | read-only |
Give the manager a mean to get the first alertId by a GET-NEXT (see RFC 1224). |
lanOpticsAlertData | 1.3.6.1.4.1.224.9.2.11.1.2 | octet string | read-only |
An Internal description of the alert to be polled by a StarNet Trapper. |