no (client-identity-config-mode)

Removes the DHCP options match criteria configurations

Supported on the following devices:

Syntax

no [dhcp <1-16>|dhcp-match-message-type]

Parameters

no [dhcp <1-16>|dhcp-match-message-type]

dhcp <1-16>

Removes the DHCP option match criteria rule identified by the <1-16> keyword

  • <1-16> – Specify the DHCP option match criteria rule index

dhcp-match-message-type

Removes the DHCP message type to match

Examples

The following example shows the client identity ‘test‘ settings before the ‘no‘ commands are executed:

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)#

The following example shows the client identity ‘test‘ settings after the ‘no‘ commands are executed:

nx9500-6C8809(config-client-identity-test)#no dhcp 2
nx9500-6C8809(config-client-identity-test)#no dhcp-match-message-type
nx9500-6C8809(config-client-identity-test)#show context
client-identity test
 dhcp 1 message-type request option 60 exact ascii MSFT5.0
nx9500-6C8809(config-client-identity-test)#