11-18-2010 04:53 AM - edited 03-11-2019 12:11 PM
Hi,
Running V8.2.(2) on an ASA5520 and I'm trying to configure dhcp servers on vlans.
Is this actually possible or am I just misreading the Command Reference ?
I can configure the VLANs sub-interfaces fine (IP address, netmask, vlanid, nameif, security level, etc)
but when I try to configure a dhcp server via
dhcpd address <start IP>-<end IP> <interface-name>
I get an error
"IP address range <start IP> to <end IP> is not within the subnet addresses <IP2> to <IP3> on the <interface-name> interface"
where <IP2> and <IP3> are some "crazy" IPs. Crazy is the sense that I can't figure out their relationship to the IPs allocated
to the sub-interfaces / vlans.
TIA,
11-18-2010 05:10 AM
Hi,
The
Sample:
interface outside ip: 192.168.1.1 255.255.255.0
dhcpd address 192.168.1.5-192.168.1.10 outside
Regards.
11-18-2010 05:19 AM
Hi Jeff,
Could you please provide us a relevant piece of config and also the error message you are seeing ?
Also, prlease find below the guide to setting up ASA as DHCPserver,
Cheers,
Nash.
11-24-2010 07:26 AM
Hi Avinash,
Well, I got this working by ditching the ASDM and using the CLI to get some sensible error reporting.
The DHCP address (pool) has to be well within the IP address range specified on the (sub) interface and that's even taking into
account the network & broadcast addresses plus that of the sub interface.
Many Thanks,
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