<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need global command for helper address on edge switches? in Software-Defined Access (SD-Access)</title>
    <link>https://community.cisco.com/t5/software-defined-access-sd-access/need-global-command-for-helper-address-on-edge-switches/m-p/5269428#M3962</link>
    <description>&lt;P&gt;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 &amp;amp; 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.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Mar 2025 10:21:30 GMT</pubDate>
    <dc:creator>Andrii Oliinyk</dc:creator>
    <dc:date>2025-03-10T10:21:30Z</dc:date>
    <item>
      <title>Need global command for helper address on edge switches?</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/need-global-command-for-helper-address-on-edge-switches/m-p/5269313#M3959</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;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&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DNAC version 2.3.7.7-70047&lt;/P&gt;
&lt;P&gt;I used Lan-automation on the EDGE switch.&lt;BR /&gt;The EDGE switch interface is missing the global option for helper-address.&lt;BR /&gt;The PC does not get an IP assignment.&lt;/P&gt;
&lt;P&gt;IP binding &lt;FONT color="#FF0000"&gt;fails&lt;/FONT&gt; when &lt;STRONG&gt;helper-address is 172.16.100.1&lt;/STRONG&gt;&lt;BR /&gt;IP binding &lt;FONT color="#0000FF"&gt;succeeded &lt;/FONT&gt;with &lt;STRONG&gt;helper-address &lt;FONT color="#FF0000"&gt;global &lt;/FONT&gt;172.16.100.1&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 02:38:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/need-global-command-for-helper-address-on-edge-switches/m-p/5269313#M3959</guid>
      <dc:creator>JustTakeTheFirstStep</dc:creator>
      <dc:date>2025-03-10T02:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need global command for helper address on edge switches?</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/need-global-command-for-helper-address-on-edge-switches/m-p/5269345#M3960</link>
      <description>&lt;P&gt;it's bc&amp;nbsp;172.16.100.1 is in different VRF. CatC Design/NetworkSettings for DHCP servers per IP-pool doesnt support manipulation with this flag.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 06:42:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/need-global-command-for-helper-address-on-edge-switches/m-p/5269345#M3960</guid>
      <dc:creator>Andrii Oliinyk</dc:creator>
      <dc:date>2025-03-10T06:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need global command for helper address on edge switches?</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/need-global-command-for-helper-address-on-edge-switches/m-p/5269411#M3961</link>
      <description>&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/cloud-systems-management/network-automation-and-management/dna-center/tech_notes/sda_dhcp/b_cisco_sda_dhcp.html" target="_self"&gt;https://www.cisco.com/c/en/us/td/docs/cloud-systems-management/network-automation-and-management/dna-center/tech_notes/sda_dhcp/b_cisco_sda_dhcp.html&lt;/A&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;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 --&amp;gt; Note that the "global" keyword has been removed. DHCP discovery goes through the overlay.&lt;/LI-CODE&gt;
&lt;P&gt;The DHCP server is not on the same subnet.&lt;BR /&gt;According to the guide, DNAC no longer uses the global option for helper-address.&lt;BR /&gt;We allowed ports 67,68 on the firewall and everything was solved.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 10:07:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/need-global-command-for-helper-address-on-edge-switches/m-p/5269411#M3961</guid>
      <dc:creator>JustTakeTheFirstStep</dc:creator>
      <dc:date>2025-03-10T10:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need global command for helper address on edge switches?</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/need-global-command-for-helper-address-on-edge-switches/m-p/5269428#M3962</link>
      <description>&lt;P&gt;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 &amp;amp; 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.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 10:21:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/need-global-command-for-helper-address-on-edge-switches/m-p/5269428#M3962</guid>
      <dc:creator>Andrii Oliinyk</dc:creator>
      <dc:date>2025-03-10T10:21:30Z</dc:date>
    </item>
  </channel>
</rss>

