<?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 IP POOL in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217601#M207969</link>
    <description>&lt;P&gt;Hi Flavio,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF we can not use two d/F ip range in same vlan 50 with D/F dhcp pool .&lt;/P&gt;
&lt;P&gt;Also confirm me if we can use only one POOL AC and pass D/F ip range as secondary in it with the same vlan 50.&lt;/P&gt;
&lt;P&gt;OR if we made two d/f pool with two d/f vlan so on wlc side we already had one interface where which we pass vlan 50 and also had only one ip 10.85.49.8 which we used to take wlc on remote where we did not pass the whole range.&lt;/P&gt;
&lt;P&gt;so please let me know if we also pass vlan 51 so how to configure it in wlc so user get the ip from both ranges.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2017 10:46:36 GMT</pubDate>
    <dc:creator>yogesh1</dc:creator>
    <dc:date>2017-11-16T10:46:36Z</dc:date>
    <item>
      <title>DHCP IP POOL</title>
      <link>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217163#M207964</link>
      <description>&lt;P&gt;i have dhcp pool AC configure on Cisco 3750&amp;nbsp; where i&amp;nbsp; already have 10.85.49.0/24 series but i want to add one more series because the 10.85.49.0 series is exhausted so i want to add 10.85.93.128/25 series in same pool so WiFi user can also get ip from this range. please suggest command how to add extra series in existing ip pool&lt;/P&gt;
&lt;P&gt;or we have to also made any changes on switch interface&amp;nbsp; &amp;nbsp; aslo ..??&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 14:52:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217163#M207964</guid>
      <dc:creator>yogesh1</dc:creator>
      <dc:date>2021-07-05T14:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP IP POOL</title>
      <link>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217313#M207965</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/383768"&gt;@yogesh1&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;You can address this in two ways. First you can change the current scope to a bigger subnet, let's say /22. But if you intend to add a new scope then you can refers to the current scope and create a new VLAN.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;This VLAN needs to be included on the switch trunk.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;On the WLC you need to create a new dynamic interface on the same vlan as the new scope.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Then, you need to create an Interface group on the WLC&amp;nbsp; and put the current dynamic interface and the new one.&lt;/P&gt;
&lt;P&gt;Then you can tie the Interface group to the WLAN.&lt;/P&gt;
&lt;P&gt;Doing this, the WLC will round robin between those to scopes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-If I helped you somehow, please, rate it as useful.-&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 23:20:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217313#M207965</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2017-11-15T23:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP IP POOL</title>
      <link>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217408#M207966</link>
      <description>&lt;P&gt;HI Flavio,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ip dhcp pool AC&lt;BR /&gt;&amp;nbsp;&amp;nbsp; network 10.85.49.0 255.255.255.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; default-router 10.85.49.1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; dns-server 137.40.35.12 10.85.28.33 10.81.248.31&lt;BR /&gt;&amp;nbsp;&amp;nbsp; netbios-name-server 137.40.35.12 10.85.28.33&lt;BR /&gt;&amp;nbsp;&amp;nbsp; lease 0 10&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;interface Vlan50&lt;BR /&gt;&amp;nbsp;ip address 10.85.49.1 255.255.255.0&lt;BR /&gt;&amp;nbsp;no ip redirects&lt;BR /&gt;&amp;nbsp;no ip unreachables&lt;BR /&gt;&amp;nbsp;end&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These pool ac is configure with vlan 50 now i am planing to deploy below 10.85.93.128/25 with secondary ac pool name so by using this user in vlan 50 automatically get ip from range10.85.93.128 pool please confirm&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;interface Vlan50&lt;BR /&gt;&amp;nbsp;ip address 10.85.93.129 255.255.255.128 seconday&lt;BR /&gt;&amp;nbsp;no ip redirects&lt;BR /&gt;&amp;nbsp;no ip unreachables&lt;BR /&gt;&amp;nbsp;end&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ip dhcp pool ACsecondary&lt;BR /&gt;&amp;nbsp;&amp;nbsp; network 10.85.93.128 255.255.255.128&lt;BR /&gt;&amp;nbsp;&amp;nbsp; default-router 10.85.93.129&lt;BR /&gt;&amp;nbsp;&amp;nbsp; dns-server 137.40.35.12 10.85.28.33 10.81.248.31&lt;BR /&gt;&amp;nbsp;&amp;nbsp; netbios-name-server 137.40.35.12 10.85.28.33&lt;BR /&gt;&amp;nbsp;&amp;nbsp; lease 0 10&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 04:39:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217408#M207966</guid>
      <dc:creator>yogesh1</dc:creator>
      <dc:date>2017-11-16T04:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP IP POOL</title>
      <link>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217466#M207967</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Configure these on Cisco Switch:&lt;/P&gt;
&lt;P&gt;interface Vlan50&lt;BR /&gt; ip address 10.85.49.1 255.255.255.0&lt;BR /&gt; no ip redirects&lt;BR /&gt; no ip unreachables&lt;BR /&gt; end&lt;BR /&gt;!&lt;BR /&gt;interface Vlan51&lt;BR /&gt; ip address 10.85.49.129 255.255.255.128&lt;BR /&gt; no ip redirects&lt;BR /&gt; no ip unreachables&lt;BR /&gt; end&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool AC&lt;BR /&gt; network 10.85.49.0 255.255.255.0&lt;BR /&gt; default-router 10.85.49.1&lt;BR /&gt; dns-server 137.40.35.12 10.85.28.33 10.81.248.31&lt;BR /&gt; netbios-name-server 137.40.35.12 10.85.28.33&lt;BR /&gt; lease 0 10&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool AC1&lt;BR /&gt; network 10.85.93.128 255.255.255.128&lt;BR /&gt; default-router 10.85.49.129&lt;BR /&gt; dns-server 137.40.35.12 10.85.28.33 10.81.248.31&lt;BR /&gt; netbios-name-server 137.40.35.12 10.85.28.33&lt;BR /&gt; lease 0 10&lt;BR /&gt;!&lt;BR /&gt;Int gig1/0/x --&amp;gt;Where WLC connected&lt;BR /&gt;switchport trunk allowed vlan add 51&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After that you nee dto configure a new Dynamic interface on WLC.&lt;/P&gt;
&lt;P&gt;1. Create a dynamic interface &amp;nbsp;with a VLAN/IP address: VLAN51 , 10.85.93.130/25&lt;/P&gt;
&lt;P&gt;2. Go to Controller &amp;gt; Interface Grpoups , create a new Int Group and add above two dynamcin interface(Vlan 50 and Vlan 51) to it.&lt;/P&gt;
&lt;P&gt;3. Apply this Interface group to WLAN.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Dont forget to rate helpful posts&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 07:15:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217466#M207967</guid>
      <dc:creator>Sandeep Choudhary</dc:creator>
      <dc:date>2017-11-16T07:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP IP POOL</title>
      <link>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217507#M207968</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/383768"&gt;@yogesh1&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The problem with your script is on the WLC side. You are going to end up with two IP on the vlan 50 however, you can't point the WLC to two dhcp server on the same dynamic interface and you can't create two dynamic interface with the same vlan tag.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;In order to have two different dhcp range it is mandatory to use interface group on the WLC side with two independent dynamic interfaces.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The best solution is broader you currently dhcp range by changing the mask but if this will create conflict with other vlan then you need to create a new vlan and new scope.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-If I helped you somehow, please, rate it as useful.-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 08:26:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217507#M207968</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2017-11-16T08:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP IP POOL</title>
      <link>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217601#M207969</link>
      <description>&lt;P&gt;Hi Flavio,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF we can not use two d/F ip range in same vlan 50 with D/F dhcp pool .&lt;/P&gt;
&lt;P&gt;Also confirm me if we can use only one POOL AC and pass D/F ip range as secondary in it with the same vlan 50.&lt;/P&gt;
&lt;P&gt;OR if we made two d/f pool with two d/f vlan so on wlc side we already had one interface where which we pass vlan 50 and also had only one ip 10.85.49.8 which we used to take wlc on remote where we did not pass the whole range.&lt;/P&gt;
&lt;P&gt;so please let me know if we also pass vlan 51 so how to configure it in wlc so user get the ip from both ranges.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 10:46:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217601#M207969</guid>
      <dc:creator>yogesh1</dc:creator>
      <dc:date>2017-11-16T10:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP IP POOL</title>
      <link>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217603#M207970</link>
      <description>&lt;P&gt;Hi Sandeep,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF we can not use two d/F ip range in same vlan 50 with D/F dhcp pool .&lt;/P&gt;
&lt;P&gt;Also confirm me if we can use only one POOL AC and pass D/F ip range as secondary in it with the same vlan 50.&lt;/P&gt;
&lt;P&gt;OR if we made two d/f pool with two d/f vlan so on wlc side we already had one interface where which we pass vlan 50 and also had only one ip 10.85.49.8 which we used to take wlc on remote where we did not pass the whole range.&lt;/P&gt;
&lt;P&gt;so please let me know if we also pass vlan 51 so how to configure it in wlc so user get the ip from both ranges.&lt;/P&gt;
&lt;P&gt;Also find attachment for refernce&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 10:49:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217603#M207970</guid>
      <dc:creator>yogesh1</dc:creator>
      <dc:date>2017-11-16T10:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP IP POOL</title>
      <link>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217606#M207971</link>
      <description>&lt;P&gt;as Falvio mentioned...you have two ways&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either&lt;/P&gt;
&lt;P&gt;Make the current subnet to /22 so that clinet will get IP in this range&amp;nbsp; 10.85.48.1 - 10.85.51.254.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use a diff vlan on swicth, diff dynamic interface on wlc and combine vlan 50 interface and vlan 51 interface in a group on WLC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Dont forget to rate helpful posts&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 10:52:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dhcp-ip-pool/m-p/3217606#M207971</guid>
      <dc:creator>Sandeep Choudhary</dc:creator>
      <dc:date>2017-11-16T10:52:39Z</dc:date>
    </item>
  </channel>
</rss>

