dhcp-match-message-type
Configures the DHCP message type to match
Supported on the following devices:
- Access Points: AP5010, AP310i/e, AP410i/e, AP505i, AP510i, AP510e, AP560i, AP6522, AP6562, AP7161, AP7502,
AP7522, AP7532, AP7562, AP7602, AP7612, AP7622, AP763, AP7662, AP8163, AP8543,
AP8533.
- Service Platforms:
NX5500, NX7500, NX9500, NX9600
- Virtual Platforms: CX9000, VX9000
Syntax
dhcp-match-message-type [all|any|discover|request]
Parameters
dhcp-match-message-type [all|any|discover|request]
dhcp-match-message-type [all|any|discover|request]
|
Specifies the DHCP message type to consider for
matching
-
all – Matches all message types: discover and
request. Indicates that the fingerprint is checked with both the
DHCP request and the DHCP discover message.
-
any – Matches any message type: discover or
request. Indicates that the fingerprint is checked with either the
DHCP request or the DHCP discover message.
-
discover – Matches discover messages only. A
match is made only if the discover message sent by the client
matches the match criteria set in the client identity. Values
configured for request messages are ignored.
-
request – Matches request messages only. A match
is made only if the request message sent by the client matches the
match criteria set in the client identity. Values configured for
discover messages are ignored.
|
Examples
nx9500-6C8809(config-client-identity-test)#dhcp-match-message-type all
nx9500-6C8809(config-client-identity-test)#show context
client-identity test
dhcp 2 message-type discover option 2 exact hexstring 012456c22c44
dhcp 1 message-type request option 60 exact ascii MSFT5.0
dhcp-match-message-type all
nx9500-6C8809(config-client-identity-test)#
Related Commands
no
|
Removes the DHCP message type to match
|