02-02-2017 07:59 AM - edited 03-05-2019 07:57 AM
Can someone solve this
What is the supernet address of 192.168.1.0/24, 192.168.2.0/24 and 192.168.3.0/24?
How to calculate supernet address?
Solved! Go to Solution.
02-02-2017 08:32 AM
Hi
As Georg mentioned the supernet is 192.168.0.0/22.
The supertnet includes the following prefixes:
-192.168.0.0/24
-192.168.1.0/24
-192.168.2.0/24
-192.168.3.0/24
You can use this formula, using the subnet mask
Supernet = /22 converting: 255.255.252.0
So 256 - 252 = 4 as result the subnet will include 4 subnets starting with the first subnet, in this case --> 192.168.0.0/24 (a even number or multiple of 2 or zero)
This subnets will be changing on the 3rd octect, because you have modified the 3rd octect only of the subnet mask. Please verify this article, is important to know how summarization works.
http://searchnetworking.techtarget.com/tip/Network-summarization-Supernetting-and-wildcard-masks
Regards.
02-02-2017 08:06 AM
Hello,
supernet is 192.168.0.0/22.
There are numerous tools and sites available on the Internet, here is one of them:
http://asecuritysite.com/ip/routesum
02-02-2017 08:11 AM
I'm not asking for a tool how did you get that?
02-02-2017 08:18 AM
Hello,
11000000.10101000.00000001.00000000 (192.168.1.0)
11000000.10101000.00000010.00000000 (192.168.2.0)
11000000.10101000.00000011.00000000 (192.168.3.0)
11000000.10101000.000000 --> this are the common bits (192.168.0.0)
11000000.10101000.00000011.00000000 --> these are the wildcard bits (0.0.3.255)
07-25-2018 11:16 AM
02-02-2017 08:32 AM
Hi
As Georg mentioned the supernet is 192.168.0.0/22.
The supertnet includes the following prefixes:
-192.168.0.0/24
-192.168.1.0/24
-192.168.2.0/24
-192.168.3.0/24
You can use this formula, using the subnet mask
Supernet = /22 converting: 255.255.252.0
So 256 - 252 = 4 as result the subnet will include 4 subnets starting with the first subnet, in this case --> 192.168.0.0/24 (a even number or multiple of 2 or zero)
This subnets will be changing on the 3rd octect, because you have modified the 3rd octect only of the subnet mask. Please verify this article, is important to know how summarization works.
http://searchnetworking.techtarget.com/tip/Network-summarization-Supernetting-and-wildcard-masks
Regards.
07-25-2018 11:07 AM
07-25-2018 12:05 PM
Hello,
according to my calculation it is:
192.168.32.0/19
07-25-2018 01:07 PM
07-25-2018 01:39 PM
11000000.10101000.00101000.00000000 (192.168.40.0)
11000000.10101000.00110010.00000000 (192.168.50.0)
11000000.10101000.00111100.00000000 (192.168.60.0)
These are the common bits in all three networks. The value equals subnet mask 255.255.224.0, or inverted wildcard 0.0.31.255...
07-25-2018 01:41 PM
06-10-2019 02:26 AM
your IP range does not meet the conditions for supernetting.
02-02-2017 08:40 AM
BTW, one might argue that 192.168.0.0/22 is not the supernet for those 3 prefixes because it also includes 192.168.0.0/24. To supernet just those 3 prefixes, 192.168.1.0/24 would be left alone, and 192.168.2.0/24 and 192.168.3.0/24 combined into 192.168.2.0/23.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide