Friday, October 16, 2009

DHCP server on Pix/ASA

Configuring ASA/pix as DHCP server

ASA(config)# dhcpd address 10.1.1.1-10.1.1.10 Inside
! sets the pool and associates it with an interface
ASA(config)# dhcpd dns 10.1.1.100
ASA(config)# dhcpd wins 10.1.1.11
! self explanatory
ASA(config)# dhcpd option 66 ip 10.1.1.111
! defines the tftp server option on the dhcp server

Other interesting options for DHCP:

4 - Time server
67 - Bootfile name

No comments: