Monday 24 October 2016

setup DHCP on cisco ASA

dhcpd dns 10.30.0.1 10.30.0.2
dhcpd wins 10.32.0.1
dhcpd domain mydomain.com
dhcpd auto_config outside
dhcpd address 10.30.14.20-10.32.14.199 inside
dhcpd enable inside
dhcpd address 10.30.114.10-10.32.114.199 VOICE
dhcpd enable VOICE

DHCP options
dhcpd option [x] [ascii|hex|ip]

Default GW
dhcpd option 3 ip 10.30.0.254

New reservation command as of 9.13.1
dhcpd reserve-address 10.20.14.50 xxx.yyyy.zzzz inside

Show commands
show dhcpd binding

Clear commands
clear dhcpd binding all
clear dhcpd binding 10.30.14.20

No comments:

Post a Comment