MIBs Depot

EXTREME-TRAPPOLL-MIB

Registered at
1.3.6.1.4.1.1916.1.6
Last updated
1998-01-09 00:00
Organization
Extreme Networks, Inc.
Namespace
extreme
Source file
EXTREME-BASE-MIB
Digest
sha256:920ec3f1c764d83d84c3c0ad6a4d3ca2aa2e105baf75bb47bf910c2a7454dbfc

Description

Extreme SmartTraps trap-based-polling objects

Contact

www.extremenetworks.com

Imports

FromSymbols
EXTREME-BASE-MIBextremeAgent
RMON2-MIBtrapDestIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

EXTREME-BASE-MIB
EXTREME-TRAPPOLL-MIB
IANAifType-MIB
IF-MIB
RFC1158-MIB
RFC1271-MIB
RMON-MIB
RMON2-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC
TOKEN-RING-RMON-MIB

Objects

NameOIDSyntaxAccessStatus
extremeSmartTrapRulesTable
OBJECT-TYPE
A table of rules that are used to generate extremeSmartTraps.
1.3.6.1.4.1.1916.1.6.1not-accessiblecurrent
extremeSmartTrapRulesEntry
OBJECT-TYPE
Each row in the table represents a rule.
1.3.6.1.4.1.1916.1.6.1.1not-accessiblecurrent
extremeSmartTrapRulesIndex
OBJECT-TYPE
An index into the extremeSmartTraps rules table.
1.3.6.1.4.1.1916.1.6.1.1.1INTEGERread-onlycurrent
extremeSmartTrapRulesRowStatus
OBJECT-TYPE
Indicates the status of row.
1.3.6.1.4.1.1916.1.6.1.1.2RowStatusread-createcurrent
extremeSmartTrapRulesDesiredOID
OBJECT-TYPE
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.
1.3.6.1.4.1.1916.1.6.1.1.3OBJECT IDENTIFIERread-createcurrent
extremeSmartTrapRulesSupportedOID
OBJECT-TYPE
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.
1.3.6.1.4.1.1916.1.6.1.1.4OBJECT IDENTIFIERread-onlycurrent
extremeSmartTrapRulesOperation
OBJECT-TYPE
The write operations on extremeSmartTrapRulesDesiredOID for which extremeSmartTrapsInstanceEntry should be created.
1.3.6.1.4.1.1916.1.6.1.1.5INTEGER {add(1), delete(2), modify(3), any(4)}read-createcurrent
extremeSmartTrapRulesTrapDestIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.1916.1.6.1.1.6Integer32read-createcurrent
extremeSmartTrapInstanceTable
OBJECT-TYPE
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.2not-accessiblecurrent
extremeSmartTrapInstanceEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.1916.1.6.2.1not-accessiblecurrent
extremeSmartTrapInstanceSubindex
OBJECT-TYPE
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.
1.3.6.1.4.1.1916.1.6.2.1.1INTEGERread-onlycurrent
extremeSmartTrapInstanceRule
OBJECT-TYPE
The index of the rule from the extremeSmartTrapRulesTable for which this entry was created.
1.3.6.1.4.1.1916.1.6.2.1.2INTEGERread-onlycurrent
extremeSmartTrapInstanceChangedOid
OBJECT-TYPE
The OID value that has changed.
1.3.6.1.4.1.1916.1.6.2.1.3OBJECT IDENTIFIERread-onlycurrent
extremeSmartTrapInstanceActualOperation
OBJECT-TYPE
The operation that was recently performed on this extremeSmartTrapInstanceChangedOid.
1.3.6.1.4.1.1916.1.6.2.1.4INTEGER {add(1), delete(2), modify(3)}read-onlycurrent
extremeSmartTrapInstanceChangeTime
OBJECT-TYPE
The sysUpTime when this entry was created.
1.3.6.1.4.1.1916.1.6.2.1.5TimeTicksread-onlycurrent
extremeSmartTrapFlushInstanceTableIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.1916.1.6.3INTEGERread-writecurrent