ipDhcpHwType
BINTEC-DYNIP-MIB ·
.0.8.1.9
Object
column Enumeration
Restricts the hardware type of the client. - sec(253) : matches ipsec and tbd only - non-ipsec(254) : matches all but ipsec and tbd - any(255) : no hardware type restriction
Context
- MIB
- BINTEC-DYNIP-MIB
- OID
.0.8.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipDhcpEntry
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-DYNIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-DYNIP-MIB::ipDhcpHwType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-DYNIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-DYNIP-MIB::ipDhcpHwType.<ipDhcpIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-DYNIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-DYNIP-MIB::ipDhcpHwType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
253 | sec |
254 | non-ipsec |
255 | any |