All MIBs › LBHUB-MSH-MIB › alarmSampleType
alarmSampleType
Module: LBHUB-MSH-MIB
OID (symbolic): LBHUB-MSH-MIB::alarmSampleType
OID (numeric): 1.3.6.1.2.1.16.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).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.16.3.1.1.4 snmpwalk -v2c -c public <target> LBHUB-MSH-MIB::alarmSampleType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.16.3.1.1.4.1 snmpget -v2c -c public <target> LBHUB-MSH-MIB::alarmSampleType.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.16.3.1.1.4.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.16 | rmon | LBHUB-BOOM-MIB |
| 1.3.6.1.2.1.16.3 | alarm | LBHUB-BOOM-MIB |
| 1.3.6.1.2.1.16.3.1 | alarmTable | LBHUB-BOOM-MIB |
| 1.3.6.1.2.1.16.3.1.1 | alarmEntry | LBHUB-BOOM-MIB |
| 1.3.6.1.2.1.16.3.1.1.4 | alarmSampleType | LBHUB-MSH-MIB |