option (dhcpv4-pool-static-binding)

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.

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

option <OPTION-NAME> [<DHCP-OPTION-IP>|<DHCP-OPTION-ASCII>]

Parameters

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

Usage Guidelines

Defines non standard DHCP option codes (0-254)

Note

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.

Examples

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

Related Commands

no (dhcpv4-pool-static-binding)

Resets values or disables DHCP pool static binding settings