<?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 dhcp cylic allocation for particular vlan in Network Architecture &amp; Design</title>
    <link>https://community.extremenetworks.com/t5/network-architecture-design/dhcp-cylic-allocation-for-particular-vlan/m-p/14799#M2203</link>
    <description>we have extreme switch with following configuration&lt;BR /&gt;
&lt;BR /&gt;
create vlan "vlan2001"&lt;BR /&gt;
configure vlan vlan2001 tag 2001&lt;BR /&gt;
configure vlan vlan2001 add ports 21-24 tagged  &lt;BR /&gt;
configure vlan vlan2001 add ports 10 untagged  &lt;BR /&gt;
configure vlan vlan2001 ipaddress 10.0.0.1 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan vlan2001&lt;BR /&gt;
configure vlan vlan2001 dhcp-address-range 10.0.0.3 - 10.0.0.100&lt;BR /&gt;
configure vlan vlan2001 dhcp-options default-gateway 10.0.0.1&lt;BR /&gt;
configure vlan vlan2001 dhcp-options dns-server 196.1.105.47&lt;BR /&gt;
enable dhcp ports 21-24 vlan vlan2001&lt;BR /&gt;
# show vlan2001 dhcp-config    &lt;BR /&gt;
DHCP Address Range   : 10.0.0.3-&amp;gt;10.0.0.100&lt;BR /&gt;
    Netlogin Lease Timer : Not configured (Default = 10 seconds)&lt;BR /&gt;
    DHCP Lease Timer     : Not configured (Default = 7200 seconds)&lt;BR /&gt;
    Default Gateway      : 10.0.0.1&lt;BR /&gt;
    Primary DNS Server   : 196.1.105.47&lt;BR /&gt;
    Ports DHCP Enabled   : 10, 21-24&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to tell switch to cycle through IP's .&lt;BR /&gt;
say I have 20 devices . hey got 10.0.0.3-10.0.0.22&lt;BR /&gt;
after two hours they should get 10.0.0.23-10.0.0.42 &lt;BR /&gt;
Next allocations will be 43-62 , 63-82 , (83-100 ,3,4) , 5-24 , ...&lt;BR /&gt;
It should give new IP's till range gets exhausted .&lt;BR /&gt;
&lt;BR /&gt;
Is that or something similiar possible ?</description>
    <pubDate>Mon, 07 Dec 2015 13:00:00 GMT</pubDate>
    <dc:creator>sumeet</dc:creator>
    <dc:date>2015-12-07T13:00:00Z</dc:date>
    <item>
      <title>dhcp cylic allocation for particular vlan</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/dhcp-cylic-allocation-for-particular-vlan/m-p/14799#M2203</link>
      <description>we have extreme switch with following configuration&lt;BR /&gt;
&lt;BR /&gt;
create vlan "vlan2001"&lt;BR /&gt;
configure vlan vlan2001 tag 2001&lt;BR /&gt;
configure vlan vlan2001 add ports 21-24 tagged  &lt;BR /&gt;
configure vlan vlan2001 add ports 10 untagged  &lt;BR /&gt;
configure vlan vlan2001 ipaddress 10.0.0.1 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan vlan2001&lt;BR /&gt;
configure vlan vlan2001 dhcp-address-range 10.0.0.3 - 10.0.0.100&lt;BR /&gt;
configure vlan vlan2001 dhcp-options default-gateway 10.0.0.1&lt;BR /&gt;
configure vlan vlan2001 dhcp-options dns-server 196.1.105.47&lt;BR /&gt;
enable dhcp ports 21-24 vlan vlan2001&lt;BR /&gt;
# show vlan2001 dhcp-config    &lt;BR /&gt;
DHCP Address Range   : 10.0.0.3-&amp;gt;10.0.0.100&lt;BR /&gt;
    Netlogin Lease Timer : Not configured (Default = 10 seconds)&lt;BR /&gt;
    DHCP Lease Timer     : Not configured (Default = 7200 seconds)&lt;BR /&gt;
    Default Gateway      : 10.0.0.1&lt;BR /&gt;
    Primary DNS Server   : 196.1.105.47&lt;BR /&gt;
    Ports DHCP Enabled   : 10, 21-24&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to tell switch to cycle through IP's .&lt;BR /&gt;
