HH3C-RMON-EXT-MIB
- Registered at
- 1.3.6.1.4.1.25506.8.4.01.3.6.1.4.1.25506.8.4.4
- Last updated
- 2003-03-15 00:00
- Organization
- New H3C Tech. Co., Ltd.
- Revisions
- 2003-03-15 00:00
- Namespace
- comware
- Source file
HH3C-RMON-EXT-MIB- Digest
sha256:aabb1ed5a857ba06fbcd3afabf1532b7872b65c1903196eab4ebde1818a23cbc
Contact
Platform Team New H3C Tech. Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| HH3C-OID-MIB | hh3crmonExtend |
| IF-MIB | OwnerString |
| RMON-MIB | EntryStatus |
| RMON2-MIB | trapDestEntry, trapDestIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, 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.
HH3C-OID-MIB HH3C-RMON-EXT-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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3crmonExtendEventsV2 OBJECT-IDENTITY Definition point for pri RMON notifications. | 1.3.6.1.4.1.25506.8.4.0 | current | ||
| hh3cprialarmTable OBJECT-TYPE A list of alarm entries. | 1.3.6.1.4.1.25506.8.4.4.1 | not-accessible | current | |
| hh3cprialarmEntry OBJECT-TYPE A list of parameters that set up a periodic checking for alarm conditions. For example, an instance of the alarmValue object might be named alarmValue.8 | 1.3.6.1.4.1.25506.8.4.4.1.1 | not-accessible | current | |
| hh3cprialarmIndex OBJECT-TYPE An index that uniquely identifies an entry in the alarm table. Each such entry defines a diagnostic sample at a particular interval for an object on the device. | 1.3.6.1.4.1.25506.8.4.4.1.1.1 | INTEGER (1..65535) | read-only | current |
| hh3cprialarmInterval OBJECT-TYPE The interval in seconds over which the data is sampled and compared with the rising and falling thresholds. When setting this variable, care should be taken in the case of deltaValue sampling - the interval should be set short enough that the sampled variable is very unlikely to increase or decrease by more than 2^31 - 1 during a single sampling interval. This object may not be modified if the associated alarmStatus object is equal to valid(1). | 1.3.6.1.4.1.25506.8.4.4.1.1.2 | INTEGER | read-write | current |
| hh3cprialarmVariable OBJECT-TYPE The object identifier of the particular variable to be sampled. Only variables that resolve to an ASN.1 primitive type of INTEGER (INTEGER, Integer32, Counter32, Counter64, Gauge, or TimeTicks) may be sampled. Because SNMP access control is articulated entirely in terms of the contents of MIB views, no access control mechanism exists that can restrict the value of this object to identify only those objects that exist in a particular MIB view. Because there is thus no acceptable means of restricting the read access that could be obtained through the alarm mechanism, the probe must only grant write access to this object in those views that have read access to all objects on the probe. During a set operation, if the supplied variable name is not available in the selected MIB view, a badValue error must be returned. If at any time the variable name of an established alarmEntry is no longer available in the selected MIB view, the probe must change the status of this alarmEntry to invalid(4). This object may not be modified if the associated alarmStatus object is equal to valid(1). | 1.3.6.1.4.1.25506.8.4.4.1.1.3 | DisplayString | read-write | current |
| hh3cprialarmSympol OBJECT-TYPE | 1.3.6.1.4.1.25506.8.4.4.1.1.4 | DisplayString | read-write | current |
| hh3cprialarmSampleType OBJECT-TYPE The method of sampling the selected variable and calculating the value to be compared against the thresholds. If the value of this object is absoluteValue(1), the value of the selected variable will be compared directly with the thresholds at the end of the sampling interval. If the value of this object is deltaValue(2), the value of the selected variable at the last sample will be subtracted from the current value, and the difference compared with the thresholds. This object may not be modified if the associated alarmStatus object is equal to valid(1). | 1.3.6.1.4.1.25506.8.4.4.1.1.5 | INTEGER {absoluteValue(1), deltaValue(2), speedValue(3)} | read-write | current |
| hh3cprialarmValue OBJECT-TYPE The value of the statistic during the last sampling period. For example, if the sample type is deltaValue, this value will be the difference between the samples at the beginning and end of the period. If the sample type is absoluteValue, this value will be the sampled value at the end of the period. This is the value that is compared with the rising and falling thresholds. The value during the current sampling period is not made available until the period is completed and will remain available until the next period completes. | 1.3.6.1.4.1.25506.8.4.4.1.1.6 | INTEGER | read-only | current |
| hh3cprialarmStartupAlarm OBJECT-TYPE The alarm that may be sent when this entry is first set to valid. If the first sample after this entry becomes valid is greater than or equal to the risingThreshold and alarmStartupAlarm is equal to risingAlarm(1) or risingOrFallingAlarm(3), then a single rising alarm will be generated. If the first sample after this entry becomes valid is less than or equal to the fallingThreshold and alarmStartupAlarm is equal to fallingAlarm(2) or risingOrFallingAlarm(3), then a single falling alarm will be generated. This object may not be modified if the associated alarmStatus object is equal to valid(1). | 1.3.6.1.4.1.25506.8.4.4.1.1.7 | INTEGER {risingAlarm(1), fallingAlarm(2), risingOrFallingAlarm(3)} | read-write | current |
| hh3cprialarmRisingThreshold OBJECT-TYPE A threshold for the sampled statistic. When the current sampled value is greater than or equal to this threshold, and the value at the last sampling interval was less than this threshold, a single event will be generated. A single event will also be generated if the first sample after this entry becomes valid is greater than or equal to this threshold and the associated alarmStartupAlarm is equal to risingAlarm(1) or risingOrFallingAlarm(3). After a rising event is generated, another such event will not be generated until the sampled value falls below this threshold and reaches the alarmFallingThreshold. This object may not be modified if the associated alarmStatus object is equal to valid(1). | 1.3.6.1.4.1.25506.8.4.4.1.1.8 | INTEGER | read-write | current |
| hh3cprialarmFallingThreshold OBJECT-TYPE A threshold for the sampled statistic. When the current sampled value is less than or equal to this threshold, and the value at the last sampling interval was greater than this threshold, a single event will be generated. A single event will also be generated if the first sample after this entry becomes valid is less than or equal to this threshold and the associated alarmStartupAlarm is equal to fallingAlarm(2) or risingOrFallingAlarm(3). After a falling event is generated, another such event will not be generated until the sampled value rises above this threshold and reaches the alarmRisingThreshold. This object may not be modified if the associated alarmStatus object is equal to valid(1). | 1.3.6.1.4.1.25506.8.4.4.1.1.9 | INTEGER | read-write | current |
| hh3cprialarmRisingEventIndex OBJECT-TYPE The index of the eventEntry that is used when a rising threshold is crossed. The eventEntry identified by a particular value of this index is the same as identified by the same value of the eventIndex object. If there is no corresponding entry in the eventTable, then no association exists. In particular, if this value is zero, no associated event will be generated, as zero is not a valid event index. This object may not be modified if the associated alarmStatus object is equal to valid(1). | 1.3.6.1.4.1.25506.8.4.4.1.1.10 | INTEGER (0..65535) | read-write | current |
| hh3cprialarmFallingEventIndex OBJECT-TYPE The index of the eventEntry that is used when a falling threshold is crossed. The eventEntry identified by a particular value of this index is the same as identified by the same value of the eventIndex object. If there is no corresponding entry in the eventTable, then no association exists. In particular, if this value is zero, no associated event will be generated, as zero is not a valid event index. This object may not be modified if the associated alarmStatus object is equal to valid(1). | 1.3.6.1.4.1.25506.8.4.4.1.1.11 | INTEGER (0..65535) | read-write | current |
| hh3cprialarmStatCycle OBJECT-TYPE | 1.3.6.1.4.1.25506.8.4.4.1.1.12 | INTEGER | read-write | current |
| hh3cprialarmStatType OBJECT-TYPE | 1.3.6.1.4.1.25506.8.4.4.1.1.13 | INTEGER {forever(1), during(2)} | read-write | current |
| hh3cprialarmOwner OBJECT-TYPE The entity that configured this entry and is therefore using the resources assigned to it. | 1.3.6.1.4.1.25506.8.4.4.1.1.14 | OwnerString | read-write | current |
| hh3cprialarmStatus OBJECT-TYPE The status of this alarm entry. | 1.3.6.1.4.1.25506.8.4.4.1.1.15 | EntryStatus | read-write | current |
| hh3crmonEnableTable OBJECT-TYPE A list of enable rmon entries. | 1.3.6.1.4.1.25506.8.4.5 | not-accessible | current | |
| hh3crmonEnableEntry OBJECT-TYPE A list of parameters that set up a hh3crmonEnableTable | 1.3.6.1.4.1.25506.8.4.5.1 | not-accessible | current | |
| hh3crmonEnableIfIndex OBJECT-TYPE Specify an interface to enable rmon. | 1.3.6.1.4.1.25506.8.4.5.1.1 | INTEGER (0..65535) | read-only | current |
| hh3crmonEnableStatus OBJECT-TYPE Specify an interface to enable rmon. | 1.3.6.1.4.1.25506.8.4.5.1.2 | INTEGER {enable(1), disable(2)} | read-write | current |
| hh3cTrapDestTable OBJECT-TYPE Defines the trap destination Extend Table for providing, via SNMP, the capability of configure a trap dest. | 1.3.6.1.4.1.25506.8.4.6 | not-accessible | current | |
| hh3cTrapDestEntry OBJECT-TYPE Defines an entry in the hh3cTrapDestTable. | 1.3.6.1.4.1.25506.8.4.6.1 | not-accessible | current | |
| hh3cTrapDestVersion OBJECT-TYPE The version for trap destination. This object may not be modified if the associated trapDestStatus object is equal to active(1). | 1.3.6.1.4.1.25506.8.4.6.1.1 | INTEGER {snmpv1(1), snmpv2(2), snmpv3andauthen(3), snmpv3andnoauthen(4), snmpv3andpriv(5)} | read-create | current |
Notifications
| Name | OID | Status |
|---|---|---|
| hh3cpririsingAlarm NOTIFICATION-TYPE The SNMP trap that is generated when an alarm entry crosses its rising threshold and generates an event that is configured for sending SNMP traps. | 1.3.6.1.4.1.25506.8.4.0.1 | current |
| hh3cprifallingAlarm NOTIFICATION-TYPE The SNMP trap that is generated when an alarm entry crosses its falling threshold and generates an event that is configured for sending SNMP traps. | 1.3.6.1.4.1.25506.8.4.0.2 | current |