All MIBs › SWITCH-RMON-MIB › rAlarmSampleType
rAlarmSampleType
Module: SWITCH-RMON-MIB
OID (symbolic): SWITCH-RMON-MIB::rAlarmSampleType
OID (numeric): 1.3.6.1.4.1.8886.6.1.22.3.1.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: 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).
What is rAlarmSampleType?
This read-write value selects how the sampled variable is compared to thresholds: absoluteValue(1) compares the raw value directly, while deltaValue(2) compares the change since the last sample. Admins pick deltaValue for ever-increasing counters (like octet counts) so the alarm reacts to rate-of-change rather than the running total.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.8886.6.1.22.3.1.1.4 snmpwalk -v2c -c public <target> SWITCH-RMON-MIB::rAlarmSampleType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.8886.6.1.22.3.1.1.4.1 snmpget -v2c -c public <target> SWITCH-RMON-MIB::rAlarmSampleType.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.8886.6.1.22.3.1.1.4.1 i <value>
Start monitoring Raisecom Ethernet switch (RMON traffic-statistics/history collection) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the SWITCH-RMON-MIB::rAlarmSampleType OID value, configure state conditions and alerts, and monitor any Raisecom Ethernet switch (RMON traffic-statistics/history collection) from a single console.
OID Breakdown
Upper-level ancestors (9 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.8886 | raisecom | RAISECOM-BASE-MIB |
| 1.3.6.1.4.1.8886.6 | iscomSeries | RAISECOM-BASE-MIB |
| 1.3.6.1.4.1.8886.6.1 | iscomSwitch | RAISECOM-BASE-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.8886.6.1.22 | rmonMib | SWITCH-RMON-MIB |
| 1.3.6.1.4.1.8886.6.1.22.3 | rAlarm | SWITCH-RMON-MIB |
| 1.3.6.1.4.1.8886.6.1.22.3.1 | rAlarmTable | SWITCH-RMON-MIB |
| 1.3.6.1.4.1.8886.6.1.22.3.1.1 | rAlarmEntry | SWITCH-RMON-MIB |
| 1.3.6.1.4.1.8886.6.1.22.3.1.1.4 | rAlarmSampleType | SWITCH-RMON-MIB |