cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
425
Views
5
Helpful
2
Replies

ASA5520 and DHCP Server

corey.mckinney
Level 1
Level 1

I setup an interface on my ASA5520 to be a guest network so visitors of our company would have access to the internet. However, I'm not able to get DHCP working properly. If I hardcode the settings, everything works fine. Can someone look at this config and let me know if I'm missing something? Thanks.

interface GigabitEthernet0/2

nameif guest

security-level 50

ip address 10.1.1.254 255.255.255.0

dns domain-lookup guest

dns server-group DefaultDNS

name-server 68.6.16.25

name-server 68.6.16.30

nat (guest) 10 0.0.0.0 0.0.0.0

dhcpd address 10.1.1.1-10.1.1.10 guest

dhcpd dns 68.6.16.25 68.6.16.30 interface guest

dhcpd update dns both override interface guest

dhcpd enable guest

2 Replies 2

JORGE RODRIGUEZ
Level 10
Level 10

The config for basic dhcp is fine, I have seen scenarios where dhcpd get stuck by disabling and re-enabling it activates ..

try

no dhcpd enable gues, then re-enable it

dhcpd enable guest

if not then

debug dhcpd event

debug dhcpd packet

Rgds

Jorge

Jorge Rodriguez

Thanks!! Disabling and Enabling fixed the issue.

I hate when that's the problem.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card