mobileStatErrorCode
BINTEC-MOBILE-MIB ·
.0.4.1.22.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-MOBILE-MIB
- OID
.0.4.1.22.1.3- 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::mobileStatErrorCode'
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::mobileStatErrorCode.<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::mobileStatErrorCode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | unspecified |
3 | pinerror |
4 | pukerror |
5 | apnerror |
6 | simerror |
7 | reg-denied |