dhcpClientOperStatus
RAD-Webranger-MIB ·
.1.3.6.1.4.1.164.11.7.2.2.1.9.1.3
Object
column Enumeration
The Operational Status of DHCP client.
notHoldingLease: No IP address is allocated in the router interface
holdingLease: The router interface has a valid lease
waitingForLease: Acquiring a lease
failedToObtainLease: Failed to obtain lease
initializing: Initialization of DHCP client
noLeaseAddressInUse: Cannot use the lease because the received address
is used by another device
Context
- MIB
- RAD-Webranger-MIB
- OID
.1.3.6.1.4.1.164.11.7.2.2.1.9.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dhcpClientNEntry
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 'RAD-Webranger-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Webranger-MIB::dhcpClientOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-Webranger-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Webranger-MIB::dhcpClientOperStatus.<dhcpClientIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-Webranger-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-Webranger-MIB::dhcpClientOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | notHoldingLease |
3 | holdingLease |
4 | waitingForLease |
5 | failedToObtainLease |
6 | initializing |
7 | noLeaseAddressInUse |