configInterfaceType
ACKSYS-MIB ·
.1.3.6.1.4.1.28097.8.3.2.1.3
Object
column Enumeration
Interface type: eth, AP, wifi client...
Context
- MIB
- ACKSYS-MIB
- OID
.1.3.6.1.4.1.28097.8.3.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- configInterfaceEntry
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 'ACKSYS-MIB' -M '/opt/observium/mibs/acksys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACKSYS-MIB::configInterfaceType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ACKSYS-MIB' -M '/opt/observium/mibs/acksys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACKSYS-MIB::configInterfaceType.<configInterfaceName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ACKSYS-MIB' -M '/opt/observium/mibs/acksys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ACKSYS-MIB::configInterfaceType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ethernet |
2 | mac-bridge |
3 | wifi-sta |
4 | wifi-ap |
5 | wifi-11s |
6 | wifi-rept |
7 | wifi-adhoc |
8 | vlan8021q |
9 | l2tunnel-gre |
10 | wifi-srcc |
11 | cellular |
12 | mac-bond |
13 | wifi-monitor |