03-16-2011 12:14 PM - edited 03-11-2019 01:07 PM
Hi,
I have been trying to get DHCP realy in a ASA runing 7.2(1) working with no luck. I added the following the commands to the ASA:
dhcprelay server x.x.x.x inside
dhcprelay enable wifi
So I'm trying to pass the dhcp requests from the wifi interface (security level 60) to the inside interface (security level 100). I can see the dhcp request on the dhcp server and a lease being issued. However it never reaches the device on the wifi interface. I have done data caputures and I see it on the inside interface (not on the same phyiscal segment as the ASA inside interface). When I have debug dhcp events I see a binding. When I sniff the wifi interface I can see the dhcp requests but ro replies.
All the examples show going from a higher security interface to a lower security interface. As anybody configured a ASA in this manor?
Any assistance will be greatly appreicated.
03-16-2011 12:45 PM
If the DHCP server is on the interface called wifi and the clients are on the inside you will need the following commands:
dhcprelay server x.x.x.x wifi
dhcprelay enable inside
check the following link:
http://www.cisco.com/en/US/partner/docs/security/asa/asa82/command/reference/d2.html#wp1949399
It show an example:
The following example shows how to configure the DHCP relay agent for a DHCP server with an IP address of 10.1.1.1 on the outside interface of the adaptive security appliance, client requests on the inside interface of the adaptive security appliance, and a timeout value up to 90 seconds:
hostname(config)# dhcprelay server 10.1.1.1 outside
hostname(config)# dhcprelay enable inside
I hope this helps.
03-16-2011 01:37 PM
Thank you but I have read that link....many many times.
As I indicated my DHCP server is behind the ASA on the inside interface (security level 100) and the clients are on the wifi interface (security level 60). My question is this, has anybody been able to get dhcprelay on a ASA to work with the dhcp request flow is from a lower level security interface to a higher level security interface.
Is there more to the configuration then simply dhcprelay server x.x.x.x inside and dhcprelay enable wifi..........
03-16-2011 01:42 PM
I thought your dhcp server was on the interface wifi, sorry for the error.
I have done DHCP relay and it works. You can also try to troublehoot the problem checking the logs and/or debugs.
The DHCP server is on the same subnet as the interface inside? Same question for the DHCP clients
08-05-2011 07:18 AM
Hi,
anyone has a configuration for this issue or how it setup?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide