oppmHHistMode
LUXN-MIB ·
.1.3.6.1.4.1.4253.2.2.8.2.1.1
Object
The mode of the data collection. Valid values are: daily or longterm.
Context
- MIB
- LUXN-MIB
- OID
.1.3.6.1.4.1.4253.2.2.8.2.1.1- Type
- column
- Access
- noaccess
- Status
- mandatory
- Parent
- oppmHHistEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUXN-MIB::oppmHHistMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUXN-MIB::oppmHHistMode.<oppmHHistMode>.<oppmHHistLocation>.<oppmHHistShelf>.<oppmHHistSlot>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUXN-MIB::oppmHHistMode'
Syntax
- Source
- HistoryMode
- Base type
Enumeration
Values & Constraints
Type Values
1 | daily |
2 | longterm |