cigDhcpClientsStatus
CIG-CLIENTS-MIB ·
.1.3.6.1.4.1.6889.2.1.17.1.1.1.18
Object
column Enumeration
The status of the DHCP client. Select - Sending DISCOVER packets Request - Requesting IP address after selecting from all the offer packets. Bound - Receiving ACK packet and there is no conflict detection by sending ARP packets. Rebind - After 0.875 out of the lease time the renewal phase enter to rebind. Renew - After 0.5 out of the lease time the device try to renew the lease until 0.875 of the lease time. Release - The client release the lease. Decline - The client detect IP conflict by sending ARP packet. Idle - The client did not get IP address and keep trying after an Idle time (~40 seconds) to reach new IP address.
Context
- MIB
- CIG-CLIENTS-MIB
- OID
.1.3.6.1.4.1.6889.2.1.17.1.1.1.18- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cigDhcpClientsEntry
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 'CIG-CLIENTS-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIG-CLIENTS-MIB::cigDhcpClientsStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CIG-CLIENTS-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIG-CLIENTS-MIB::cigDhcpClientsStatus.<cigDhcpClientsIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CIG-CLIENTS-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CIG-CLIENTS-MIB::cigDhcpClientsStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | select |
2 | request |
3 | bound |
4 | rebind |
5 | renew |
6 | release |
7 | decline |
8 | reboot |
9 | idle |
255 | notSupported |