mobileOperatorPreference
BINTEC-MOBILE-MIB ·
.0.4.1.23.1.7
Object
column Enumeration
The registration priority for the network operator. The following states can occur: - home(1) -- home operator - privileged(2) -- home operators best roaming partner - preferred(3) -- home operators roaming partner - practicable(4) -- roaming possible but not preferred - banned(5) -- no roaming to this operator possible - administrative(6) -- configured via mobileAdmOperatorTable
Context
- MIB
- BINTEC-MOBILE-MIB
- OID
.0.4.1.23.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mobileOperatorEntry
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::mobileOperatorPreference'
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::mobileOperatorPreference.<mobileOperatorIfIndex>.<mobileOperatorCode>.<mobileOperatorAcT>'
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::mobileOperatorPreference'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | home |
2 | privileged |
3 | preferred |
4 | practicable |
5 | banned |
6 | administrative |