<?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: exclude ip address from dhcp  allocation  range in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exclude-ip-address-from-dhcp-allocation-range/m-p/44277#M10822</link>
    <description>I have the same question</description>
    <pubDate>Fri, 11 Sep 2015 11:36:00 GMT</pubDate>
    <dc:creator>JohanHendrikx</dc:creator>
    <dc:date>2015-09-11T11:36:00Z</dc:date>
    <item>
      <title>exclude ip address from dhcp  allocation  range</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exclude-ip-address-from-dhcp-allocation-range/m-p/44276#M10821</link>
      <description>Is there a way to exclude a range/single ip address from "configure vlan dhcp-address-range xxxx - xxxx"&lt;BR /&gt;
for example: configure vlan vlan_name dhcp-address-range 10.1.1.20  - 10.1.1.254&lt;BR /&gt;
Can I exclude 10.1.1.60 from being allocated?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Nov 2014 22:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exclude-ip-address-from-dhcp-allocation-range/m-p/44276#M10821</guid>
      <dc:creator>Ionut_Ciuperca</dc:creator>
      <dc:date>2014-11-14T22:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: exclude ip address from dhcp  allocation  range</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exclude-ip-address-from-dhcp-allocation-range/m-p/44277#M10822</link>
      <description>I have the same question</description>
      <pubDate>Fri, 11 Sep 2015 11:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exclude-ip-address-from-dhcp-allocation-range/m-p/44277#M10822</guid>
      <dc:creator>JohanHendrikx</dc:creator>
      <dc:date>2015-09-11T11:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: exclude ip address from dhcp  allocation  range</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exclude-ip-address-from-dhcp-allocation-range/m-p/44278#M10823</link>
      <description>I didn't ever work with EXOS, but I guess you are able to configure static DHCP reservations? If so, just reserve 10.1.1.60 for MAC address aa:11:22:33:bb:cc. &lt;BR /&gt;
&lt;BR /&gt;
I admit it's a workaround but will prevent duplicate IPs.&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Sep 2015 14:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exclude-ip-address-from-dhcp-allocation-range/m-p/44278#M10823</guid>
      <dc:creator>Andre_K_</dc:creator>
      <dc:date>2015-09-11T14:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: exclude ip address from dhcp  allocation  range</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exclude-ip-address-from-dhcp-allocation-range/m-p/44279#M10824</link>
      <description>Ionut,&lt;BR /&gt;
&lt;BR /&gt;
No, that's not possible. The DHCP server supports only a single continuous range of IP addresses.&lt;BR /&gt;
&lt;BR /&gt;
The DHCP server implementation was originally meant to provide temporary short-lived IP addresses for Web-based network login, where the final IP address would be provided by a central company-wide DHCP server when the port was moved to the final VLAN.&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Sep 2015 20:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exclude-ip-address-from-dhcp-allocation-range/m-p/44279#M10824</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2015-09-11T20:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: exclude ip address from dhcp  allocation  range</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exclude-ip-address-from-dhcp-allocation-range/m-p/44280#M10825</link>
      <description>&lt;P&gt;I have a similar case with one of our customers is asking to exclude a DHCP Ranges:&lt;/P&gt;&lt;P&gt;Network Subnet: 10.0.0.0/20&lt;/P&gt;&lt;P&gt;DHCP Ranges (Required):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.2 - 10.0.4.254&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.6.1 - 10.0.9.254&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.12.1 - 10.0.15.254&lt;/P&gt;&lt;P&gt;DHCP Ranges (Exluded):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.5.1 - 10.0.5.254&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.10.1 - 10.0.11.254&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;They had sent me one of their Cisco DHCP configuration which they have already applied in their Lab:&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address 10.0.5.1 10.0.5.254&lt;BR /&gt;ip dhcp excluded-address 10.0.10.1 10.0.11.254&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; network 10.0.0.0 255.255.240.0&lt;/P&gt;&lt;P&gt;I wish that Extreme R&amp;amp;D Team that they can add this function especially in EXOS 30.0 or above ...&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 16:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exclude-ip-address-from-dhcp-allocation-range/m-p/44280#M10825</guid>
      <dc:creator>thalabi</dc:creator>
      <dc:date>2021-04-08T16:09:00Z</dc:date>
    </item>
  </channel>
</rss>

