03-09-2025 07:25 PM - edited 03-09-2025 07:38 PM
interface Vlan1400
description Configured from Catalyst Center
mac-address 0000.0c9f.f253
vrf forwarding VN1
ip address 192.168.0.1 255.255.252.0
ip helper-address 172.16.100.101
ip helper-address 172.16.100.102
no ip redirects
ip route-cache same-interface
no lisp mobility liveness test
lisp mobility 192_168_0_0-VN1
DNAC version 2.3.7.7-70047
I used Lan-automation on the EDGE switch.
The EDGE switch interface is missing the global option for helper-address.
The PC does not get an IP assignment.
IP binding fails when helper-address is 172.16.100.1
IP binding succeeded with helper-address global 172.16.100.1
Solved! Go to Solution.
03-10-2025 03:07 AM
interface Vlan3000
description Configured from apic-em
mac-address 0000.0c9f.fc17
vrf forwarding VRF1
ip address 192.168.101.1 255.255.255.0
ip helper-address 192.168.103.2 --> Note that the "global" keyword has been removed. DHCP discovery goes through the overlay.
The DHCP server is not on the same subnet.
According to the guide, DNAC no longer uses the global option for helper-address.
We allowed ports 67,68 on the firewall and everything was solved.
03-09-2025 11:42 PM
it's bc 172.16.100.1 is in different VRF. CatC Design/NetworkSettings for DHCP servers per IP-pool doesnt support manipulation with this flag.
03-10-2025 03:07 AM
interface Vlan3000
description Configured from apic-em
mac-address 0000.0c9f.fc17
vrf forwarding VRF1
ip address 192.168.101.1 255.255.255.0
ip helper-address 192.168.103.2 --> Note that the "global" keyword has been removed. DHCP discovery goes through the overlay.
The DHCP server is not on the same subnet.
According to the guide, DNAC no longer uses the global option for helper-address.
We allowed ports 67,68 on the firewall and everything was solved.
03-10-2025 03:21 AM
it's not about subnet but about VRF space. CatC configures helpers under IP-pool w/o any extra stuff like using GRT(INFRA_VN) for DHCP-exchange. Thus to have your DHCP-servers in different VRF & still use it for overlay IP-pools u have enable communications between that VRFs somewhere. Implementing it with FWs in some "central" locations is one of the approaches.
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