Specifications
Chapter 8. Command Reference 321
value Value to be assigned to the speciÞed option. It could be a byte, word, signed long, unsigned
long, binary, IP address, or string depending on the option.
Example 1: This command does not specify an client or subnetwork address, and thus sets a global value
for the domainnameserver option.
dhcp set valueoption domainnameserver 192.168.254.2 192.168.254.3
Example 2: This command sets the value for the gateway option associated with the subnetwork.
dhcp set valueoption gateway 192.168.254.0 192.168.254.254
Example 3: This command sets a value for the winserver option associated with a speciÞc client.
dhcp set valueoption 192.168.254.251 winserver 192.168.254.7
Example 4: This command sets a static route (option 33) to IP address 192.168.253.253 through router
192.168.254.254. (No mask is specified.)
dhcp set valueoption 33 192.168.254.254 192.168.253.253