LANOPTICS-ALERTS-MIB

File: LANOPTICS-ALERTS-MIB.mib (6873 bytes)

Imported modules

RFC-1212 RFC1155-SMI

Imported symbols

OBJECT-TYPE TimeTicks enterprises

Defined Types

LanOpticsAlertsRegisterEntry  
SEQUENCE    
  lanOpticsAlertsRegister INTEGER

LanOpticsAlertsEntry  
SEQUENCE    
  lanOpticsAlertId INTEGER
  lanOpticsAlertData OCTET STRING

Defined Values

lanOptics 1.3.6.1.4.1.224
OBJECT IDENTIFIER    

alerts 1.3.6.1.4.1.224.9
OBJECT IDENTIFIER    

alerts-mgmt 1.3.6.1.4.1.224.9.2
OBJECT IDENTIFIER    

lanOpticsAlertsEnabled 1.3.6.1.4.1.224.9.2.1
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1)  

lanOpticsMaxAlertsPerTime 1.3.6.1.4.1.224.9.2.2
Defines the maximum alerts allowed in lanOpticsWindowTime interval before an 'lanOpticsAlertsDisabled' trap is issued and 'lanOpticsAlertsEnabled' is set to 0 (see RFC-1224).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

lanOpticsWindowTime 1.3.6.1.4.1.224.9.2.3
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).
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

lanOpticsMaxLogTableEntries 1.3.6.1.4.1.224.9.2.4
Defines the number of alerts saved in the lanOpticsAlertsTable below.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lanOpticsCurrentAlertId 1.3.6.1.4.1.224.9.2.5
Holds the last alert ID in the lanOpticsAlertsTable
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lanOpticsAlertsRegisterTable 1.3.6.1.4.1.224.9.2.10
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LanOpticsAlertsRegisterEntry

lanOpticsAlertsRegisterEntry 1.3.6.1.4.1.224.9.2.10.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LanOpticsAlertsRegisterEntry  

lanOpticsAlertsRegister 1.3.6.1.4.1.224.9.2.10.1.1
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER register(1)  

lanOpticsAlertsTable 1.3.6.1.4.1.224.9.2.11
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LanOpticsAlertsEntry

lanOpticsAlertsEntry 1.3.6.1.4.1.224.9.2.11.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LanOpticsAlertsEntry  

lanOpticsAlertId 1.3.6.1.4.1.224.9.2.11.1.1
Give the manager a mean to get the first alertId by a GET-NEXT (see RFC 1224).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lanOpticsAlertData 1.3.6.1.4.1.224.9.2.11.1.2
An Internal description of the alert to be polled by a StarNet Trapper.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING