<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Network summarization &#8212; Supernetting and wildcard masks</title>
	<atom:link href="http://happyrouter.com/network-summarization-supernetting-and-wildcard-masks/feed" rel="self" type="application/rss+xml" />
	<link>http://happyrouter.com/network-summarization-supernetting-and-wildcard-masks</link>
	<description>Your Source for Cisco Networking How-To Articles &#38; Videos</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:36:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: sourav</title>
		<link>http://happyrouter.com/network-summarization-supernetting-and-wildcard-masks/comment-page-1#comment-876</link>
		<dc:creator>sourav</dc:creator>
		<pubDate>Thu, 17 Nov 2011 08:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://67.225.190.39/network-summarization-supernetting-and-wildcard-masks#comment-876</guid>
		<description>Hello FleszPolska ,

please check out this with your rule, it does not work,
i think its better and sound way to do it with binaries.
check out this example

192.168.98.0 	11000000 	10101000 	01100010 	00000000
192.168.99.0 	11000000 	10101000 	01100011 	00000000
192.168.100.0 	11000000 	10101000 	01100100 	00000000
192.168.101.0 	11000000 	10101000 	01100101 	00000000
192.168.102.0 	11000000 	10101000 	01100110 	00000000
192.168.105.0 	11000000 	10101000 	01101001 	00000000

answer comes out to be 
subnet mask is 255.255.240.0.

but your method show   255.255.248.0

