auxStatOperStatus

BINTEC-AUX-MIB · .0.3.1.11.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-AUX-MIB
OID
.0.3.1.11.1.2
Type
column
Access
readonly
Status
current
Parent
auxStatEntry

Walk 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-AUX-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-AUX-MIB::auxStatOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-AUX-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-AUX-MIB::auxStatOperStatus.<auxStatIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-AUX-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-AUX-MIB::auxStatOperStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1up
2down
3init
4called
5calling
6connect
7simwait
8pinwait
9error
10disconnected
11pukwait
12regwait
13apnwait