rcDhcpClientRequestOperationType
DHCP-CLIENT-MIB ·
.1.3.6.1.4.1.8886.6.1.25.1.1.1.6
Object
column r/w
Enumeration
The object indicates the dhcp client operation type. The type none(1) is just for the get operation(that is, when get operation on this node, it always returns none(1)), type request(2) indicates that dhcp client starts a dhcp process, type renew(3) indicates that dhcp client starts renewing, type release(4) indicates that dhcp client releases the ip address which was got from dhcp server.
Context
- MIB
- DHCP-CLIENT-MIB
- OID
.1.3.6.1.4.1.8886.6.1.25.1.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcDhcpClientRequestEntry
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 'DHCP-CLIENT-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DHCP-CLIENT-MIB::rcDhcpClientRequestOperationType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DHCP-CLIENT-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DHCP-CLIENT-MIB::rcDhcpClientRequestOperationType.<rcDhcpClientRequestIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DHCP-CLIENT-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DHCP-CLIENT-MIB::rcDhcpClientRequestOperationType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | request |
3 | renew |
4 | release |