EXTREME-TRAPPOLL-MIB
AI MIB Summary
The EXTREME-TRAPPOLL-MIB defines objects for Extreme Networks switches to enable SNMP-based polling of SmartTraps, a proprietary mechanism that dynamically registers and retrieves specific hardware or software event notifications. This module facilitates the monitoring of trap-related state metrics and configuration parameters to ensure reliable event collection without requiring continuous polling of individual interface or system counters.
Extreme SmartTraps trap-based-polling objects
Main OID:
extremeTrapPoll.1.3.6.1.4.1.1916.1.6
17
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
17 total| Object Name |
|---|
extremeTrapPollExtreme SmartTraps trap-based-polling objects MODULE-IDENTITY .1.3.6.1.4.1.1916.1.6 |
extremeSmartTrapRulesTableA table of rules that are used to generate extremeSmartTraps. SEQUENCE OF ExtremeSmartTrapRulesEntry .1.3.6.1.4.1.1916.1.6.1 |
extremeSmartTrapRulesEntryEach row in the table represents a rule. ExtremeSmartTrapRulesEntry .1.3.6.1.4.1.1916.1.6.1.1 |
extremeSmartTrapRulesIndexAn index into the extremeSmartTraps rules table.ro Integer32 .1.3.6.1.4.1.1916.1.6.1.1.1 |
extremeSmartTrapRulesRowStatusIndicates the status of row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.1916.1.6.1.1.2 |
extremeSmartTrapRulesDesiredOIDThe 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.rw OBJECT IDENTIFIER .1.3.6.1.4.1.1916.1.6.1.1.3 |
extremeSmartTrapRulesSupportedOIDThe 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.ro OBJECT IDENTIFIER .1.3.6.1.4.1.1916.1.6.1.1.4 |
extremeSmartTrapRulesOperationThe write operations on extremeSmartTrapRulesDesiredOID for which extremeSmartTrapsInstanceEntry should be created.rw Enumeration .1.3.6.1.4.1.1916.1.6.1.1.5 |
extremeSmartTrapRulesTrapDestIndexA 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.rw Integer32 .1.3.6.1.4.1.1916.1.6.1.1.6 |
extremeSmartTrapInstanceTableA table representing containing information about which variables have changed according to the rules defined in extremeSmartTrapRulesTable. SEQUENCE OF ExtremeSmartTrapInstanceEntry .1.3.6.1.4.1.1916.1.6.2 |
extremeSmartTrapInstanceEntryAn 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. ExtremeSmartTrapInstanceEntry .1.3.6.1.4.1.1916.1.6.2.1 |
extremeSmartTrapInstanceSubindexAn 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.ro Integer32 .1.3.6.1.4.1.1916.1.6.2.1.1 |
extremeSmartTrapInstanceRuleThe index of the rule from the extremeSmartTrapRulesTable for which this entry was created.ro Integer32 .1.3.6.1.4.1.1916.1.6.2.1.2 |
extremeSmartTrapInstanceChangedOidThe OID value that has changed.ro OBJECT IDENTIFIER .1.3.6.1.4.1.1916.1.6.2.1.3 |
extremeSmartTrapInstanceActualOperationThe operation that was recently performed on this extremeSmartTrapInstanceChangedOid.ro Enumeration .1.3.6.1.4.1.1916.1.6.2.1.4 |
extremeSmartTrapInstanceChangeTimeThe sysUpTime when this entry was created.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.1916.1.6.2.1.5 |
extremeSmartTrapFlushInstanceTableIndexWhen 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.rw Integer32 .1.3.6.1.4.1.1916.1.6.3 |