hm2WwanModemOperationalState
HM2-WWAN-MIB ·
.1.3.6.1.4.1.248.11.125.1.4.2.5
Object
scalar Hm2ModemOperationalState
ONLINE: Modem is fully operational LOW_POWER: Modem has temporarily disabled RF OFFLINE: Modem has deactivated RF and is partially shutdown RESET: Modem is in the process of power cycling SHUTTING_DOWN: Modem is in the process of shutting down PERSISTENT_LOW_POWER: Modem has disabled RF and state persists after reset UNKNOWN: Unknown state.
Context
- MIB
- HM2-WWAN-MIB
- OID
.1.3.6.1.4.1.248.11.125.1.4.2.5- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- hm2WwanModemInformationGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HM2-WWAN-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-WWAN-MIB::hm2WwanModemOperationalState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HM2-WWAN-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HM2-WWAN-MIB::hm2WwanModemOperationalState'
Syntax
- Source
- Hm2ModemOperationalState
- Base type
Enumeration
Values & Constraints
Type Values
0 | online |
1 | low-power |
2 | offline |
3 | reset |
4 | shutting-down |
5 | persistent-low-power |
255 | unknown |