<?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: Overlaps with vlan in Switching</title>
    <link>https://community.cisco.com/t5/switching/overlaps-with-vlan/m-p/5254305#M576329</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1837772"&gt;@vishmithathejan154&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You first subnet should be&lt;/P&gt;
&lt;P&gt;``Vlan 10 - 2 users&lt;BR /&gt;200.100.10.0/30&lt;BR /&gt;&amp;nbsp;200.100.10.1-2&lt;BR /&gt;200.100.10.3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;That´s why the device is refusing vlan 20&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2025 14:59:01 GMT</pubDate>
    <dc:creator>Flavio Miranda</dc:creator>
    <dc:date>2025-01-29T14:59:01Z</dc:date>
    <item>
      <title>Overlaps with vlan</title>
      <link>https://community.cisco.com/t5/switching/overlaps-with-vlan/m-p/5254243#M576323</link>
      <description>&lt;P&gt;Hello, I'm new to networking trying to configure Layer 3 Switch. I have calculated subnets for each vlan&lt;/P&gt;&lt;P&gt;```Vlan 10 - 2 users&lt;BR /&gt;200.100.10.0/29&lt;BR /&gt;200.100.10.1&lt;BR /&gt;200.100.10.2-3&lt;BR /&gt;200.100.10.4&lt;/P&gt;&lt;P&gt;vlan 20 - 10 users&lt;BR /&gt;200.100.10.5/28&lt;BR /&gt;200.100.10.6&lt;BR /&gt;200.100.10.7-16&lt;BR /&gt;200.100.10.17&lt;/P&gt;&lt;P&gt;vlan 30 - 29 users&lt;BR /&gt;200.100.10.18/26&lt;BR /&gt;200.100.10.19&lt;BR /&gt;200.100.10.20-48&lt;BR /&gt;200.100.10.49&lt;/P&gt;&lt;P&gt;vlan 40 - 25 users&lt;BR /&gt;200.100.10.50/27&lt;BR /&gt;200.100.10.51&lt;BR /&gt;200.100.10.52-76&lt;BR /&gt;200.100.10.77&lt;/P&gt;&lt;P&gt;vlan 50 - 3 users&lt;BR /&gt;200.100.10.78/29&lt;BR /&gt;200.100.10.79&lt;BR /&gt;200.100.10.80-82&lt;BR /&gt;200.100.10.83&lt;/P&gt;&lt;P&gt;vlan 60 - 29 users&lt;BR /&gt;200.100.10.84/27&lt;BR /&gt;200.100.10.85&lt;BR /&gt;200.100.10.86-114&lt;BR /&gt;200.100.10.115&lt;/P&gt;&lt;P&gt;vlan 70 - 15 users&lt;BR /&gt;200.100.10.116/27&lt;BR /&gt;200.100.10.117&lt;BR /&gt;200.100.10.118-132&lt;BR /&gt;200.100.10.133&lt;/P&gt;&lt;P&gt;vlan 80 - 4 users&lt;BR /&gt;200.100.10.134/29&lt;BR /&gt;200.100.10.135&lt;BR /&gt;200.100.10.136-139&lt;BR /&gt;200.100.10.140&lt;/P&gt;&lt;P&gt;vlan 90 - 12 users&lt;BR /&gt;200.100.10.141/28&lt;BR /&gt;200.100.10.142&lt;BR /&gt;200.100.10.143-154&lt;BR /&gt;200.100.10.155&lt;/P&gt;&lt;P&gt;vlan 100 - 4 users&lt;BR /&gt;200.100.10.156/29&lt;BR /&gt;200.100.10.157&lt;BR /&gt;200.100.10.158-161&lt;BR /&gt;200.100.10.162&lt;BR /&gt;```&lt;BR /&gt;This is my configurations!&lt;/P&gt;&lt;P&gt;```KL3sw#conf ter&lt;BR /&gt;KL3sw#conf terminal&lt;BR /&gt;Enter configuration commands, one per line. End with CNTL/Z.&lt;BR /&gt;KL3sw(config)#inter vlan 10&lt;BR /&gt;ip address 200.100.10.1 255.255.255.248&lt;BR /&gt;KL3sw(config-if)#no shut&lt;BR /&gt;KL3sw(config-if)#exit&lt;BR /&gt;KL3sw(config)#inter vlan 20&lt;BR /&gt;KL3sw(config-if)#ip address 200.100.10.8 255.255.255.240&lt;BR /&gt;% 200.100.10.0 overlaps with Vlan10&lt;BR /&gt;KL3sw(config-if)#ip address 200.100.10.9 255.255.255.240&lt;BR /&gt;% 200.100.10.0 overlaps with Vlan10&lt;BR /&gt;KL3sw(config-if)#ip address 200.100.10.10 255.255.255.240&lt;BR /&gt;% 200.100.10.0 overlaps with Vlan10&lt;BR /&gt;KL3sw(config-if)#ip address 200.100.10.17 255.255.255.240&lt;BR /&gt;KL3sw(config-if)#ip address 200.100.10.16 255.255.255.240&lt;BR /&gt;Bad mask /28 for address 200.100.10.16&lt;BR /&gt;KL3sw(config-if)#ip address 200.100.10.14 255.255.255.240&lt;BR /&gt;% 200.100.10.0 overlaps&amp;nbsp;with&amp;nbsp;Vlan10&lt;BR /&gt;```&lt;BR /&gt;Why I can't configure vlan 20?&lt;/P&gt;&lt;P&gt;PS: I have configured DHCP server on a server according to my subnet calculations.&lt;/P&gt;&lt;P&gt;Please help me!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 13:33:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/overlaps-with-vlan/m-p/5254243#M576323</guid>
      <dc:creator>vishmithathejan154</dc:creator>
      <dc:date>2025-01-29T13:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaps with vlan</title>
      <link>https://community.cisco.com/t5/switching/overlaps-with-vlan/m-p/5254288#M576327</link>
      <description>&lt;P&gt;Your subnetting calculations are incorrect.&amp;nbsp; Do you need further help to calculate them correctly?&amp;nbsp; (Hint: if they are not a power of 2, they are incorrect.)&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 14:36:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/overlaps-with-vlan/m-p/5254288#M576327</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2025-01-29T14:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaps with vlan</title>
      <link>https://community.cisco.com/t5/switching/overlaps-with-vlan/m-p/5254293#M576328</link>
      <description>&lt;P&gt;Can you help me by using example? Only if you can. So I can learn...&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 14:41:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/overlaps-with-vlan/m-p/5254293#M576328</guid>
      <dc:creator>vishmithathejan154</dc:creator>
      <dc:date>2025-01-29T14:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaps with vlan</title>
      <link>https://community.cisco.com/t5/switching/overlaps-with-vlan/m-p/5254305#M576329</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1837772"&gt;@vishmithathejan154&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You first subnet should be&lt;/P&gt;
&lt;P&gt;``Vlan 10 - 2 users&lt;BR /&gt;200.100.10.0/30&lt;BR /&gt;&amp;nbsp;200.100.10.1-2&lt;BR /&gt;200.100.10.3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;That´s why the device is refusing vlan 20&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 14:59:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/overlaps-with-vlan/m-p/5254305#M576329</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2025-01-29T14:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaps with vlan</title>
      <link>https://community.cisco.com/t5/switching/overlaps-with-vlan/m-p/5254433#M576336</link>
      <description>&lt;P&gt;The OP design has&amp;nbsp;200.100.10.0/29. With that subnet mask the vlan would use addresses beginning at 200.100.10.0 and going through 200.100.10.7.&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/178747"&gt;@Flavio Miranda&lt;/a&gt;&amp;nbsp;makes a correct point that the mask could actually be smaller. But even if you change the mask there would still be a problem.&lt;/P&gt;
&lt;P&gt;The problem is that vlan 20 uses a /28 mask. And a /28 mask provides 16 addresses (14 usable) and the subnets would start at 0, then 16, then 32 etc. So the ip address of&amp;nbsp;200.100.10.6 falls into the same address space as vlan 10.&lt;/P&gt;
&lt;P&gt;The OP asks "Why I can't configure vlan 20?". The answer is that you can configure vlan 20 you just have to make sure that the addresses it uses do not overlap with existing subnets. And in fact this command&amp;nbsp;ip address 200.100.10.17 255.255.255.240 did successfully configure vlan 20.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 19:48:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/overlaps-with-vlan/m-p/5254433#M576336</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2025-01-29T19:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaps with vlan</title>
      <link>https://community.cisco.com/t5/switching/overlaps-with-vlan/m-p/5254497#M576338</link>
      <description>&lt;P&gt;A couple more thoughts about this:&lt;/P&gt;