some thing is wrong.
check out..</description>
		<content:encoded><![CDATA[<p>Hello FleszPolska ,</p>
<p>please check out this with your rule, it does not work,<br />
i think its better and sound way to do it with binaries.<br />
check out this example</p>
<p>192.168.98.0 	11000000 	10101000 	01100010 	00000000<br />
192.168.99.0 	11000000 	10101000 	01100011 	00000000<br />
192.168.100.0 	11000000 	10101000 	01100100 	00000000<br />
192.168.101.0 	11000000 	10101000 	01100101 	00000000<br />
192.168.102.0 	11000000 	10101000 	01100110 	00000000<br />
192.168.105.0 	11000000 	10101000 	01101001 	00000000</p>
<p>answer comes out to be<br />
subnet mask is 255.255.240.0.</p>
<p>but your method show   255.255.248.0</p>
<p>some thing is wrong.<br />
check out..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FleszPolska</title>
		<link>http://happyrouter.com/network-summarization-supernetting-and-wildcard-masks/comment-page-1#comment-840</link>
		<dc:creator>FleszPolska</dc:creator>
		<pubDate>Tue, 19 Jul 2011 12:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://67.225.190.39/network-summarization-supernetting-and-wildcard-masks#comment-840</guid>
		<description>I have found easy way to calculate network summarization
Lets take as an example the range of IPs

172.16.128.0-172.16.159.255

We see that the network mask will have to affect 3rd octet.
The easy way it to subtract 128 from 159. Lets see

159-128=31

Now subtract 31 from 255

255-31=224

There we go, this is our 3rd octet in the subnet mask

172.16.128.0
255.255.224.0

Another example

Summarize networks 100.16.0.0 100.17.0.0 100.18.0.0 100.19.0.0
19-16=3
255-3=252
Our subnet mask is 255.252.0.0  for network 100.16.0.0</description>
		<content:encoded><![CDATA[<p>I have found easy way to calculate network summarization<br />
Lets take as an example the range of IPs</p>
<p>172.16.128.0-172.16.159.255</p>
<p>We see that the network mask will have to affect 3rd octet.<br />
The easy way it to subtract 128 from 159. Lets see</p>
<p>159-128=31</p>
<p>Now subtract 31 from 255</p>
<p>255-31=224</p>
<p>There we go, this is our 3rd octet in the subnet mask</p>
<p>172.16.128.0<br />
255.255.224.0</p>
<p>Another example</p>
<p>Summarize networks 100.16.0.0 100.17.0.0 100.18.0.0 100.19.0.0<br />
19-16=3<br />
255-3=252<br />
Our subnet mask is 255.252.0.0  for network 100.16.0.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php3397</title>
		<link>http://happyrouter.com/network-summarization-supernetting-and-wildcard-masks/comment-page-1#comment-744</link>
		<dc:creator>php3397</dc:creator>
		<pubDate>Tue, 12 Oct 2010 10:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://67.225.190.39/network-summarization-supernetting-and-wildcard-masks#comment-744</guid>
		<description>well since i could really benefit from this article its my duty to compliment the author .
 
thank you sir , you really helped me with supernets .</description>
		<content:encoded><![CDATA[<p>well since i could really benefit from this article its my duty to compliment the author .</p>
<p>thank you sir , you really helped me with supernets .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheejanarayanan</title>
		<link>http://happyrouter.com/network-summarization-supernetting-and-wildcard-masks/comment-page-1#comment-719</link>
		<dc:creator>Sheejanarayanan</dc:creator>
		<pubDate>Thu, 29 Jul 2010 10:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://67.225.190.39/network-summarization-supernetting-and-wildcard-masks#comment-719</guid>
		<description>Sir....

Thank you very much.I reffered so many sites to find an easy method for route summarization.Now from you it is clear.</description>
		<content:encoded><![CDATA[<p>Sir&#8230;.</p>
<p>Thank you very much.I reffered so many sites to find an easy method for route summarization.Now from you it is clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikas Chauhan</title>
		<link>http://happyrouter.com/network-summarization-supernetting-and-wildcard-masks/comment-page-1#comment-707</link>
		<dc:creator>Vikas Chauhan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 08:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://67.225.190.39/network-summarization-supernetting-and-wildcard-masks#comment-707</guid>
		<description>Dear Sir,

Thanks a lot for your useful artical.</description>
		<content:encoded><![CDATA[<p>Dear Sir,</p>
<p>Thanks a lot for your useful artical.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KUNDAN SHINDE</title>
		<link>http://happyrouter.com/network-summarization-supernetting-and-wildcard-masks/comment-page-1#comment-346</link>
		<dc:creator>KUNDAN SHINDE</dc:creator>
		<pubDate>Sun, 03 May 2009 06:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://67.225.190.39/network-summarization-supernetting-and-wildcard-masks#comment-346</guid>
		<description>Respected
David Davis Sir. Ur training stuff is very good. I usaly visit petri.com and happyrouter.com I am from India mumbai. Where we can clearly
understand things through ur screen shots based articals and video . Thank u very much
sir it has been helped to us where we are in IT Filed.
how I can download the this video ,help me sir
Regards,

Kundan Shinde</description>
		<content:encoded><![CDATA[<p>Respected<br />
David Davis Sir. Ur training stuff is very good. I usaly visit petri.com and happyrouter.com I am from India mumbai. Where we can clearly<br />
understand things through ur screen shots based articals and video . Thank u very much<br />
sir it has been helped to us where we are in IT Filed.<br />
how I can download the this video ,help me sir<br />
Regards,</p>
<p>Kundan Shinde</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suraj kumar</title>
		<link>http://happyrouter.com/network-summarization-supernetting-and-wildcard-masks/comment-page-1#comment-313</link>
		<dc:creator>Suraj kumar</dc:creator>
		<pubDate>Thu, 05 Mar 2009 14:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://67.225.190.39/network-summarization-supernetting-and-wildcard-masks#comment-313</guid>
		<description>Although i refered different book but i could not figure out this topic The summarization but thanks to Sir David Davis 
I got clear my topic through this web site
Thank you so much.</description>
		<content:encoded><![CDATA[<p>Although i refered different book but i could not figure out this topic The summarization but thanks to Sir David Davis<br />
I got clear my topic through this web site<br />
Thank you so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jitendra</title>
		<link>http://happyrouter.com/network-summarization-supernetting-and-wildcard-masks/comment-page-1#comment-26</link>
		<dc:creator>Jitendra</dc:creator>
		<pubDate>Sat, 13 Dec 2008 11:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://67.225.190.39/network-summarization-supernetting-and-wildcard-masks#comment-26</guid>
		<description>Respected
David Davis Sir. Ur training stuff is very good. I usaly visit petri.com and windowsnetworking.com I am from India bangalore. Where we can clearly
understand things through ur screen shots based articals. Thank u very much
sir it has been helped to us where we are in IT Filed.

B E S T   O F   L U C K  T O  U  SIR
WISH U HAPPY X MAS

Thank You
Jitendra</description>
		<content:encoded><![CDATA[<p>Respected<br />
David Davis Sir. Ur training stuff is very good. I usaly visit petri.com and windowsnetworking.com I am from India bangalore. Where we can clearly<br />
understand things through ur screen shots based articals. Thank u very much<br />
sir it has been helped to us where we are in IT Filed.</p>
<p>B E S T   O F   L U C K  T O  U  SIR<br />
WISH U HAPPY X MAS</p>
<p>Thank You<br />
Jitendra</p>
]]></content:encoded>
	</item>
</channel>
</rss>

