1-5
Cisco ASA Series CLI Configuration Guide
Chapter 1 Configuring DHCP
Configuring a DHCP Server
Configuring DHCP Options
The ASA supports the DHCP options listed in RFC 2132 to send information.
This section includes the following topics:
• Options that Return an IP Address, page 1-5
• Options that Return a Text String, page 1-5
• Options that Return a Hexadecimal Value, page 1-5
To configure a DHCP option, enter one of the following commands:
Options that Return an IP Address
Options that Return a Text String
Options that Return a Hexadecimal Value
Command Purpose
dhcpd option code ip addr_1 [addr_2]
Example:
hostname(config)# dhcpd option 2 ip
10.10.1.1 10.10.1.2
Configures a DHCP option that returns one or two IP addresses.
Command Purpose
dhcpd option code ascii text
Example:
hostname(config)# dhcpd option 2 ascii
examplestring
Configures a DHCP option that returns a text string.
Command Purpose
dhcpd option code hex value
Example:
hostname(config)# dhcpd option 2 hex
22.0011.01.FF1111.00FF.0000.AAAA.1111.1111
.1111.11
Configures a DHCP option that returns a hexadecimal value.