auxStatErrorCode

BINTEC-AUX-MIB · .0.3.1.11.1.3

Object

column Enumeration
If an error occurs (OperStatus is set to error) this variable
shows the reason for the error. Currently the following error
codes are possible:
- none(1)        no error occured
- unspecified(2) error can't be specified any further
- pinerror(3)    PIN was wrong PUK needed
- pukerror(4)    PUK was wrong 
- apnerror(5)    APN was wrong
- simerror(6)    SIM card not present or damaged
- reg-denied(7)  Network registration denied
The initial ErrorCode is none(1).

Context

MIB
BINTEC-AUX-MIB
OID
.0.3.1.11.1.3
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::auxStatErrorCode'
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::auxStatErrorCode.<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::auxStatErrorCode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1none
2unspecified
3pinerror
4pukerror
5apnerror
6simerror
7reg-denied