hneLANInterfaceType
HNE-DEVICE-MIB ·
.1.3.6.1.4.1.4115.1.20.3.1.2.1.1.4
Object
column Enumeration
Indicates the interface type.
Context
- MIB
- HNE-DEVICE-MIB
- OID
.1.3.6.1.4.1.4115.1.20.3.1.2.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hneLANEntry
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 'HNE-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HNE-DEVICE-MIB::hneLANInterfaceType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HNE-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HNE-DEVICE-MIB::hneLANInterfaceType.<hneLANIndex>.<hneLANGWMappingIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HNE-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HNE-DEVICE-MIB::hneLANInterfaceType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | radio24Ghz |
1 | radio50Ghz |
2 | radio24GhzSsid |
3 | radio50GhzSsid |
4 | ethernet |