EXTREME-TRAPPOLL-MIB

File: EXTREME-TRAPPOLL-MIB.mib (11209 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC EXTREME-BASE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE RowStatus
Integer32 TimeTicks extremeAgent

Defined Types

ExtremeSmartTrapRulesEntry  
SEQUENCE    
  extremeSmartTrapRulesIndex Integer32
  extremeSmartTrapRulesRowStatus RowStatus
  extremeSmartTrapRulesDesiredOID OBJECT IDENTIFIER
  extremeSmartTrapRulesSupportedOID OBJECT IDENTIFIER
  extremeSmartTrapRulesOperation INTEGER
  extremeSmartTrapRulesTrapDestIndex Integer32

ExtremeSmartTrapInstanceEntry  
SEQUENCE    
  extremeSmartTrapInstanceSubindex Integer32
  extremeSmartTrapInstanceRule Integer32
  extremeSmartTrapInstanceChangedOid OBJECT IDENTIFIER
  extremeSmartTrapInstanceActualOperation INTEGER
  extremeSmartTrapInstanceChangeTime TimeTicks

Defined Values

extremeTrapPoll 1.3.6.1.4.1.1916.1.6
Extreme SmartTraps trap-based-polling objects
MODULE-IDENTITY    

extremeSmartTrapRulesTable 1.3.6.1.4.1.1916.1.6.1
A table of rules that are used to generate extremeSmartTraps.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeSmartTrapRulesEntry

extremeSmartTrapRulesEntry 1.3.6.1.4.1.1916.1.6.1.1
Each row in the table represents a rule.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeSmartTrapRulesEntry  

extremeSmartTrapRulesIndex 1.3.6.1.4.1.1916.1.6.1.1.1
An index into the extremeSmartTraps rules table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

extremeSmartTrapRulesRowStatus 1.3.6.1.4.1.1916.1.6.1.1.2
Indicates the status of row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

extremeSmartTrapRulesDesiredOID 1.3.6.1.4.1.1916.1.6.1.1.3
The OID for which the rule is desired. When the OID specified by this object undergoes an operation specified by extremeSmartTrapRulesOperation, then an entry in the extremeSmartTrapInstanceTable is created.
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

extremeSmartTrapRulesSupportedOID 1.3.6.1.4.1.1916.1.6.1.1.4
The OID for which this entry is created. This is based on the granularity supported by the agent corresponding to the extremeSmartTrapRulesDesiredOID that the management station desires. This object has a value that is a prefix of, or is equal to the value of ExtremeSmartTrapRulesDesiredOID. The agent specifes this value before setting the extremeSmartTrapRulesRowStatus to active.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

extremeSmartTrapRulesOperation 1.3.6.1.4.1.1916.1.6.1.1.5
The write operations on extremeSmartTrapRulesDesiredOID for which extremeSmartTrapsInstanceEntry should be created.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER add(1), delete(2), modify(3), any(4)  

extremeSmartTrapRulesTrapDestIndex 1.3.6.1.4.1.1916.1.6.1.1.6
A pointer to a row in RMON2's trapDestTable that was created by the management station that defined this rule. Any extremeSmartTraps generated by this agent due to this rule will be sent to the trapDestCommunity/ trapDestAddress and will include trapDestOwner specified by this trapDestTable entry. This also allows a manager to identify if the rule was defined by itself, or by another (possibly older) instance of the management server process. The manager should initiate a poll only for traps received which indicate its own rules. Subprocesses within a single manager might also uniquely create their own entries within trapDestTable using different trapDestOwner strings: when a trap is received, the manager can authenticate if the trap was generated due to one of its rules and route the notification to the appropriate subprocess.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

extremeSmartTrapInstanceTable 1.3.6.1.4.1.1916.1.6.2
A table representing containing information about which variables have changed according to the rules defined in extremeSmartTrapRulesTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeSmartTrapInstanceEntry

extremeSmartTrapInstanceEntry 1.3.6.1.4.1.1916.1.6.2.1
An entry corresponding to a change in value of one of the OIDs defined in extremeSmartTrapRulesTable. Entries are indexed by a pointer to the relevant row in RMON2 trapDestTable that a manager created in order to receive trap notifications of these events. Entries are created in this table whenever the value of one of the OIDs defined by extremeSmartTrapRulesSupportedOID changes. Entries are deleted when a get or get-next operation is performed on that entry. A get operation for a non-existent entry returns a noSuchInstance error.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeSmartTrapInstanceEntry  

extremeSmartTrapInstanceSubindex 1.3.6.1.4.1.1916.1.6.2.1.1
An additional index into the table of extremeSmartTrap instance data. Each row which has the same OID for the same management station (i.e. same cookie) is assigned a unique value by the agent in order to differentiate between multiple instances.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

extremeSmartTrapInstanceRule 1.3.6.1.4.1.1916.1.6.2.1.2
The index of the rule from the extremeSmartTrapRulesTable for which this entry was created.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

extremeSmartTrapInstanceChangedOid 1.3.6.1.4.1.1916.1.6.2.1.3
The OID value that has changed.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

extremeSmartTrapInstanceActualOperation 1.3.6.1.4.1.1916.1.6.2.1.4
The operation that was recently performed on this extremeSmartTrapInstanceChangedOid.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER add(1), delete(2), modify(3)  

extremeSmartTrapInstanceChangeTime 1.3.6.1.4.1.1916.1.6.2.1.5
The sysUpTime when this entry was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

extremeSmartTrapFlushInstanceTableIndex 1.3.6.1.4.1.1916.1.6.3
When this object is set, the agent will delete all rows from the extremeSmartTrapInstanceTable which meet the following rules: 1. The InstanceTableIndex is equal to the value obtained by taking the two most significant bytes of this integer and right-shifting it by two bytes as an unsigned int. 2. The InstanceTableSubIndex is less than or equal to the value obtained by masking this object value with 0x0000FFFF. If the value obtained is zero, then all rows with the specified InstanceTableIndex should be deleted.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32