Command Reference Guide
SROS Command Line Interface Reference Guide DHCP Pool Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 370
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.
Command Modes
(config-dhcp)# DHCP Pool
Usage Examples
The following example publishes DHCP options to the client:
(config)#ip dhcp-server pool MyPool
(config-dhcp)#option 100 ascii ascii_value
(config-dhcp)#option 101 hex AB458E80
(config-dhcp)#option 102 ip 192.168.1.1