<?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: Remote DHCP for wireless lan in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/remote-dhcp-for-wireless-lan/m-p/3322976#M106943</link>
    <description>&lt;P&gt;It is not necessary.&amp;nbsp; The helper-address is created on the core where the WLC is connected. Then you point to the IP address of remote core.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;It is not necessary to extend the vlans only DHCP scope.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;What happen with helper-address is that, when a client request an IP address to the WLC and the WLC send the client dhcp request out to core via broadcast, the core will take the broadcast packet, encapsulate in a unicast packet end send out to the remote core via layer 3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-If I helped you somehow, please, rate it as useful.-&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jan 2018 22:50:41 GMT</pubDate>
    <dc:creator>Flavio Miranda</dc:creator>
    <dc:date>2018-01-31T22:50:41Z</dc:date>
    <item>
      <title>Remote DHCP for wireless lan</title>
      <link>https://community.cisco.com/t5/wireless/remote-dhcp-for-wireless-lan/m-p/3322530#M106940</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;
&lt;P&gt;a client has an existing wlan setup where in the WLC is on a different location from the APs each having different routing domains now to establish communication between the 2 static routes are used and their next hops is located on a different routing domain. lets just say location 1 has core 1, location 2 has core 2 and location 3 has core 3.&lt;/P&gt;
&lt;P&gt;core 1 has the following details:&lt;BR /&gt;vlan 1,500,600,20&lt;BR /&gt;WLC&lt;BR /&gt;next hop to get to core 3 is through core 2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;core 2&amp;nbsp;&lt;SPAN&gt;has the following details:&lt;/SPAN&gt;&lt;BR /&gt;no access&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;core 3&amp;nbsp;&lt;SPAN&gt;has the following details:&lt;/SPAN&gt;&lt;BR /&gt;vlan 100,400&lt;BR /&gt;APs&lt;BR /&gt;next hop to get to core 1 is through core 2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;right now wireless clients recieve ip address from vlan 500,600 and 20 but they have decided to replace their WLC and place it in core 3 with the APs. the problem is that dhcp server is core 1 and wireless clients still need to get ip addresses from vlans 500,600 and 20.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 15:11:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/remote-dhcp-for-wireless-lan/m-p/3322530#M106940</guid>
      <dc:creator>absuizo14</dc:creator>
      <dc:date>2021-07-05T15:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remote DHCP for wireless lan</title>
      <link>https://community.cisco.com/t5/wireless/remote-dhcp-for-wireless-lan/m-p/3322578#M106941</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;There are many ways to fix it. &amp;nbsp;You can use, for example, &amp;nbsp;"ip-helper address" on Core 3 pointing to Core 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-If I helped you somehow, please, rate it as useful.-&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 14:38:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/remote-dhcp-for-wireless-lan/m-p/3322578#M106941</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2018-01-31T14:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Remote DHCP for wireless lan</title>
      <link>https://community.cisco.com/t5/wireless/remote-dhcp-for-wireless-lan/m-p/3322970#M106942</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;do i have to define the l2 vlan from core 1? where do i configure the "ip-helper address" command? for example:&lt;/P&gt;
&lt;P&gt;core 1&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1(management)&lt;BR /&gt; ip address 192.168.198.128 255.255.255.128&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface Vlan20(VIP)&lt;BR /&gt; ip address 192.168.198.128 255.255.255.128&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface Vlan500(DATA)&lt;BR /&gt; ip address 192.168.7.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan600(DATA2)&lt;BR /&gt; ip address 192.168.8.1 255.255.255.128&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;core 3&lt;BR /&gt;!&lt;BR /&gt;interface Vlan100(SW MANAGEMENT)&lt;BR /&gt; ip address 192.168.177.9 255.255.255.128&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface Vlan400(WIRELESS MANAGEMENT)&lt;BR /&gt; ip address 192.168.178.132 255.255.255.128&lt;BR /&gt; ip-helper address 192.168.7.1 &amp;lt;------------ place here?&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;if i were to configure vlan interface for vlans 20,500 and 600 on core 3 would that become a discontiguous network?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 22:36:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/remote-dhcp-for-wireless-lan/m-p/3322970#M106942</guid>
      <dc:creator>absuizo14</dc:creator>
      <dc:date>2018-01-31T22:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Remote DHCP for wireless lan</title>
      <link>https://community.cisco.com/t5/wireless/remote-dhcp-for-wireless-lan/m-p/3322976#M106943</link>
      <description>&lt;P&gt;It is not necessary.&amp;nbsp; The helper-address is created on the core where the WLC is connected. Then you point to the IP address of remote core.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;It is not necessary to extend the vlans only DHCP scope.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;What happen with helper-address is that, when a client request an IP address to the WLC and the WLC send the client dhcp request out to core via broadcast, the core will take the broadcast packet, encapsulate in a unicast packet end send out to the remote core via layer 3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-If I helped you somehow, please, rate it as useful.-&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 22:50:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/remote-dhcp-for-wireless-lan/m-p/3322976#M106943</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2018-01-31T22:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Remote DHCP for wireless lan</title>
      <link>https://community.cisco.com/t5/wireless/remote-dhcp-for-wireless-lan/m-p/3341313#M106944</link>
      <description>&lt;P&gt;Hello Adorico,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Remote DHCP for wireless lan&lt;BR /&gt; &lt;BR /&gt;&lt;/STRONG&gt;Config dhcp on core 3 , add vlan 500,600,20 on core 3 , when you are adding WLC on core 3 you need to replicate the whole config from core 1 to core 3&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 15:53:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/remote-dhcp-for-wireless-lan/m-p/3341313#M106944</guid>
      <dc:creator>jkilleda</dc:creator>
      <dc:date>2018-03-02T15:53:46Z</dc:date>
    </item>
  </channel>
</rss>

