ā07-04-2024 11:52 AM
Hi to all,
a little bit confused about configuring the equivalent of command "ip helper address" in FMC.
My topology is like this:
<---Inside-dhcp-clients_vlan100----> FTD <--outside interface_vlan_27--> 6500 <-- SVI where the DHCP SERVER lives -->
What i want is the DHCP clients that are in different VLANs in FTD to be able to get their IP address from the remote DHCP server.
The FTD is also a DHCP server for an additional VLAN.
For example the dhcp clients reside in vlan 100 in FTD. The DHCP server (192.168.65.7) is reachable via OSPF from the FTD outside interface which is vlan 27.
What i tried to configure is in the png attached:
The problem is that i can not save any change as i get the error message you see in the png.
Any ideas?
Thanks,
Ditter.
Solved! Go to Solution.
ā07-04-2024 12:40 PM
To be honest' if this my network I will config FTD as dhcp relay for all vlan' ftd dhcp server missing many features.
So if you can make ftd relay the dhcp for all vlan that is so so better
Goodluck friend
MHM
ā07-07-2024 11:50 AM
@Ditter looks like that DHCP option 82 command is available natively in the FMC GUI from 7.2.6 or 7.4.1.
7.2.6 was quickly removed due to a bug, so if you wish to remain on 7.2.x upgrade to 7.2.7/7.2.8
ā07-04-2024 11:53 AM
ā07-04-2024 11:58 AM
@Ditter that is not possible, as per the guide:
"You cannot configure both a DHCP server and DHCP relay on the same device, even if you want to enable them on different interfaces; you can only configure one type of service."
You will have to use the same DHCP server for all VLANS, whether its the FTD itself or a remote DHCP server via the relay.
ā07-04-2024 12:32 PM
I will give it a try tomorrow and let you know
ā07-04-2024 12:25 PM
can not make 6500 do relay for some VLAN and make FTD server for other VLAN ?
MHM
ā07-04-2024 12:28 PM
Hi MHM Cisco World,
but the dhcp clients are on vlans that are in the inside zone of the FTD and the DHCP linux server is behind the 6500, shouldn;t i configure the dhcp relay function on the FTD itself?
ā07-04-2024 12:34 PM - edited ā07-04-2024 12:35 PM
Inside and outside connect to to 6500 then it connect FTD
Inside use vlan 100 and outside use different vlan.
What I suggest is add svi in 6500 vlan 100 with ip helper.
That my suggestion.
MHM
ā07-04-2024 12:40 PM
To be honest' if this my network I will config FTD as dhcp relay for all vlan' ftd dhcp server missing many features.
So if you can make ftd relay the dhcp for all vlan that is so so better
Goodluck friend
MHM
ā07-05-2024 12:30 AM
Thanks for your reply, that is what i intend to do.
The dhcpd server running on linux is feature rich and i think does not compare with the FTD dhcp service.
ā07-07-2024 10:03 AM
Hi @MHM Cisco World @Rob Ingram
Just letting you know that the DHCP relay agent worked OK, the clients get their IP address from the linux DHCPd.
One problem i found is that the option82 is not sent to the DHCP server and that is a problem as the information carried by option 82 is very useful.
Googling it i found the following:
https://bst.cisco.com/bugsearch/bug/CSCvx10377?rfs=qvred
Running 7.2.5.1 (Build 29).
Any ideas?
Ditter.
ā07-07-2024 10:08 AM
@Ditter that bug does not have a workaround, so perhaps Flexconfig won't work. You could attempt to configure the ASA CLI command (as per your link) via Flexconfig and see if that works.
Other than that, use a helper-address on a switch if possible.
ā07-07-2024 10:52 AM
Never done asa cli commands via flexconfig. I will try by first looking at the documentation.
Looking at the second option you suggested , i do not know how it can be done if the switch does not have L3 interfaces on all DHCP vlans?
Thanks!
ā07-07-2024 11:03 AM
@Ditter if using Flexconfig you just create a Flexconfig object and use the ASA command, assign this object to the FTD. If that command is not supported it will likely tell you it is blacklisted.
If that Flexconfig option does not work, the only other option I can think of is using the helper-address. Any reason why you cannot define SVI on the switches for your VLANs? What model of switch do you have?
ā07-07-2024 11:42 AM
@Rob Ingram Thanks Rob, i went through the documentation and tried the command dhcprelay information trust-all , i do not know if i did everything correctly , i got a pop-up command not supported or something similar. Then i went through the FTD documentation , i noticed that in releases next to 7.2.5 , the command is supported. I will most probably try the upgrade. As far as the second option is concerned i have 50 switches and around 30 Vlans , so it does not seem so scalable.
Ditter.
ā07-07-2024 11:50 AM
@Ditter looks like that DHCP option 82 command is available natively in the FMC GUI from 7.2.6 or 7.4.1.
7.2.6 was quickly removed due to a bug, so if you wish to remain on 7.2.x upgrade to 7.2.7/7.2.8
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