mobileStatOperStatus
BINTEC-MOBILE-MIB ·
.0.4.1.22.1.2
Object
column Enumeration
The operational status of the GSM modem. The following states can occur: - up(1) the device is up - initialization finished - down(2) the device is down - init(3) initialization state - called(4) incoming call received - calling(5) dialout is performed - connect(6) connection established - simwait(7) modem is detected - SIM card not ready - pinwait(8) modem is waiting for non-empty PIN entry - error(9) error - for details consult ErrorCode - disconnected(10) the device isn't available (unplugged) - pukwait(11) waiting for PUK entry after PIN invalidated - regwait(12) wating for network operator registration - apnwait(13) waiting for APN entry if APN is empty The initial OperStatus is down(2).
Context
- MIB
- BINTEC-MOBILE-MIB
- OID
.0.4.1.22.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mobileStatEntry
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 'BINTEC-MOBILE-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-MOBILE-MIB::mobileStatOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-MOBILE-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-MOBILE-MIB::mobileStatOperStatus.<mobileStatIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-MOBILE-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-MOBILE-MIB::mobileStatOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | init |
4 | called |
5 | calling |
6 | connect |
7 | simwait |
8 | pinwait |
9 | error |
10 | disconnected |
11 | pukwait |
12 | regwait |
13 | apnwait |