1-7
Cisco ASA Series CLI Configuration Guide
Chapter 1 Configuring DHCP
Configuring a DHCP Server
To send information to use for any option number, enter the following command:
To send information to use for option 66, enter the following command:
To send information to use for option 150, enter the following command:
To send information to use for option 3, enter the following command:
Command Purpose
dhcpd option number value
Example:
hostname(config)# dhcpd option 2
Provides information for DHCP requests that include an option number as
specified in RFC 2132.
Command Purpose
dhcpd option 66 ascii server_name
Example:
hostname(config)# dhcpd option 66 ascii
exampleserver
Provides the IP address or name of a TFTP server for option 66.
Command Purpose
dhcpd option 150 ip server_ip1
[server_ip2]
Example:
hostname(config)# dhcpd option 150 ip
10.10.1.1
Provides the IP address or names of one or two TFTP servers for option
150. The server_ip1 is the IP address or name of the primary TFTP server
while server_ip2 is the IP address or name of the secondary TFTP server.
A maximum of two TFTP servers can be identified using option 150.
Command Purpose
dhcpd option 3 ip router_ip1
Example:
hostname(config)# dhcpd option 3 ip
10.10.1.1
Sets the default route.