<?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: How to configure DHCP server for multiple subnets with X430-24t switches? in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24195#M1823</link>
    <description>As far as I know the X430 switch is layer 2 only and does not support layer 3 routing nor DHCP relay.</description>
    <pubDate>Fri, 18 Nov 2016 22:04:00 GMT</pubDate>
    <dc:creator>Erik_Auerswald</dc:creator>
    <dc:date>2016-11-18T22:04:00Z</dc:date>
    <item>
      <title>How to configure DHCP server for multiple subnets with X430-24t switches?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24189#M1817</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
Our department manages its own network in our University. All the network switches (X430-24t/48t) are connected to gateway network switch(Extreme switch only) which is provided by the University.&lt;BR /&gt;
&lt;BR /&gt;
Each Switch has own its subnet. We want to run a common DHCP server for our department. For this, we have to install a DHCP server on one machine but only machines connected to that subnet/Switch is able to get IP address from DHCP server. On each switch, we are using Bootrelay to forward DHCP request to dedicated DHCP server. Bootrelay configuration is not done at gateway switch as we don't have access to it. &lt;BR /&gt;
&lt;BR /&gt;
Using nc and tshark, we found DHCP packets are not reaching to DHCP server from any other subnet. Do we need to configure Bootrelay configuration on gateway switch also to work our DHCP setup? &lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
V Arun&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;</description>
      <pubDate>Fri, 18 Nov 2016 11:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24189#M1817</guid>
      <dc:creator>Arun_Verma</dc:creator>
      <dc:date>2016-11-18T11:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure DHCP server for multiple subnets with X430-24t switches?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24190#M1818</link>
      <description>It's pretty simple, for VLANs theat don't have a DHCP server on them, you're going to need a DHCP relay.   Otherwise, you will need a DHCP server on the subnet looking for a request.</description>
      <pubDate>Fri, 18 Nov 2016 13:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24190#M1818</guid>
      <dc:creator>Jeremy_Gibbs</dc:creator>
      <dc:date>2016-11-18T13:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure DHCP server for multiple subnets with X430-24t switches?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24191#M1819</link>
      <description>Hi Arun,&lt;BR /&gt;
&lt;BR /&gt;
Did you enable ipforwarding on each client vlans? If possible, could you share your configuration?</description>
      <pubDate>Fri, 18 Nov 2016 13:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24191#M1819</guid>
      <dc:creator>Edward_Tsui</dc:creator>
      <dc:date>2016-11-18T13:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure DHCP server for multiple subnets with X430-24t switches?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24192#M1820</link>
      <description>Hi Guys,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for fast reply.&lt;BR /&gt;
Network configurations are as below:&lt;BR /&gt;
IP address of Gateway switch: 10.119.1.250 Subnet: 255.255.255.0&lt;BR /&gt;
IP address of switch1: 10.119.11.251 Subnet: 255.255.255.0&lt;BR /&gt;
IP address of switch2: 10.119.21.251 Subnet: 255.255.255.0&lt;BR /&gt;
IP address of switch3: 10.119.31.251 Subnet: 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
All switches are connected to gateway switch. A dedicated VLAN is created on each switch subnet on a port of gateway.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;DHCP server is on the switch1 subnet&lt;/B&gt;.  So, machines in switch2 subnet and switch3 subnet has to send DHCP request to DHCP server via gateway server. Bootrelay and IPforwarding are enabled on each switch but not on gateway switch as we don't have access to that switch.&lt;BR /&gt;
&lt;BR /&gt;
We are observing that we are not receiving DHCP request packet from &lt;B&gt;other subnets&lt;/B&gt; than switch1 subnet. &lt;BR /&gt;
&lt;BR /&gt;
So, I want to know that as we have created VLAN on gateway switch, &lt;B&gt;do we need to enable Bootrelay and IPforawarding accordingly on the gateway switch?&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
V Arun&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Nov 2016 18:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24192#M1820</guid>
      <dc:creator>Arun_Verma</dc:creator>
      <dc:date>2016-11-18T18:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure DHCP server for multiple subnets with X430-24t switches?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24193#M1821</link>
      <description>Hello Arun,&lt;BR /&gt;
&lt;B&gt;&lt;BR /&gt;
Relay&lt;/B&gt; agents are used to forward requests and replies between clients and servers when they are not on the same physical subnet.&lt;BR /&gt;
&lt;BR /&gt;
That means you have to enable routing between those subnets + DHCP Relay on the gateway switch (that will be acting as the &lt;B&gt;Relay&lt;/B&gt; agent).</description>
      <pubDate>Fri, 18 Nov 2016 18:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24193#M1821</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-11-18T18:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure DHCP server for multiple subnets with X430-24t switches?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24194#M1822</link>
      <description>Thanks for the reply.  &lt;BR /&gt;</description>
      <pubDate>Fri, 18 Nov 2016 18:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24194#M1822</guid>
      <dc:creator>Arun_Verma</dc:creator>
      <dc:date>2016-11-18T18:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure DHCP server for multiple subnets with X430-24t switches?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24195#M1823</link>
      <description>As far as I know the X430 switch is layer 2 only and does not support layer 3 routing nor DHCP relay.</description>
      <pubDate>Fri, 18 Nov 2016 22:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24195#M1823</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-11-18T22:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure DHCP server for multiple subnets with X430-24t switches?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24196#M1824</link>
      <description>Exactly.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Nov 2016 22:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24196#M1824</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-11-18T22:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure DHCP server for multiple subnets with X430-24t switches?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24197#M1825</link>
      <description>We are using Summit X440-24p(Layer 3) as gateway switch for routing between subnets.&lt;BR /&gt;
 &lt;BR /&gt;</description>
      <pubDate>Fri, 18 Nov 2016 22:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24197#M1825</guid>
      <dc:creator>Arun_Verma</dc:creator>
      <dc:date>2016-11-18T22:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure DHCP server for multiple subnets with X430-24t switches?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24198#M1826</link>
      <description>Hi Arun, if X440 is the gateway switch, could you please enable and configure DHCP relay to that X440 and let us know if that worked? &lt;BR /&gt;
&lt;BR /&gt;
As already shared before, the relay must be done by the switch that's routing among those subnets.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Nov 2016 22:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24198#M1826</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-11-18T22:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure DHCP server for multiple subnets with X430-24t switches?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24199#M1827</link>
      <description>Ya, Sure. Thanks for quick reply.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Nov 2016 22:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-to-configure-dhcp-server-for-multiple-subnets-with-x430-24t/m-p/24199#M1827</guid>
      <dc:creator>Arun_Verma</dc:creator>
      <dc:date>2016-11-18T22:04:00Z</dc:date>
    </item>
  </channel>
</rss>

