LANOPTICS-ALERTS-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for LANOPTICS-ALERTS-MIB.
16
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
16 total| Object Name |
|---|
lanOptics OBJECT IDENTIFIER .1.3.6.1.4.1.224 |
IMPORTS Unknown .1.3.6.1.4.1.224 |
alerts OBJECT IDENTIFIER .1.3.6.1.4.1.224.9 |
alerts-mgmt OBJECT IDENTIFIER .1.3.6.1.4.1.224.9.2 |
lanOpticsAlertsEnabledA 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.rw Enumeration .1.3.6.1.4.1.224.9.2.1 |
lanOpticsMaxAlertsPerTimeDefines the maximum alerts allowed in
lanOpticsWindowTime interval before an
'lanOpticsAlertsDisabled' trap is
issued and 'lanOpticsAlertsEnabled' is set to 0
(see RFC-1224).rw INTEGER .1.3.6.1.4.1.224.9.2.2 |
lanOpticsWindowTimeDefines 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).rw TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.224.9.2.3 |
lanOpticsMaxLogTableEntriesDefines the number of alerts saved in the
lanOpticsAlertsTable below.ro INTEGER .1.3.6.1.4.1.224.9.2.4 |
lanOpticsCurrentAlertIdHolds the last alert ID in the
lanOpticsAlertsTablero INTEGER .1.3.6.1.4.1.224.9.2.5 |
lanOpticsAlertsRegisterTableEach 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. SEQUENCE OF LanOpticsAlertsRegisterEntry .1.3.6.1.4.1.224.9.2.10 |
lanOpticsAlertsRegisterEntry LanOpticsAlertsRegisterEntry .1.3.6.1.4.1.224.9.2.10.1 |
lanOpticsAlertsRegisterA 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.rw Enumeration .1.3.6.1.4.1.224.9.2.10.1.1 |
lanOpticsAlertsTableThis 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. SEQUENCE OF LanOpticsAlertsEntry .1.3.6.1.4.1.224.9.2.11 |
lanOpticsAlertsEntry LanOpticsAlertsEntry .1.3.6.1.4.1.224.9.2.11.1 |
lanOpticsAlertIdGive the manager a mean to get the first alertId
by a GET-NEXT (see RFC 1224).ro INTEGER .1.3.6.1.4.1.224.9.2.11.1.1 |
lanOpticsAlertDataAn Internal description of the alert to be polled
by a StarNet Trapper.ro OCTET STRING .1.3.6.1.4.1.224.9.2.11.1.2 |