&lt;P&gt;This is interesting&amp;nbsp;ip address 200.100.10.16 255.255.255.240&lt;BR /&gt;Bad mask /28 for address 200.100.10.16&lt;/P&gt;
&lt;P&gt;The mention of Bad mask is because the .16 address is the network address of the next subnet/next vlan and can not be used as a host address.&lt;/P&gt;
&lt;P&gt;I stated that vlan 20 had been successfully configured and I stand by that. But it is not configured with the addresses identified in the OP. In designing and configuring vlans and subnets you need to be very careful about what mask is being used and what the first and last usable address of the subnet will be.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 22:33:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/overlaps-with-vlan/m-p/5254497#M576338</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2025-01-29T22:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaps with vlan</title>
      <link>https://community.cisco.com/t5/switching/overlaps-with-vlan/m-p/5254534#M576345</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1837772"&gt;@vishmithathejan154&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Can you help me by using example? Only if you can. So I can learn...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sure, although this is now going to overlap with others' replies.&lt;/P&gt;
&lt;P&gt;Networks are binary multiple sizes, i.e:&lt;/P&gt;
&lt;P&gt;1 = /32&lt;/P&gt;
&lt;P&gt;2 = /31&lt;/P&gt;
&lt;P&gt;4 = /30&lt;/P&gt;
&lt;P&gt;8 = /29&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;256 = /24&lt;/P&gt;
&lt;P&gt;and so on.&lt;/P&gt;
&lt;P&gt;Addresses, for any particular network, must start on a multiple of that size, for example, given the addresses 0 through 7, a /32 can be any of those; a /31 must be 0, 2, 4, 6; a /30 must be 0 or 4; a /29 can only be 0.&lt;/P&gt;
&lt;P&gt;If you allocate any network, it cannot be part of a larger network that would encompass the same address(es).&amp;nbsp; So, for example, if you allocate the /29 for 0..7, you can not allocate any of the smaller networks within 0..7 or conversely, if you allocate any smaller network from 0..7, you cannot use the /29 that uses them.&lt;/P&gt;
&lt;P&gt;As network allocations require specific boundaries, you cannot always just allocate the next starting address to a larger address block.&lt;/P&gt;
&lt;P&gt;For example, if you allocate 0 and 1 to a /31, you cannot allocate the next starting address, 2, to a /30, because it must start with a multiple of 4.&amp;nbsp; Yet you could allocate 2 and 3 to a /31, and then allocate the next starting address, 4, to the /30, because 4 is a multiple of 4.&lt;/P&gt;
&lt;P&gt;You likely know, the first address and last address are not used for host addresses.&amp;nbsp; /31s can be used for p2p links, and /32s can be used both as a host address or network.&lt;/P&gt;
&lt;P&gt;Also confusing, 192.168.1.0..7/29 addresses are all within the 192.168.1.0/29 network.&lt;/P&gt;
&lt;P&gt;What I wrote about 0..7 can be repeated for 8..15, although now we can have 0..15 as a /28 network.&lt;/P&gt;
&lt;P&gt;If VLAN 10 is to support just two users, it would normally, minimally, be assigned a /30 (as&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/178747"&gt;@Flavio Miranda&lt;/a&gt;&amp;nbsp;showed), addresses 0..3 (2 hosts), but you could use the larger /29, addresses 0..7 (6 hosts).&lt;/P&gt;
&lt;P&gt;If VLAN 20 is to support 10 users, it would normally, minimally, be assigned a /28 (14 hosts), but it must start on a multiple of 16, i.e. it cannot start directly after the foregoing /30 or /29, i.e. with either .4 or .8, so it would be 16..31.&lt;/P&gt;
&lt;P&gt;To proceed with your other VLAN allocations, you need to understand VLAN 10 and VLAN 20 allocations.&lt;/P&gt;
&lt;P&gt;BTW, whether VLAN 10 is allocated as a /30 or /29, it will leave some unused address space between it and VLAN 20's /28.&amp;nbsp; That unused space could be allocated to support other small VLANs, as either&amp;nbsp;/30 (V10), /30, /29, /28 (V20) or&amp;nbsp;/30 (V10), /30, /30, /30, /28 (V20) or&amp;nbsp;/29 (V10), /29, /28 (V20) or&amp;nbsp;/29 (V10), /30, /30, /28 (V20).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 00:33:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/overlaps-with-vlan/m-p/5254534#M576345</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2025-01-30T00:33:57Z</dc:date>
    </item>
  </channel>
</rss>

