hm2WwanSimCardStatus
HM2-WWAN-MIB ·
.1.3.6.1.4.1.248.11.125.1.3.1.1.5
Object
column Hm2SimCardStatus
Sim Card Status information:
* simPresent: the SIM is physicaly present.
* simAbsent: the SIM is physicaly absent.
* simLocked: the SIM is physicaly present
but was not unlocked using PIN1.
* simUnlocked: the SIM is physicaly present
and it was unlocked unsing PIN1.
* simInactive: the sim is physicaly present
but it is not used for data
connections.
* simActive: the sim is physicaly present and
is used for data connections.
Context
- MIB
- HM2-WWAN-MIB
- OID
.1.3.6.1.4.1.248.11.125.1.3.1.1.5- 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::hm2WwanSimCardStatus'
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::hm2WwanSimCardStatus.<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::hm2WwanSimCardStatus'
Syntax
- Source
- Hm2SimCardStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | simPresent |
2 | simAbsent |
3 | simLocked |
4 | simUnlocked |
5 | simInactive |
6 | simActive |