mobileStatAction
BINTEC-MOBILE-MIB ·
.0.4.1.22.1.23
Object
column r/w
Enumeration
Perform extern triggered Action on sierra wireless modems - idle no waiting Action - reset reset the modem - qmi switch modem into qmi mode - dip switch modem into direct IP mode - dhcprelay enable DHCP relay through the modem
Context
- MIB
- BINTEC-MOBILE-MIB
- OID
.0.4.1.22.1.23- Type
- column
- Access
- readwrite
- 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::mobileStatAction'
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::mobileStatAction.<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::mobileStatAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | reset |
3 | qmi |
4 | dip |
5 | dhcprelay |