auxStatControlChannel
BINTEC-AUX-MIB ·
.0.3.1.11.1.8
Object
column obsolete
Enumeration
If the UMTS card provides several channels and one could be used to control the card e.g. get status information from the card like the signal quality a dedicated daemon will do this and the auxStatControlChannel will be set to available. In the other case auxStatControlChannel is set to not_available.
Context
- MIB
- BINTEC-AUX-MIB
- OID
.0.3.1.11.1.8- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- auxStatEntry
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::auxStatControlChannel'
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::auxStatControlChannel.<auxStatIfIndex>'
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::auxStatControlChannel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | not-available |
2 | available |