Configures raw DHCP options. The DHCP option must be configured under the DHCP server policy. The options configured under the DHCP pool/DHCP server policy can also be used in static-bindings.
option <OPTION-NAME> [<DHCP-OPTION-IP>|<DHCP-OPTION-ASCII>]
option <OPTION-NAME> [<DHCP-OPTION-IP>|<DHCP-OPTION-ASCII>]
<OPTION-NAME> |
Sets the name of the DHCP option |
<DHCP-OPTION-IP> |
Sets DHCP option as an IP address |
<DHCP-OPTION-ASCII> |
Sets DHCP option as an ASCII string |
Defines non standard DHCP option codes (0-254)
Note
An option name in ASCII format accepts a backslash (\) as an input, but is not displayed in the output (Use show runnig config to view the output). Use a double backslash to represent a single backslash.nx9500-6C8809(config-dhcp-policy-test-pool-pool1-binding-test)#option option1 172.16.10.10
nx9500-6C8809(config-dhcp-policy-test-pool-pool1-binding-test)#show context static-binding client-identifier test client-name RFID domain-name documentation netbios-node-type b-node netbios-name-server 172.16.10.23 next-server 172.16.10.24 option option1 172.16.10.10 nx9500-6C8809(config-dhcp-policy-test-pool-pool1-binding-test)#
no (dhcpv4-pool-static-binding) |
Resets values or disables DHCP pool static binding settings |