Command Reference Guide DHCP Pool Command Set
61200510L1-35E Copyright © 2005 ADTRAN 1342
option <option value> [ascii | hex | ip] <value>
Use the option command to describe a generic DHCP option to be published to the client. The user may
specify any number of generic options to be published to the client.
Syntax Description
<option value> Specifies the value of the generic DHCP option published to the client.
Range: 0 to 255.
ascii Specifies the DHCP option information in ascii format.
hex Specifies the DHCP option information in hexidecimal format.
ip Specifies the DHCP option information in IP format.
<value> Specifies the ASCII, hexidecimal, or IP value. The value for ascii is simple text.
The value for hex is an 8-digit hexidecimal number (32 bit). The value for ip is a
standard IP address in the format A.B.C.D.
Default Values
No default value necessary for this command.
Applicable Platforms
This command applies to the NetVanta 300, 1000, 1000R, 2000, 3000, 4000, and 5000 and
Total Access 900 Series units.
Command History
Release 9.1 Command was introduced.
Usage Examples
The following example publishes DHCP options to the client:
(config)#ip dhcp pool MyPool
(config-dhcp)#option 100 ascii ascii_value
(config-dhcp)#option 101 hex AB458E80
(config-dhcp)#option 102 ip 192.168.1.1