hm2WwanSimCardPin1Status
HM2-WWAN-MIB ·
.1.3.6.1.4.1.248.11.125.1.3.1.1.9
Object
column Hm2Pin1Status
Pin1 status information:
* NotVerified: Pin1 was not verified.
* Verified: Pin1 was successfuly verified.
* Blocked: Wrong Pin1 was used too many times
and the Sim Card blocked it.
* Disabled: Pin1 was manually disabled or the
Sim Card does not requires it.
* WrongCode: The configured Pin1 code is not
accepted by the Sim Card unlock function.
Context
- MIB
- HM2-WWAN-MIB
- OID
.1.3.6.1.4.1.248.11.125.1.3.1.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hm2WwanSimCardEntry
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 'HM2-WWAN-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-WWAN-MIB::hm2WwanSimCardPin1Status'
More examples
Read one indexed 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::hm2WwanSimCardPin1Status.<hm2WwanSimCardSimId>'
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::hm2WwanSimCardPin1Status'
Syntax
- Source
- Hm2Pin1Status
- Base type
Enumeration
Values & Constraints
Type Values
1 | notVerified |
2 | verified |
3 | blocked |
4 | disabled |
5 | wrongCode |