03-02-2017 05:44 AM - edited 03-12-2019 02:00 AM
Cisco ASA with three usable interfaces:
- Outside
- Phones
- Inside LAN
our phones use a dhcp server. The dhcp addresses can be found on our Inside Lan computers (dhcp server from Phones is leaking into our Inside Lan computers). How do we stop this behavior? There are dhcp servers on the phones and Inside LAN networks but we want the dhcp servers to be assigning dhcp addresses to the correct network segment.
Any Suggestions?
Thank You
03-02-2017 06:09 AM
There can be three reasons for this behavior:
Hopefully it's 2) which can easily be removed on the ASA if not needed.
03-02-2017 07:54 AM
Ok...
- I opened the running-config in Notepad and searched for DHCP and also Relay but found neither, could this be found as a different reference> What do I look for?
Thank You
03-02-2017 08:20 AM
make sure you didn't search case-sensitive. The command to look for is "dhcprelay"
03-02-2017 09:19 AM
I do not see dhcprelay in the running-config or startup-config. Would this mean that it is not the Cisco ASA?
Thank You
03-02-2017 09:56 AM
Yes, then it's not the ASA. How many network-cards does the server have? Perhaps it's connected to all LANs?
03-02-2017 11:44 AM
object-group service DHCP udp
port-object eq bootpc
port-object eq bootps
access-list inside_access_in extended deny udp object any object-group any object-group DHCP
access-list outside_access_in extended deny udp object any object-group any object-group DHCP
access-list phone_access_in extended deny udp object any object-group any object-group DHCP
If you don't have a dhcprelay command, make sure your L3 SVIs on your switch doesn't have an ip helper-address entry.
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