tpDhcpServerHardwareType
TPLINK-DHCPSERVER-MIB ·
.1.3.6.1.4.1.11863.6.38.1.6.1.5
Object
column r/w
Enumeration
The hardware type. -2 stands for ascii clientid, 0 stands for hex clientid, 1 stands for mac type ethernet and 6 stands for mac type ieee802.
Context
- MIB
- TPLINK-DHCPSERVER-MIB
- OID
.1.3.6.1.4.1.11863.6.38.1.6.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tpDhcpServerStaticBindEntry
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 'TPLINK-DHCPSERVER-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-DHCPSERVER-MIB::tpDhcpServerHardwareType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TPLINK-DHCPSERVER-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-DHCPSERVER-MIB::tpDhcpServerHardwareType.<tpDhcpServerBindIpAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPLINK-DHCPSERVER-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPLINK-DHCPSERVER-MIB::tpDhcpServerHardwareType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-2 | ascii |
0 | hex |
1 | ethernet |
6 | ieee802 |