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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


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.
                       lanOpticsAlertsRegisterEntry 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.
                       lanOpticsAlertsEntry 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.