auxConfigRoamingMode
BINTEC-AUX-MIB ·
.0.3.1.10.1.12
Object
column r/w
Enumeration
The Roaming configuration for this TTY interface.
Possible values are:
disabled - no roaming at all
auto - roaming decision by modems factory defaults
unrestricted - no restrictions for roaming decision
international - international roaming only
national - national roaming only
fixed - use auxConfigRoamingPLMN exclusively
Context
- MIB
- BINTEC-AUX-MIB
- OID
.0.3.1.10.1.12- 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::auxConfigRoamingMode'
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::auxConfigRoamingMode.<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::auxConfigRoamingMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | auto |
3 | unrestricted |
4 | international |
5 | national |
6 | fixed |