wwpDhcpState
WWP-MULTI-DHCP-CLIENT-MIB ·
.1.3.6.1.4.1.6141.2.42.1.1.2.1.4
Object
column Enumeration
The current state of the dhcp client on this interface as per RFC2131.
Context
- MIB
- WWP-MULTI-DHCP-CLIENT-MIB
- OID
.1.3.6.1.4.1.6141.2.42.1.1.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- wwpMultiDhcpClientEntry
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 'WWP-MULTI-DHCP-CLIENT-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-MULTI-DHCP-CLIENT-MIB::wwpDhcpState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WWP-MULTI-DHCP-CLIENT-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-MULTI-DHCP-CLIENT-MIB::wwpDhcpState.<wwpDhcpIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WWP-MULTI-DHCP-CLIENT-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WWP-MULTI-DHCP-CLIENT-MIB::wwpDhcpState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | bound |
2 | disabled |
3 | inform |
4 | init |
5 | rebinding |
6 | renewing |
7 | requesting |
8 | selecting |
9 | unknown |