auxConfigAccessType
BINTEC-AUX-MIB ·
.0.3.1.10.1.9
Object
column r/w
Enumeration
The default Access Type used by a GPRS/UMTS modem. This setting works only for vendors who publish the AT commands needed offically in the internet.
Context
- MIB
- BINTEC-AUX-MIB
- OID
.0.3.1.10.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- auxConfigEntry
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-AUX-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-AUX-MIB::auxConfigAccessType'
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::auxConfigAccessType.<auxConfigIfIndex>'
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::auxConfigAccessType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | auto |
2 | gprs-only |
3 | umts-only |
4 | gprs-pref |
5 | umts-pref |