<?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: DHCP Relay - many SSID with different VLAN in Unleashed</title>
    <link>https://community.ruckuswireless.com/t5/Unleashed/DHCP-Relay-many-SSID-with-different-VLAN/m-p/78381#M5957</link>
    <description>&lt;P&gt;Do we have to configure static route as well for , considering dchp relay configure on wireless controller zone director. I have similar network&amp;nbsp;architecture and posted the actual issue here&amp;nbsp;&lt;A href="https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Assistance-Needed-Configuring-VLANs-DHCP-Relay-and-Port-Modes-on/td-p/78163" target="_blank"&gt;https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Assistance-Needed-Configuring-VLANs-DHCP-Relay-and-Port-Modes-on/td-p/78163&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Apr 2024 05:58:03 GMT</pubDate>
    <dc:creator>Awais</dc:creator>
    <dc:date>2024-04-22T05:58:03Z</dc:date>
    <item>
      <title>DHCP Relay - many SSID with different VLAN</title>
      <link>https://community.ruckuswireless.com/t5/Unleashed/DHCP-Relay-many-SSID-with-different-VLAN/m-p/75183#M5754</link>
      <description>&lt;P&gt;Hello. Maybe my understanding of the DHCP relay feature is wrong but let me try to explain what I want to get.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current setup with general broadcast DHCP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Two SSID:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;"ssid-10" with VLAN 10&lt;/LI&gt;&lt;LI&gt;"ssid-20" with VLAN 20&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Everything is connected through a switch to MikroTik there I have a DHCP server&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;VLAN 10: 10.10.0.1, pool: 10.10.x.x&lt;/LI&gt;&lt;LI&gt;VLAN 20: 10.20.0.1, pool: 10.20.x.x&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Everything works as expected:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;if I connected to "ssid-10", I would get 10.10.x.x&lt;/LI&gt;&lt;LI&gt;if I connected to "ssid-20", I would get 10.20.x.x&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;DHCP Relay&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I hope that I understand correctly how it should work (AP works as relay agent):&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;wireless STA sends a broadcast DHCP request&lt;/LI&gt;&lt;LI&gt;AP gets this broadcast request and sends a unicast request to the DHCP server that I preconfigured&lt;OL&gt;&lt;LI&gt;In other words, I have to configure different DHCP servers for each SSID: 10.10.0.1 and 10.20.0.1&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;DHCP server responses to AP&lt;/LI&gt;&lt;LI&gt;AP sends a response to the STA&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Looks like that should work better than broadcast. However, without DHCP relay it works well so I'm just curios if it's possible to setup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 18:10:32 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Unleashed/DHCP-Relay-many-SSID-with-different-VLAN/m-p/75183#M5754</guid>
      <dc:creator>namezys</dc:creator>
      <dc:date>2024-01-29T18:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Relay - many SSID with different VLAN</title>
      <link>https://community.ruckuswireless.com/t5/Unleashed/DHCP-Relay-many-SSID-with-different-VLAN/m-p/75199#M5756</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The DHCP relay is configured in the L3 device of your network.&lt;BR /&gt;The DHCP relays is used when your DHCP server is not in the same broadcast domain as your clientes.&lt;BR /&gt;E.G:&amp;nbsp;&lt;/P&gt;&lt;P&gt;SSIDs:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;VLAN 10: 10.10.0.1, pool: 10.10.x.x&lt;/LI&gt;&lt;LI&gt;VLAN 20: 10.20.0.1, pool: 10.20.x.x&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Server DHCP is on:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;VLAN 30: 10.30.0.200&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Since the DHCP server is not in the same broadcast domain as VLANs 10 and 20, you use the DHCP relay functionality on the L3 device (likely a router or layer 3 switch) in each VLAN. This allows the L3 device to forward DHCP requests from clients in VLANs 10 and 20 to the DHCP server in VLAN 30.&lt;/P&gt;&lt;P&gt;The DHCP relay agent typically adds information to the DHCP request packet, such as the original subnet from which the request came. This information helps the DHCP server to assign an IP address from the correct pool for the requesting subnet.&lt;/P&gt;&lt;P&gt;I hope this clarify the DHCP relay usage for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 19:30:54 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Unleashed/DHCP-Relay-many-SSID-with-different-VLAN/m-p/75199#M5756</guid>
      <dc:creator>bruno_andrade</dc:creator>
      <dc:date>2024-01-29T19:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Relay - many SSID with different VLAN</title>
      <link>https://community.ruckuswireless.com/t5/Unleashed/DHCP-Relay-many-SSID-with-different-VLAN/m-p/75202#M5758</link>
      <description>&lt;P&gt;Yep. I know that the main reason for a DHCP relay is to have a DHCP server in another broadcast domain.&lt;BR /&gt;BTW, using the same technology AP can avoid broadcast traffic, can't it? I suppose that option 82 can be used instead of many DHCP servers.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 19:43:42 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Unleashed/DHCP-Relay-many-SSID-with-different-VLAN/m-p/75202#M5758</guid>
      <dc:creator>namezys</dc:creator>
      <dc:date>2024-01-29T19:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Relay - many SSID with different VLAN</title>
      <link>https://community.ruckuswireless.com/t5/Unleashed/DHCP-Relay-many-SSID-with-different-VLAN/m-p/75209#M5759</link>
      <description>&lt;P&gt;No, the DHCP relay is only configured in devices that works in L3. The AP works in L2.&lt;BR /&gt;We have the option "Directed MC/BC Threshold" that reduces multicast and broadcast traffic, but it doesn't apply to DHCP and ARP traffic:&lt;BR /&gt;&lt;A href="https://docs.commscope.com/bundle/unleashed-200.9-onlinehelp/page/GUID-92FB1860-3276-4819-8A0F-781160AB6CD2.html" target="_blank"&gt;https://docs.commscope.com/bundle/unleashed-200.9-onlinehelp/page/GUID-92FB1860-3276-4819-8A0F-781160AB6CD2.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 20:53:42 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Unleashed/DHCP-Relay-many-SSID-with-different-VLAN/m-p/75209#M5759</guid>
      <dc:creator>bruno_andrade</dc:creator>
      <dc:date>2024-01-29T20:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Relay - many SSID with different VLAN</title>
      <link>https://community.ruckuswireless.com/t5/Unleashed/DHCP-Relay-many-SSID-with-different-VLAN/m-p/78381#M5957</link>
      <description>&lt;P&gt;Do we have to configure static route as well for , considering dchp relay configure on wireless controller zone director. I have similar network&amp;nbsp;architecture and posted the actual issue here&amp;nbsp;&lt;A href="https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Assistance-Needed-Configuring-VLANs-DHCP-Relay-and-Port-Modes-on/td-p/78163" target="_blank"&gt;https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Assistance-Needed-Configuring-VLANs-DHCP-Relay-and-Port-Modes-on/td-p/78163&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 05:58:03 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Unleashed/DHCP-Relay-many-SSID-with-different-VLAN/m-p/78381#M5957</guid>
      <dc:creator>Awais</dc:creator>
      <dc:date>2024-04-22T05:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Relay - many SSID with different VLAN</title>
      <link>https://community.ruckuswireless.com/t5/Unleashed/DHCP-Relay-many-SSID-with-different-VLAN/m-p/78456#M5964</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You don't need to set routes in the ZD. Your router (which is the gateway for your ZD) should have a route to the DHCP server. The ZD simply converts DHCP broadcast traffic into unicast and forwards it to the DHCP relay IPs using the default gateway configured in the ZD.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 13:23:19 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Unleashed/DHCP-Relay-many-SSID-with-different-VLAN/m-p/78456#M5964</guid>
      <dc:creator>bruno_andrade</dc:creator>
      <dc:date>2024-04-23T13:23:19Z</dc:date>
    </item>
  </channel>
</rss>

