dhcp_type
The dhcp_type keyword is used to match DHCP request/response types. Any numeric value is allowed. The following table shows the types defined in RFC.
Syntax:
--dhcp_type <value>;
Type |
<value> |
---|---|
DISCOVER |
|
OFFER |
|
REQUEST |
|
DECLINE 4 |
|
ACK 5 |
|
NAK 6 |
|
RELEASE |
|
INFORM |
|
RELAY_CLIENTREQUEST |
|
RELAY_SERVERREPLY |
|
Example:
--dhcp_type 1;