EXTREME-TRAPPOLL-MIB: View SNMP OID List / Download MIB
VENDOR: EXTREME NETWORKS
Home | MIB: EXTREME-TRAPPOLL-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).
|
|||
Object Name | OID | Type | Access | Info |
extremeTrapPoll | 1.3.6.1.4.1.1916.1.6 |
Extreme SmartTraps trap-based-polling objects |
||
extremeSmartTrapRulesTable | 1.3.6.1.4.1.1916.1.6.1 | no-access |
A table of rules that are used to generate extremeSmartTraps. |
|
1.3.6.1.4.1.1916.1.6.1.1 | no-access |
Each row in the table represents a rule. |
||
extremeSmartTrapRulesIndex | 1.3.6.1.4.1.1916.1.6.1.1.1 | integer | read-only |
An index into the extremeSmartTraps rules table. |
extremeSmartTrapRulesRowStatus | 1.3.6.1.4.1.1916.1.6.1.1.2 | rowstatus | read-only |
Indicates the status of row. |
extremeSmartTrapRulesDesiredOID | 1.3.6.1.4.1.1916.1.6.1.1.3 | object identifier | read-only |
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. |
extremeSmartTrapRulesSupportedOID | 1.3.6.1.4.1.1916.1.6.1.1.4 | object identifier | read-only |
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. |
extremeSmartTrapRulesOperation | 1.3.6.1.4.1.1916.1.6.1.1.5 | integer | read-only |
The write operations on extremeSmartTrapRulesDesiredOID for which extremeSmartTrapsInstanceEntry should be created. Enumeration: 'add': 1, 'modify': 3, 'any': 4, 'delete': 2. |
extremeSmartTrapRulesTrapDestIndex | 1.3.6.1.4.1.1916.1.6.1.1.6 | integer32 | read-only |
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. |
extremeSmartTrapInstanceTable | 1.3.6.1.4.1.1916.1.6.2 | no-access |
A table representing containing information about which variables have changed according to the rules defined in extremeSmartTrapRulesTable. |
|
1.3.6.1.4.1.1916.1.6.2.1 | no-access |
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. |
||
extremeSmartTrapInstanceSubindex | 1.3.6.1.4.1.1916.1.6.2.1.1 | integer | read-only |
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. |
extremeSmartTrapInstanceRule | 1.3.6.1.4.1.1916.1.6.2.1.2 | integer | read-only |
The index of the rule from the extremeSmartTrapRulesTable for which this entry was created. |
extremeSmartTrapInstanceChangedOid | 1.3.6.1.4.1.1916.1.6.2.1.3 | object identifier | read-only |
The OID value that has changed. |
extremeSmartTrapInstanceActualOperation | 1.3.6.1.4.1.1916.1.6.2.1.4 | integer | read-only |
The operation that was recently performed on this extremeSmartTrapInstanceChangedOid. Enumeration: 'add': 1, 'modify': 3, 'delete': 2. |
extremeSmartTrapInstanceChangeTime | 1.3.6.1.4.1.1916.1.6.2.1.5 | timeticks | read-only |
The sysUpTime when this entry was created. |
extremeSmartTrapFlushInstanceTableIndex | 1.3.6.1.4.1.1916.1.6.3 | integer | read-write |
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. |