agentdhcp4ClientState
NETAPP-DHCPCLIENT-PRIVATE-MIB ·
.1.3.6.1.4.1.789.4413.1.1.100.1.1.1.5
Object
column Enumeration
The State of the DHCP Client on this interface .
Context
- MIB
- NETAPP-DHCPCLIENT-PRIVATE-MIB
- OID
.1.3.6.1.4.1.789.4413.1.1.100.1.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- agentdhcp4ClientLeaseParametersEntry
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 'NETAPP-DHCPCLIENT-PRIVATE-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETAPP-DHCPCLIENT-PRIVATE-MIB::agentdhcp4ClientState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETAPP-DHCPCLIENT-PRIVATE-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETAPP-DHCPCLIENT-PRIVATE-MIB::agentdhcp4ClientState.<agentdhcp4ClientInterfaceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETAPP-DHCPCLIENT-PRIVATE-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETAPP-DHCPCLIENT-PRIVATE-MIB::agentdhcp4ClientState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | init |
2 | selecting |
3 | requesting |
4 | request-recv |
5 | bound |
6 | renewing |
7 | renew-recv |
8 | rebinding |
9 | rebind-recv |
10 | bootp-fallback |
11 | not-bound |
12 | failed |
13 | do-release |