<?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 use dhcp relay agent in extreme summit x460-24t in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68372#M18545</link>
    <description>&lt;P&gt;ok .&lt;/P&gt;&lt;P&gt;I will try that and get back with details .&lt;/P&gt;&lt;P&gt;thanks .&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jul 2021 19:55:18 GMT</pubDate>
    <dc:creator>sumeetinanicdot</dc:creator>
    <dc:date>2021-07-26T19:55:18Z</dc:date>
    <item>
      <title>how to use dhcp relay agent in extreme summit x460-24t</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68364#M18537</link>
      <description>&lt;P&gt;Here are my settings for vlan 113&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;configure vlan vlan113 tag 113&lt;BR /&gt;configure vlan vlan113 add ports 21-24 tagged&lt;BR /&gt;configure vlan vlan113 ipaddress 172.16.113.1 255.255.255.0&lt;BR /&gt;enable ipforwarding vlan vlan113&lt;BR /&gt;configure vlan vlan113 dhcp-address-range 172.16.113.2 - 172.16.113.200&lt;BR /&gt;configure vlan vlan113 dhcp-options default-gateway 172.16.113.1&lt;BR /&gt;configure vlan vlan113 dhcp-options dns-server 196.1.105.47&lt;BR /&gt;enable dhcp ports 21-24 vlan vlan113&lt;/P&gt;&lt;P&gt;as you can see that this allows my L2 devices dealing with tagged packets of vlan 113 to get automatic IP.&lt;/P&gt;&lt;P&gt;My understanding is that DHCP relay agent allows getting IP from DHCP server of another network.&lt;/P&gt;&lt;P&gt;How can I configure my vlan 114 so that devices in vlan 114 get IP from DHCP server of vlan 113 ?&lt;/P&gt;&lt;P&gt;Actually , once I verify DHCP relay feature in this switch then I will test DHCP relay feature of another device.&lt;/P&gt;&lt;P&gt;I guess verifying DHCP option 82 is same as DHCP relay agent.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jul 2021 06:38:14 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68364#M18537</guid>
      <dc:creator>sumeetinanicdot</dc:creator>
      <dc:date>2021-07-24T06:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to use dhcp relay agent in extreme summit x460-24t</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68365#M18538</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I don’t really understand what you are trying to achieve.&lt;/P&gt;&lt;P&gt;You have DHCP-Server configured directly on your switch for VLAN113. And now you want to relay VLAN114 to this DHCP-Server? This won’t be possible I guess and also Clients on VLAN114 would receive the same IP-Addresses as on VLAN113!? Why don’t you configure DHCP-Server for VLAN114 directly on the switch like for VLAN113?&lt;/P&gt;&lt;P&gt;DHCP Relay is used to forward DHCP packets to an “external” (e.g. Windows Server) DHCP-Server, that is on another VLAN than the clients.&lt;/P&gt;&lt;P&gt;This would be done like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;configure bootprelay add &amp;lt;IP-Address&amp;gt; vr VR-Default&lt;BR /&gt;enable bootprelay vlan VLAN113&lt;BR /&gt;enable bootprelay vlan VLAN114&lt;BR /&gt;enable bootprelay vlan Server-VLAN&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jul 2021 19:03:19 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68365#M18538</guid>
      <dc:creator>Stefan_K_</dc:creator>
      <dc:date>2021-07-24T19:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to use dhcp relay agent in extreme summit x460-24t</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68366#M18539</link>
      <description>&lt;P&gt;I am guessing server-vlan in your example is different from 113 and 114.&lt;/P&gt;&lt;P&gt;what is &amp;lt;ip-address&amp;gt; ?&lt;/P&gt;&lt;P&gt;My purpose is to verify DHCP relay functionality .&lt;/P&gt;&lt;P&gt;I want to execute setup shown in&amp;nbsp;&lt;A href="https://www.geeksforgeeks.org/dhcp-relay-agent-in-computer-network/" target="_blank" rel="noreferrer noopener nofollow ugc"&gt;https://www.geeksforgeeks.org/dhcp-relay-agent-in-computer-network/&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Suppose vlan 114 config is&lt;/P&gt;&lt;P&gt;configure vlan vlan114&amp;nbsp;tag 114&lt;BR /&gt;configure vlan vlan114&amp;nbsp;add ports 21-24 tagged&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i thought that vlan 114 clients will get ip from dhcp pool of vlan 113 if i add dhcp relay in vlan 114 to point to dhcp server in vlan 113 . is that wrong ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jul 2021 22:26:35 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68366#M18539</guid>
      <dc:creator>sumeetinanicdot</dc:creator>
      <dc:date>2021-07-24T22:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to use dhcp relay agent in extreme summit x460-24t</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68367#M18540</link>
      <description>&lt;P&gt;I am guessing server-vlan in your example is different from 113 and 114.&lt;/P&gt;	&lt;P&gt;Yes, this is the VLAN where the DHCP-Server is located.&lt;/P&gt;&lt;P&gt;The IP-Address of the server, in your example 192.168.2.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case you don’t need this configuration:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;configure vlan vlan113 dhcp-address-range 172.16.113.2 - 172.16.113.200&lt;BR /&gt;configure vlan vlan113 dhcp-options default-gateway 172.16.113.1&lt;BR /&gt;configure vlan vlan113 dhcp-options dns-server 196.1.105.47&lt;BR /&gt;enable dhcp ports 21-24 vlan vlan113&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This configures a DHCP-Server on the switch itself, but in your Link the DHCP-Server is another device.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is basically right. If the DHCP-Server is on VLAN113 you need to remove this configuration:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;configure vlan vlan113 dhcp-address-range 172.16.113.2 - 172.16.113.200&lt;BR /&gt;configure vlan vlan113 dhcp-options default-gateway 172.16.113.1&lt;BR /&gt;configure vlan vlan113 dhcp-options dns-server 196.1.105.47&lt;BR /&gt;enable dhcp ports 21-24 vlan vlan113&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and add this configuration&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;configure bootprelay add &amp;lt;IP-Address of DHCP-Server&amp;gt; vr VR-Default&lt;BR /&gt;enable bootprelay vlan VLAN113&lt;BR /&gt;enable bootprelay vlan VLAN114&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Do you have a separate DHCP-Server already?&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jul 2021 22:59:12 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68367#M18540</guid>
      <dc:creator>Stefan_K_</dc:creator>
      <dc:date>2021-07-24T22:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to use dhcp relay agent in extreme summit x460-24t</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68368#M18541</link>
      <description>&lt;P&gt;actually , i don’t have a separate dhcp server .&lt;/P&gt;&lt;P&gt;i was hoping to use dhcp server of extreme switch itself .&lt;/P&gt;&lt;P&gt;is it possible to use one vlan (114)&amp;nbsp;as dhcp relay and another vlan (113) as dhcp server ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jul 2021 08:48:06 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68368#M18541</guid>
      <dc:creator>sumeetinanicdot</dc:creator>
      <dc:date>2021-07-25T08:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to use dhcp relay agent in extreme summit x460-24t</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68369#M18542</link>
      <description>&lt;P&gt;Pretty sure that it won’t work. Not sure if you can even configure the DHCP relay to an IP-Address that the switch holds, but the main problem would be that you can’t configure multiple scopes on the switch on&amp;nbsp;the same VLAN.&lt;/P&gt;&lt;P&gt;If you only want to test the functionality you can use your client or a Raspberry Pi or anything else as an DHCP-Server, just need to install some software.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to have a productive DHCP-Server for both VLANs you have to configure DHCP-Server on the switch for both VLANs, but not via DHCP-Relay.&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jul 2021 16:33:26 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68369#M18542</guid>
      <dc:creator>Stefan_K_</dc:creator>
      <dc:date>2021-07-25T16:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to use dhcp relay agent in extreme summit x460-24t</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68370#M18543</link>
      <description>&lt;P&gt;ok, got it .&lt;/P&gt;&lt;P&gt;So , i will try to use extreme switch as dhcp relay agent .&lt;/P&gt;&lt;P&gt;I have to implement&amp;nbsp;&lt;A href="https://www.geeksforgeeks.org/dhcp-relay-agent-in-computer-network/" target="_blank" rel="noreferrer noopener nofollow ugc"&gt;https://www.geeksforgeeks.org/dhcp-relay-agent-in-computer-network/&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;I think - I will need atleast 2 vlans . say , vlan 113 has DHCP relay and&amp;nbsp;114 has DHCP server . Will that be alright ?&lt;/P&gt;&lt;P&gt;How do I configure 113 and 114 on extreme switch . I am not sure about that .&lt;/P&gt;&lt;P&gt;I have windows/linux desktop available which can act as DHCP server . Do you know any reliable free DHCP server software for either OS ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 11:55:34 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68370#M18543</guid>
      <dc:creator>sumeetinanicdot</dc:creator>
      <dc:date>2021-07-26T11:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to use dhcp relay agent in extreme summit x460-24t</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68371#M18544</link>
      <description>&lt;P&gt;The switch needs an IP-Address on both VLANs.&lt;/P&gt;&lt;P&gt;IP-forwarding needs to be enabled on both VLANs.&lt;/P&gt;&lt;P&gt;DHCP-Relay (bootprelay) needs to be enabled on the VLAN where the server is located and on the VLAN where the clients are located, so in your case on both VLANs.&lt;/P&gt;&lt;P&gt;You can find the config for bootprelay above.&lt;/P&gt;&lt;P&gt;On the DHCP-Server you need to create two scopes.&lt;/P&gt;&lt;P&gt;&lt;A href="https://linuxconfig.org/what-is-dhcp-and-how-to-configure-dhcp-server-in-linux" target="_blank" rel="noreferrer noopener nofollow ugc"&gt;https://linuxconfig.org/what-is-dhcp-and-how-to-configure-dhcp-server-in-linux&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 18:55:51 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68371#M18544</guid>
      <dc:creator>Stefan_K_</dc:creator>
      <dc:date>2021-07-26T18:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to use dhcp relay agent in extreme summit x460-24t</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68372#M18545</link>
      <description>&lt;P&gt;ok .&lt;/P&gt;&lt;P&gt;I will try that and get back with details .&lt;/P&gt;&lt;P&gt;thanks .&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 19:55:18 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-use-dhcp-relay-agent-in-extreme-summit-x460-24t/m-p/68372#M18545</guid>
      <dc:creator>sumeetinanicdot</dc:creator>
      <dc:date>2021-07-26T19:55:18Z</dc:date>
    </item>
  </channel>
</rss>