say I have 20 devices . hey got 10.0.0.3-10.0.0.22&lt;BR /&gt;
after two hours they should get 10.0.0.23-10.0.0.42 &lt;BR /&gt;
Next allocations will be 43-62 , 63-82 , (83-100 ,3,4) , 5-24 , ...&lt;BR /&gt;
It should give new IP's till range gets exhausted .&lt;BR /&gt;
&lt;BR /&gt;
Is that or something similiar possible ?</description>
      <pubDate>Mon, 07 Dec 2015 13:00:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/dhcp-cylic-allocation-for-particular-vlan/m-p/14799#M2203</guid>
      <dc:creator>sumeet</dc:creator>
      <dc:date>2015-12-07T13:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: dhcp cylic allocation for particular vlan</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/dhcp-cylic-allocation-for-particular-vlan/m-p/14800#M2204</link>
      <description>Hi,&lt;BR /&gt;
Not sure if you can get them to accept the next IP address in the range but you can adjust the lease.&lt;BR /&gt;
&lt;BR /&gt;
configure vlan vlan2001 dhcp-lease-timer &lt;LEASE-TIMER&gt;&lt;BR /&gt;
&lt;BR /&gt;
I believe the defualt value is 7200 seconds, you can adjust from 0 - 4294967295&lt;BR /&gt;
&lt;BR /&gt;
OR - maybe look into DHCP Bindings&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;/LEASE-TIMER&gt;</description>
      <pubDate>Mon, 07 Dec 2015 18:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/dhcp-cylic-allocation-for-particular-vlan/m-p/14800#M2204</guid>
      <dc:creator>JeremyClarkson</dc:creator>
      <dc:date>2015-12-07T18:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: dhcp cylic allocation for particular vlan</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/dhcp-cylic-allocation-for-particular-vlan/m-p/14801#M2205</link>
      <description>can switch assign random IP's when DHCP lease expires ? instead of going to lowest free in 10.0.0.3-10.0.0.100 range .&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Dec 2015 20:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/dhcp-cylic-allocation-for-particular-vlan/m-p/14801#M2205</guid>
      <dc:creator>sumeet</dc:creator>
      <dc:date>2015-12-07T20:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: dhcp cylic allocation for particular vlan</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/dhcp-cylic-allocation-for-particular-vlan/m-p/14802#M2206</link>
      <description>Typically clients will request the same IP they have at half (1/2) dhcp-lease-time. Normally DHCP servers will re-assign the client the same address (as requested by the client) since it matches the existing lease. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Dec 2015 21:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/dhcp-cylic-allocation-for-particular-vlan/m-p/14802#M2206</guid>
      <dc:creator>Paulo_Francisco</dc:creator>
      <dc:date>2015-12-07T21:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: dhcp cylic allocation for particular vlan</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/dhcp-cylic-allocation-for-particular-vlan/m-p/14803#M2207</link>
      <description>Can i ask why you need clients to be assigned different IP?&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Dec 2015 23:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/dhcp-cylic-allocation-for-particular-vlan/m-p/14803#M2207</guid>
      <dc:creator>JeremyClarkson</dc:creator>
      <dc:date>2015-12-07T23:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: dhcp cylic allocation for particular vlan</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/dhcp-cylic-allocation-for-particular-vlan/m-p/14804#M2208</link>
      <description>Actually , our systems gives acknowledgement when device changes its IP . I guess , i am asking something non-standard .</description>
      <pubDate>Tue, 08 Dec 2015 11:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/dhcp-cylic-allocation-for-particular-vlan/m-p/14804#M2208</guid>
      <dc:creator>sumeet</dc:creator>
      <dc:date>2015-12-08T11:13:00Z</dc:date>
    </item>
  </channel>
</rss>

