<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-9144886958205007815</id><updated>2011-11-27T17:36:15.531-08:00</updated><title type='text'>Network (CCNP (BSCI, Windows 2003 server)</title><subtitle type='html'>This blog is more about Design analyzing Configuring how it function Using a Cisco and windows Network.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ccnpredhot.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9144886958205007815/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ccnpredhot.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>RJ BRUAL</name><uri>http://www.blogger.com/profile/13176273916620964669</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_Qne32AWoKIg/SQH_M2RRqMI/AAAAAAAAAF8/hX9cZpom3H0/S220/P1010048.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9144886958205007815.post-6878128652850372665</id><published>2009-07-05T05:23:00.001-07:00</published><updated>2009-07-06T02:02:53.814-07:00</updated><title type='text'>OSPF design and concept</title><content type='html'>&lt;p&gt;Ospf is a link state protocols not a distance vector&lt;br /&gt;Link State Routing Protocols  they have two types&lt;br /&gt;-          IS-IS&lt;br /&gt;-          OSPF&lt;br /&gt;Link state maintain 3 tables&lt;br /&gt;-          Topology table&lt;br /&gt;-          Neighbor table&lt;br /&gt;-          Routing table&lt;br /&gt;&lt;br /&gt;·         Send Triggered updates to announce Network Changes&lt;br /&gt;·         Send Periodic Updates (LS Refresh) on long intervals&lt;br /&gt;·         Use Dijkstra’s shortest path first (SPF) a logarithm&lt;br /&gt;&lt;br /&gt;The difference between the link state protocols and Distance Vector&lt;br /&gt; linkstate protocols It knows anything inside his neighbor and also the neighbor that connected to his neighbor, all area and in the physical interfaces in terms of routing information. Like hello packet, LSA(linkstate Advertisement) DBD (database description)packet.&lt;br /&gt;Unlike Distance Vector – it only knows what is already connected to his interfaces in his neighbor not the other interfaces in his neighbor.&lt;br /&gt;OSPF- They know the road map information in entire area&lt;br /&gt;&lt;br /&gt;UNDERSTANDING OSPF NEIGHBOR RELATIONSHIP&lt;br /&gt;&lt;br /&gt;1.       Determine your own router-id&lt;br /&gt;The router id is the router’s name in the ospf process, (your highest IP address physical ip address or loopback if there is a loopback but if there is no automatically using the highest physical ip address)&lt;br /&gt;when ospf starts using a loopback(loopbacks beat the physical interfaces) so the router-id or a router’s name is the loopback ip address.&lt;br /&gt;2.       Add interfaces to the link state database(Dictated by the network command)&lt;br /&gt;3.       Send hello message on chosen Interface&lt;br /&gt;Once every 30 sec on NBMA Networks&lt;br /&gt;Once every 10 sec on broadcast / p2p network&lt;br /&gt;Contains all sorts of information&lt;br /&gt;Like:&lt;br /&gt;Router id                     neighbors           hello and dead timers&lt;br /&gt;Area id                         network mask   dr/bdr ip address&lt;br /&gt;Authentication password&lt;br /&gt;&lt;br /&gt;4.       Received hello packets&lt;br /&gt;*check hello /dead interval&lt;br /&gt;*check network masks&lt;br /&gt;*check area ID&lt;br /&gt;*check authentication password&lt;br /&gt;5. Send reply hello&lt;br /&gt;If im listed as a neighbor in your hello packet&lt;br /&gt;If yes, reset dead timer&lt;br /&gt;In no, add as new neighbor&lt;br /&gt;6.       Master and slave relationship determined&lt;br /&gt;Router1------------------------------Router2&lt;br /&gt;·         Determined by priority, router-id will breaks tie&lt;br /&gt;·         Master sends database descrioption(DBD) packet called = cliffnotes&lt;br /&gt;·         Slave sends its DBD packets&lt;br /&gt;7.       DBD are knowledge and reviewed&lt;br /&gt;·         LSR- link state request(slave requests details)&lt;br /&gt;·         LSU-link state updates(master send an updates)&lt;br /&gt;·         LSR(master request for details)&lt;br /&gt;·         LSU(slave send an updates)&lt;br /&gt;8.       Neighbors are synchronized “this is a full state”&lt;br /&gt;&lt;br /&gt;DOWN STATE &gt; INIT STATE &gt; 2WAYS STATE&gt; 3-WAY STATE &gt; LOADING STATE&gt;FULL STATE&lt;br /&gt;MORE EXPLANATION JUST CHECKED IT OUT ALWAYS&lt;br /&gt;&lt;br /&gt;NOW THIS IS THE TIME TO RUN THE DIJKSTRA SPF ALGORITHM TO FIGURE OUT WHAT TO DO WITH ALL THIS DATA&lt;br /&gt;&lt;br /&gt;OSPF COST&lt;br /&gt;&lt;br /&gt;Ospf using a cost not a metric for bandwidth&lt;br /&gt;&lt;br /&gt;Formula:&lt;br /&gt;&lt;br /&gt;Cost = 100/BW-IN-MBPS&lt;br /&gt;&lt;br /&gt;Common costs&lt;br /&gt;56k = 1785&lt;br /&gt;64k = 1562&lt;br /&gt;T1(1.544) = 65&lt;br /&gt;E1(2.048)= 48&lt;br /&gt;Ethernet = 10&lt;br /&gt;Fast Ethernet= 1&lt;br /&gt;Gigabit Ethernet =1&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9144886958205007815-6878128652850372665?l=ccnpredhot.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ccnpredhot.blogspot.com/feeds/6878128652850372665/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9144886958205007815&amp;postID=6878128652850372665' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9144886958205007815/posts/default/6878128652850372665'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9144886958205007815/posts/default/6878128652850372665'/><link rel='alternate' type='text/html' href='http://ccnpredhot.blogspot.com/2009/07/ospf-design-and-concept.html' title='OSPF design and concept'/><author><name>RJ BRUAL</name><uri>http://www.blogger.com/profile/13176273916620964669</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_Qne32AWoKIg/SQH_M2RRqMI/AAAAAAAAAF8/hX9cZpom3H0/S220/P1010048.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9144886958205007815.post-2044069838715537551</id><published>2009-04-06T19:18:00.000-07:00</published><updated>2009-04-07T02:45:08.731-07:00</updated><title type='text'>BRGP Route-Map using Redistribution</title><content type='html'>&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;This Design of BGP and concept is about configuration using BGP route-map and redistribution with OSPF &lt;/span&gt;&lt;/div&gt;&lt;div&gt; This is from http://www.packetlife.net website. ill try to configure example of &lt;span class="Apple-style-span"   style="border-collapse: collapse;   line-height: 19px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:-webkit-sans-serif;font-size:13px;"&gt;Jeremy Stretch.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="border-collapse: collapse;   line-height: 19px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-family:-webkit-sans-serif;font-size:13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="border-collapse: collapse;   line-height: 19px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-family:-webkit-sans-serif;font-size:13px;"&gt; Here is the design and configuration. 3 router with BGP and OSPF. using 7200 ios. using GNS3&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_Qne32AWoKIg/Sdq8HTR_EJI/AAAAAAAAAK0/EsIjHO1mprM/s1600-h/Design3+router.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 369px;" src="http://1.bp.blogspot.com/_Qne32AWoKIg/Sdq8HTR_EJI/AAAAAAAAAK0/EsIjHO1mprM/s400/Design3+router.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5321772743312478354" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_Qne32AWoKIg/Sdq8HKNsGxI/AAAAAAAAAKs/EhrRFJ06-w4/s1600-h/routerC+route.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 191px;" src="http://1.bp.blogspot.com/_Qne32AWoKIg/Sdq8HKNsGxI/AAAAAAAAAKs/EhrRFJ06-w4/s400/routerC+route.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5321772740878539538" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Qne32AWoKIg/Sdq8HLp3tkI/AAAAAAAAAKk/AqJ-jTPL5aA/s1600-h/routerB+route.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 194px;" src="http://4.bp.blogspot.com/_Qne32AWoKIg/Sdq8HLp3tkI/AAAAAAAAAKk/AqJ-jTPL5aA/s400/routerB+route.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5321772741265176130" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Qne32AWoKIg/Sdq8G8cgITI/AAAAAAAAAKc/eDEr3kZHIpM/s1600-h/router+A+route.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 177px;" src="http://4.bp.blogspot.com/_Qne32AWoKIg/Sdq8G8cgITI/AAAAAAAAAKc/eDEr3kZHIpM/s400/router+A+route.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5321772737182572850" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_Qne32AWoKIg/Sdq7CFnqg6I/AAAAAAAAAKU/KpcL_IkLe0A/s1600-h/RouterA+config.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 347px; height: 179px;" src="http://3.bp.blogspot.com/_Qne32AWoKIg/Sdq7CFnqg6I/AAAAAAAAAKU/KpcL_IkLe0A/s400/RouterA+config.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5321771554234336162" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_Qne32AWoKIg/Sdq7CDFIwaI/AAAAAAAAAKM/w5XDMWO7s9U/s1600-h/router+B+Config.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 388px; height: 400px;" src="http://1.bp.blogspot.com/_Qne32AWoKIg/Sdq7CDFIwaI/AAAAAAAAAKM/w5XDMWO7s9U/s400/router+B+Config.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5321771553552646562" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_Qne32AWoKIg/Sdq7B0uZQ5I/AAAAAAAAAKE/_GLZh5078VA/s1600-h/RouterC+config.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 381px; height: 400px;" src="http://1.bp.blogspot.com/_Qne32AWoKIg/Sdq7B0uZQ5I/AAAAAAAAAKE/_GLZh5078VA/s400/RouterC+config.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5321771549699163026" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Qne32AWoKIg/Sdq7B4HKVcI/AAAAAAAAAJ8/KI3vDvPvLPc/s1600-h/routerA+bgp+sum.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 161px;" src="http://2.bp.blogspot.com/_Qne32AWoKIg/Sdq7B4HKVcI/AAAAAAAAAJ8/KI3vDvPvLPc/s400/routerA+bgp+sum.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5321771550608348610" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_Qne32AWoKIg/Sdq7BcpRzUI/AAAAAAAAAJ0/6TOrzSWM1d4/s1600-h/routerB+bgp+sum.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 161px;" src="http://3.bp.blogspot.com/_Qne32AWoKIg/Sdq7BcpRzUI/AAAAAAAAAJ0/6TOrzSWM1d4/s400/routerB+bgp+sum.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5321771543235251522" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_Qne32AWoKIg/Sdq5QNZanUI/AAAAAAAAAJs/Rju2USSie1Q/s1600-h/routerB+bgp+sum.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 161px;" src="http://3.bp.blogspot.com/_Qne32AWoKIg/Sdq5QNZanUI/AAAAAAAAAJs/Rju2USSie1Q/s400/routerB+bgp+sum.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5321769597816970562" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Qne32AWoKIg/Sdq5QOVvlxI/AAAAAAAAAJk/s1UQN3Iwg6s/s1600-h/routerC+bgp+sum.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 162px;" src="http://4.bp.blogspot.com/_Qne32AWoKIg/Sdq5QOVvlxI/AAAAAAAAAJk/s1UQN3Iwg6s/s400/routerC+bgp+sum.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5321769598070003474" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Qne32AWoKIg/Sdq5PzfesxI/AAAAAAAAAJc/cmjhwzDpcmw/s1600-h/router+A+nexthop.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 145px;" src="http://2.bp.blogspot.com/_Qne32AWoKIg/Sdq5PzfesxI/AAAAAAAAAJc/cmjhwzDpcmw/s400/router+A+nexthop.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5321769590863082258" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Qne32AWoKIg/Sdq5P6SYc3I/AAAAAAAAAJU/xTehxReZe6w/s1600-h/routerB+nexthop.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 174px;" src="http://4.bp.blogspot.com/_Qne32AWoKIg/Sdq5P6SYc3I/AAAAAAAAAJU/xTehxReZe6w/s400/routerB+nexthop.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5321769592687194994" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Qne32AWoKIg/Sdq5PlbPPvI/AAAAAAAAAJM/h1EjswQPJfQ/s1600-h/routerC+debug+updates.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 153px;" src="http://2.bp.blogspot.com/_Qne32AWoKIg/Sdq5PlbPPvI/AAAAAAAAAJM/h1EjswQPJfQ/s400/routerC+debug+updates.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5321769587087195890" /&gt;&lt;/a&gt;&lt;div&gt;i will post again the explanation of this.how it function.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9144886958205007815-2044069838715537551?l=ccnpredhot.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ccnpredhot.blogspot.com/feeds/2044069838715537551/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9144886958205007815&amp;postID=2044069838715537551' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9144886958205007815/posts/default/2044069838715537551'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9144886958205007815/posts/default/2044069838715537551'/><link rel='alternate' type='text/html' href='http://ccnpredhot.blogspot.com/2009/04/brgp-route-map-using-redistribution.html' title='BRGP Route-Map using Redistribution'/><author><name>RJ BRUAL</name><uri>http://www.blogger.com/profile/13176273916620964669</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_Qne32AWoKIg/SQH_M2RRqMI/AAAAAAAAAF8/hX9cZpom3H0/S220/P1010048.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_Qne32AWoKIg/Sdq8HTR_EJI/AAAAAAAAAK0/EsIjHO1mprM/s72-c/Design3+router.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9144886958205007815.post-7564816971934107955</id><published>2008-11-17T12:52:00.000-08:00</published><updated>2008-11-17T12:52:51.559-08:00</updated><title type='text'>Tech Rants and Raves: CCIE Voice Home lab with Dynamips/VMware</title><content type='html'>&lt;a href="http://corner-il.blogspot.com/2007/05/ccie-voice-home-lab-with-dynamipsvmware.html"&gt;Tech Rants and Raves: &amp;lt;a name=&amp;quot;voicelab&amp;quot;&amp;gt;CCIE Voice Home lab with Dynamips/VMware&amp;lt;/a&amp;gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9144886958205007815-7564816971934107955?l=ccnpredhot.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://corner-il.blogspot.com/2007/05/ccie-voice-home-lab-with-dynamipsvmware.html' title='Tech Rants and Raves: &lt;a name=&quot;voicelab&quot;&gt;CCIE Voice Home lab with Dynamips/VMware&lt;/a&gt;'/><link rel='replies' type='application/atom+xml' href='http://ccnpredhot.blogspot.com/feeds/7564816971934107955/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9144886958205007815&amp;postID=7564816971934107955' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9144886958205007815/posts/default/7564816971934107955'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9144886958205007815/posts/default/7564816971934107955'/><link rel='alternate' type='text/html' href='http://ccnpredhot.blogspot.com/2008/11/tech-rants-and-raves-ccie-voice-home.html' title='Tech Rants and Raves: &lt;a name=&quot;voicelab&quot;&gt;CCIE Voice Home lab with Dynamips/VMware&lt;/a&gt;'/><author><name>RJ BRUAL</name><uri>http://www.blogger.com/profile/13176273916620964669</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_Qne32AWoKIg/SQH_M2RRqMI/AAAAAAAAAF8/hX9cZpom3H0/S220/P1010048.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9144886958205007815.post-160917549925359233</id><published>2008-08-20T08:43:00.001-07:00</published><updated>2008-11-29T22:25:51.056-08:00</updated><title type='text'>IPV6 configuration in cisco using OSPF v3</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_Qne32AWoKIg/SKw8gov-kSI/AAAAAAAAAEs/1ZhrkAC4MFw/s1600-h/ipv6_4.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_Qne32AWoKIg/SKw8gov-kSI/AAAAAAAAAEs/1ZhrkAC4MFw/s400/ipv6_4.jpg" alt="" id="BLOGGER_PHOTO_ID_5236626998117175586" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_Qne32AWoKIg/SKw8VbtLzCI/AAAAAAAAAEk/zH9j5oO5BtU/s1600-h/ipV6_3.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_Qne32AWoKIg/SKw8VbtLzCI/AAAAAAAAAEk/zH9j5oO5BtU/s400/ipV6_3.jpg" alt="" id="BLOGGER_PHOTO_ID_5236626805637237794" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Qne32AWoKIg/SKw8DlYPH0I/AAAAAAAAAEc/ikST57kfscA/s1600-h/ipv6_2.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_Qne32AWoKIg/SKw8DlYPH0I/AAAAAAAAAEc/ikST57kfscA/s400/ipv6_2.jpg" alt="" id="BLOGGER_PHOTO_ID_5236626498996084546" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_Qne32AWoKIg/SKw77Xnv43I/AAAAAAAAAEU/ziV2JakqGNc/s1600-h/ipv6_1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_Qne32AWoKIg/SKw77Xnv43I/AAAAAAAAAEU/ziV2JakqGNc/s400/ipv6_1.jpg" alt="" id="BLOGGER_PHOTO_ID_5236626357864096626" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;R1&lt;br /&gt;&lt;code&gt;&lt;pre&gt;&lt;br /&gt;R1#sh config&lt;br /&gt;Using 1198 out of 129016 bytes&lt;br /&gt;!&lt;br /&gt;version 12.3&lt;br /&gt;service timestamps debug datetime msec&lt;br /&gt;service timestamps log datetime msec&lt;br /&gt;no service password-encryption&lt;br /&gt;!&lt;br /&gt;hostname R1&lt;br /&gt;!&lt;br /&gt;&lt;br /&gt;ip subnet-zero&lt;br /&gt;!&lt;br /&gt;ip cef&lt;br /&gt;ip audit notify log&lt;br /&gt;ip audit po max-events 100&lt;br /&gt;ipv6 unicast-routing&lt;br /&gt;ipv6 cef&lt;br /&gt;mpls ldp logging neighbor-changes&lt;br /&gt;no ftp-server write-enable&lt;br /&gt;!&lt;br /&gt;interface Ethernet0/0&lt;br /&gt;no ip address&lt;br /&gt;shutdown&lt;br /&gt;half-duplex&lt;br /&gt;ipv6 address AAAA:5::1/64&lt;br /&gt;ipv6 ospf 100 area 0&lt;br /&gt;ipv6 ospf priority 5&lt;br /&gt;&lt;br /&gt;ipv6 router ospf 100&lt;br /&gt;router-id 1.1.1.1&lt;br /&gt;log-adjacency-changes&lt;br /&gt;area 0 range AAAA:5::/64&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;R2#sh config&lt;br /&gt;Using 1198 out of 129016 bytes&lt;br /&gt;!&lt;br /&gt;version 12.3&lt;br /&gt;service timestamps debug datetime msec&lt;br /&gt;service timestamps log datetime msec&lt;br /&gt;no service password-encryption&lt;br /&gt;!&lt;br /&gt;hostname R2&lt;br /&gt;!&lt;br /&gt;ip subnet-zero&lt;br /&gt;!&lt;br /&gt;ip cef&lt;br /&gt;ip audit notify log&lt;br /&gt;ip audit po max-events 100&lt;br /&gt;ipv6 unicast-routing&lt;br /&gt;ipv6 cef&lt;br /&gt;mpls ldp logging neighbor-changes&lt;br /&gt;no ftp-server write-enable&lt;br /&gt;!&lt;br /&gt;interface Ethernet0/0&lt;br /&gt;no ip address&lt;br /&gt;shutdown&lt;br /&gt;half-duplex&lt;br /&gt;ipv6 address AAAA:5::2/64&lt;br /&gt;ipv6 ospf 100 area 0&lt;br /&gt;ipv6 ospf priority 3&lt;br /&gt;!&lt;br /&gt;ipv6 router ospf 100&lt;br /&gt;router-id 2.2.2.2&lt;br /&gt;log-adjacency-changes&lt;br /&gt;area 0 range AAAA:5::/64&lt;br /&gt;&lt;br /&gt;show command:&lt;br /&gt;#sh ipv6 ospf nei&lt;br /&gt;#sh ipv6 ospf nei detail&lt;br /&gt;#sh ipv6 ospf database&lt;br /&gt;#sh ipv6 ospf interface e0/0&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9144886958205007815-160917549925359233?l=ccnpredhot.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ccnpredhot.blogspot.com/feeds/160917549925359233/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9144886958205007815&amp;postID=160917549925359233' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9144886958205007815/posts/default/160917549925359233'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9144886958205007815/posts/default/160917549925359233'/><link rel='alternate' type='text/html' href='http://ccnpredhot.blogspot.com/2008/08/ipv6-configuration-in-cisco-using-ospf.html' title='IPV6 configuration in cisco using OSPF v3'/><author><name>RJ BRUAL</name><uri>http://www.blogger.com/profile/13176273916620964669</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_Qne32AWoKIg/SQH_M2RRqMI/AAAAAAAAAF8/hX9cZpom3H0/S220/P1010048.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_Qne32AWoKIg/SKw8gov-kSI/AAAAAAAAAEs/1ZhrkAC4MFw/s72-c/ipv6_4.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9144886958205007815.post-1570378692908434879</id><published>2008-08-20T08:38:00.000-07:00</published><updated>2008-08-20T08:42:59.557-07:00</updated><title type='text'>IPV6 through my knowledge</title><content type='html'>&lt;span style="font-weight:bold;"&gt;IPV6 &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A few years ago, cisco some other vendor began the push toward ip version 6.the main reason for the push was the limited number of ipv4.some work  around to this problem have become so popular, NAT among  them, that the move to ipv6 addresses slowed greatly.&lt;br /&gt; One reason is that cisco feels network security is tighter when there are no “middlemen” such as dhcp and nat between two end points. This is possible because ipv6 uses 128-bit addresses rather than ipv4 32-bit addresses. Ipv6 addresses consist of eight 16-bit hex fields. And also has other important uses. Mobile ip, which allows end systems such as global positioning system (GPS). Ip phone to move without losing connectivity is built into ipv6, as is ip security (ipsec). (ipsec is compatible with ipv4 but is built in to ipv6).&lt;br /&gt;&lt;br /&gt;There are 8 header fields in ipv6.&lt;br /&gt;•Version – this is set to “6” in ipv6&lt;br /&gt;•Traffic class-in ipv4, this was the type of services(tost)&lt;br /&gt;•Flow label – no equivalent in ipv4, this allow packet to be labelled as part of particular flow.&lt;br /&gt;•Payload length – ipv4 equivalent is the total length field.&lt;br /&gt;•Hop limit – roughly equivalent to ipv4 protocol field.&lt;br /&gt;•Source add , destination add – they’re now 128 bit.&lt;br /&gt;&lt;br /&gt;There are some ipv4  fields that are not represented in ipv6:&lt;br /&gt;•Header length&lt;br /&gt;•Identification&lt;br /&gt;•Flags&lt;br /&gt;•Fragments offset&lt;br /&gt;•Header checksum&lt;br /&gt;&lt;br /&gt;IPV6 ADDRESSES FORMAT&lt;br /&gt;&lt;br /&gt;Typically ipv4 add : 129.14.12.200&lt;br /&gt;Typically ipv6 add: 1029:9183:81AE:0000:0000:OAC1:2143:091B&lt;br /&gt;&lt;br /&gt;As you can see ipv6 isn’t exactly just taking two more octet ipv4 add.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Rules:&lt;br /&gt;&lt;br /&gt;ZERO COMPRESSION AND LEADING ZERO COMPRESSION&lt;br /&gt;&lt;br /&gt; If you have consecutive fields of zeroes, they can be expressed with two colons,. It doesn’t matter if you have two fields or eight, you can simply type two colons and that will represent all of them the key here is that you can only do this once in an ipv6 address. This referred to as zero compression,&lt;br /&gt;&lt;br /&gt;EXAMPLE:&lt;br /&gt;ORIGINAL FORMAT: 1234:1234:0000:0000: 0000:0000:3456:3423&lt;br /&gt;USING ZERO COMPRESSION: 1234:1234::3456:3423&lt;br /&gt;&lt;br /&gt; Rules is that leading zeroes in any 16bit fields can be dropped, but each block you do this must have at least one number remaining. That is if the block is all zeroes, you have to leave one zero this is leading  zero compression.&lt;br /&gt;&lt;br /&gt;LEADING ZERO COMPRESSION &lt;br /&gt;&lt;br /&gt; We have four different fields that have leading zeroes. The address could be written out ads it is or drop the leading zero.&lt;br /&gt;&lt;br /&gt;EXAMPLE:&lt;br /&gt;ORIGINAL FORMAT: 1234:0000:1234:0000:1234:0000:1234:1234&lt;br /&gt;LEADING ZERO COMPRESSION: 1234:0:1234:0:1234:0:1234:1234&lt;br /&gt;&lt;br /&gt; There is no problem with using zero compression and leading zero compression in the same address.&lt;br /&gt;&lt;br /&gt;ORIGINAL FORMAT: 1111:0000:0000:1234:0011:0022:0033:0044&lt;br /&gt;With ZERO AND LEADING ZERO COMPRESSION: 1111:: 1234:11:22:33:44&lt;br /&gt;&lt;br /&gt;Zero compression uses the double-colon to replace the second and third block of numbers which were all zero leading zero compression replace “00” at the beginning of each of the last four block. Just care full my friend....&lt;br /&gt;&lt;br /&gt;Ipv6 offer two kinds of local addresses link-local, and site local. Site local addresses allow devices in the same organization or site exchange data. Site local are ipv6 equivalent to ipv4 private private address classes since hosts using them are able to communicate with each other throughout the organization, but these add cannot be used to reach internet host or hosts on a remote site. Link-local add have a smaller scope than site-local they’re local to be a physical.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;IPV6 ADDRESSES BY THEIR INITIAL BITS.&lt;br /&gt;&lt;br /&gt;•001 – global address&lt;br /&gt;•1111 1111 – multicast (FF)&lt;br /&gt;•1111 1110 11 – site local (FEC0)&lt;br /&gt;•1111 1110 10 – link local (FE80)&lt;br /&gt;&lt;br /&gt; ::x.x.x or 0:0:0:0:x.x.x.x – ipv4 compatible address. Any ipv6 add with the first 96bit set to zero is an ipv4-compatible add. I used zero compression in the first representation of that range, and leading zero compression for the second.&lt;br /&gt;&lt;br /&gt;IPV4 – IPV6 COMPATIBLE ADDRESSES&lt;br /&gt; If you see an address with a great many zeroes at the beginning , it may well be an ipv4-compatible ipv6 address. Such as address is going to have zeroes for the first bits 96bits. Which make zero compression even better the rest of the bits will be hexadecimal expression on ipv4 add.&lt;br /&gt;&lt;br /&gt;IPV6 ADD TO CONVERT:    ::D190:4E71&lt;br /&gt;&lt;br /&gt;  Note:The double-colon is zero compression in action, so now we need to convert the lower 32-bit into decimal&lt;br /&gt;&lt;br /&gt;D1 = 13 UNIT 16, 1 UNIT 1 = 209&lt;br /&gt;90 = 9 UNIT 16, 0 UNIT 1  =  144&lt;br /&gt;4E = 4 UNIT 16,  E UNIT 1 =  78&lt;br /&gt;71 = 7 UNIT 16, 1 UNIT 1 = 113&lt;br /&gt;Answer: 209.144.78.113&lt;br /&gt;How it happen like: D1 = 13x16= 208, 1x1= 1 (208+1=209)&lt;br /&gt;&lt;br /&gt;You know what a multicast is , and that ipv4 multicast addresses are class D addresses. With a first octet value of 224-239. The ipv6 multicast range is much larger my friend, but just easy to remember. Any address that begin with “1111 1111” or “FF” in hex, is multicast address full prefix being FF00::/8 .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;WHAT THE HOST SOLICITATING? &lt;br /&gt;&lt;br /&gt; It needs additional configuration information from a router, which will be sent in the form of a router advertisement (RA). (router will also transmit RA without an express solicitation.) the router attaches the network prefix to the host link local address, which result in the host full ipV6 address complete with network prefix.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;IPV6 ROUTING ON CISCO ROUTERS&lt;br /&gt;&lt;br /&gt;•Rip for ipv6 – actual name is RIPNG (new generation)&lt;br /&gt;•EIGRP FOR IPV6&lt;br /&gt;•OSPF V3 (version 3, defined in RFC2740)&lt;br /&gt;•STATIC ROUTERS ARE STILL BGP V4 (MPBGPVERSION 4 OR simply MPBGP)&lt;br /&gt;One protocol you learned in your CCNA level of course me. Studies didn’t quite make the cut there’s no such thing as IGRP for ipV6.&lt;br /&gt;To enable a cisco ipV6 routing capabilities &lt;br /&gt;&lt;br /&gt;Run:&lt;br /&gt;Ip cef&lt;br /&gt;Ipv6 cef&lt;br /&gt;ipv6 unicast-routing&lt;br /&gt;&lt;br /&gt;if you want to learn more just search it.. or else you want me to teach you one on one... :p&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9144886958205007815-1570378692908434879?l=ccnpredhot.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ccnpredhot.blogspot.com/feeds/1570378692908434879/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9144886958205007815&amp;postID=1570378692908434879' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9144886958205007815/posts/default/1570378692908434879'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9144886958205007815/posts/default/1570378692908434879'/><link rel='alternate' type='text/html' href='http://ccnpredhot.blogspot.com/2008/08/ipv6-few-years-ago-cisco-some-other.html' title='IPV6 through my knowledge'/><author><name>RJ BRUAL</name><uri>http://www.blogger.com/profile/13176273916620964669</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_Qne32AWoKIg/SQH_M2RRqMI/AAAAAAAAAF8/hX9cZpom3H0/S220/P1010048.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9144886958205007815.post-8518715891135173692</id><published>2008-08-20T08:26:00.000-07:00</published><updated>2008-08-20T08:38:54.424-07:00</updated><title type='text'>IPV4 Subnetting</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_Qne32AWoKIg/SKw6RZLDTII/AAAAAAAAAEM/DoW91ooVl8Q/s1600-h/finger+method.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_Qne32AWoKIg/SKw6RZLDTII/AAAAAAAAAEM/DoW91ooVl8Q/s400/finger+method.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5236624537214471298" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;class A 1st octet 0-127: 16m&lt;br /&gt;class B 2nd octet 127-191: 65thou&lt;br /&gt;class C 3rd octet 192-223: 254&lt;br /&gt;class D 4th octet 224-239: Multicast&lt;br /&gt;class E 240 -255 reserve for experiment&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Decimal to Hexadecimal&lt;br /&gt;9  - 9&lt;br /&gt;10 - A&lt;br /&gt;11 - B&lt;br /&gt;12 - C&lt;br /&gt;13 - D&lt;br /&gt;14 - E&lt;br /&gt;15 - F&lt;br /&gt;&lt;br /&gt;How to get BINARY: using our formula&lt;br /&gt;let say 10.125.4.1&lt;br /&gt;     &lt;br /&gt;10.        125        4.        1&lt;br /&gt;0000 1010. 0111 1101. 0000 0100. 0000 0001&lt;br /&gt;&lt;br /&gt;if you are using our formula in second level you can get the binary.&lt;br /&gt;Using the fingering method in your two hands in one hands you have a for&lt;br /&gt;finger exept the tumbnail. in for finger in left side you have first finger&lt;br /&gt;128, second is 64, third is 32 fourth is 16. and in right finger you have&lt;br /&gt;8,4,2,1 in first, second, third, and last. and look at your finger right now&lt;br /&gt;its look like Binary righ!using this method.&lt;br /&gt; &lt;br /&gt;example:&lt;br /&gt;in the last given IP address in first octet is 10 so we are going to used&lt;br /&gt;finger method. look at  your finger two hands.in 10 in binary is 0000 1010.&lt;br /&gt;so in finger is:&lt;br /&gt;     &lt;br /&gt;128  64    32  16  8  4  2  1  second level using finger method&lt;br /&gt;0    0    0    0    1  0  1  0  in binary its look like this. because 8+2= 10&lt;br /&gt;&lt;br /&gt;in your finger you need to close 0 in binary and 1 who is raise so&lt;br /&gt;the answer is 10 GET IT!&lt;br /&gt;            &lt;br /&gt;more example: using 125&lt;br /&gt;&lt;br /&gt;128 64    32  16    8  4  2   1&lt;br /&gt;0   1     1    1    1  1  0   1  64+32+16+8+4+1 = 125&lt;br /&gt;&lt;br /&gt;look at your finger again do the same thing 0 is close&lt;br /&gt;in your finger and 1 is raise Got IT!&lt;br /&gt;&lt;br /&gt;note: you better practice this finger method make it easy to you the subnetting&lt;br /&gt;etc..always remember your finger....:) NO need to have a paper to calculate what&lt;br /&gt;binary of this, awts how can you solve it if you dont have a finger just imagine&lt;br /&gt;hehe. remember no need to have a paper in your exam or interview of solving problem&lt;br /&gt;like this all you need to do is finger and your mind............ :p&lt;br /&gt;     &lt;br /&gt;&lt;br /&gt;Private IP address&lt;br /&gt;A. 10.0.0.0 - 10.x.x.x&lt;br /&gt;B. 172.16.0.0 - 172.31.x.x&lt;br /&gt;C. 192.168.0.0 - 192.168.x.x&lt;br /&gt;&lt;br /&gt;HOW TO GET A SUBNET&lt;br /&gt;&lt;br /&gt;Using this formula you can subnet all ip that you need to subnet.&lt;br /&gt;Or anything to get subnet and host. And specially route aggregation.&lt;br /&gt;&lt;br /&gt;Some Rules:&lt;br /&gt;&lt;br /&gt;1.Using those valid mask&lt;br /&gt;2.The next level 128i, 64i, 32i etc. this formula is used to get the&lt;br /&gt;first valid IP address and the last valid IP address.&lt;br /&gt;3.In slash /1 - / 32 this is used to know which mask are you going to&lt;br /&gt;use and which First valid IP. Take a look at the formula&lt;br /&gt;&lt;br /&gt;Example:  192.168.4.0/22&lt;br /&gt;&lt;br /&gt; If you look at the formula in  /22 is class C right, and in line of /22&lt;br /&gt;and its valid mask is 252 and the first valid IP is 4 and the last is 7&lt;br /&gt;like this (192.168.7.254/22) next subnet is 192.168.8.0/22 it because&lt;br /&gt;of this 4, 8, 12, 16, 22 etc. So the next valid IP after using 4-7 is 8&lt;br /&gt;so that’s why the next valid IP for the next subnet is 192.168.8.0/22 to&lt;br /&gt;192.168.11.254/255 got it’?&lt;br /&gt;&lt;br /&gt;2nd Formula: how to get subnet and host&lt;br /&gt;/class a,b, or c  + /Bits = SUBNET&lt;br /&gt;/32 - /Bits = HOST&lt;br /&gt;&lt;br /&gt;172.198.0.0/16 = let say the boss ask you. give me 8 subnet for that IP address.&lt;br /&gt;     &lt;br /&gt;first using 2nd Formula in SUBNET in a first slash we are going&lt;br /&gt;to use /16 because boss gives us class B.&lt;br /&gt;Second we are going to use /BITS formula of this is:&lt;br /&gt;&lt;br /&gt;.................|-------------&gt;&gt;&gt; answer: /BITS is 4 so /4&lt;br /&gt;128i 64i 32i 16i 8i 4i 2i 1i&lt;br /&gt;&lt;br /&gt;explaination : why we are using 8i to calculate how many bits that are&lt;br /&gt;we going to use it because boss ask for 8 subnet count backward&lt;br /&gt;8,7,6,5,4,3,2,1 so in valid ip the answer is 4BITS.&lt;br /&gt;&lt;br /&gt;NOTE: if the given subnet is 7, 15, 31, 63, 127 you are goin&lt;br /&gt;     to add 1 Bits like this&lt;br /&gt;     &lt;br /&gt;let say 7 so 7 is...|--------------&gt;&gt; /4bits again          &lt;br /&gt;128i  64i 32i 16i   8i  4i  2i  1i&lt;br /&gt;because i said you need to add 1 Bits in 7,15 etc.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;let say  15 is |--------------&gt;&gt; /5bits   &lt;br /&gt;128i  64i 32i 16i   8i  4i  2i  1i&lt;br /&gt;because i said you need to add 1 Bits in 7,15 etc.  &lt;br /&gt;&lt;br /&gt;But if look like this 62,30,29, 126 you do not need to add.&lt;br /&gt;if you follow the rules you can make it..&lt;br /&gt;&lt;br /&gt;let say 65 is  |--------------------------&gt;&gt; /7bits&lt;br /&gt;________128i  64i 32i 16i   8i  4i  2i  1i&lt;br /&gt;because it is in the range of 64 remember 64 - 126, 32 - 62 and if its 63 you need to add 1 bits.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SECOND: now that we no which Bits we are going to use lets start it.&lt;br /&gt;         &lt;br /&gt;/16 + /4bits = /20 the in line of /20 again think..... the valid mask&lt;br /&gt;is 240, and the valid IP is 16i right.you can make it, i know you are not an idiot....&lt;br /&gt;         &lt;br /&gt;what now..&lt;br /&gt;&lt;br /&gt;answer:&lt;br /&gt;Network:    Subnet &amp;amp; mask    Network #    Valid Hosts       Broadcast&lt;br /&gt;Network A   172.198.16.0 /20   172.198.16.0    172.198.16-31.1-254   172.198.31.255&lt;br /&gt;NETWORK B   172.198.32.0 /20   172.198.32.0    172.198.32-47.1-254  172.198.47.255   &lt;br /&gt;NETWORK C   172.198.48.0 /20   172.198.48.0    172.198.48-63.1-254   172.198.63.255&lt;br /&gt;NETWORK D   172.198.64.0 /20   172.198.64.0    172.198.64-79.1-254   172.198.79.255&lt;br /&gt;NETWORK E   172.198.80.0 /20   172.198.80.0    172.198.80-95.1-254   172.198.95.255&lt;br /&gt;NETWORK F   172.198.96.0 /20   172.198.96.0    172.198.32-96.111-254 172.198.111.255&lt;br /&gt;NETWROK G   172.198.112.0 /20   172.198.112.0  172.198.112-127.1-254 172.198.127.255&lt;br /&gt;     &lt;br /&gt;                 &lt;br /&gt;&lt;br /&gt;Using host it is almost the same the procedure the difference between the two is host are&lt;br /&gt;using /32 - /bits unlike subnet /classes + /bits.... the bits that you are going to use is&lt;br /&gt;like in subnet in 8 subnet 8i,4i,2i,1i answer for bits is /4 remember in subnet example..&lt;br /&gt;&lt;br /&gt;Example of host..&lt;br /&gt;&lt;br /&gt;192.168.21.0/24  for 62 host remember in previous example...&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;...........|-----------------------&gt;&gt;&gt; /6 so  answer: /32 - /6 = /26&lt;br /&gt;128i  64i 32i 16i   8i  4i  2i  1i&lt;br /&gt;remember in host always use /32 to minus /bits..&lt;br /&gt;&lt;br /&gt;     &lt;br /&gt;answer:     192.168.21.64 /26 first valid ip mask 255.255.255.192&lt;br /&gt;       to&lt;br /&gt;           192.168.21.127 /26 last valid ip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;how to know route aggregation: aggregation is the whole or total....&lt;br /&gt;     &lt;br /&gt;letsay you have 16.0.0.0 to 19.0.0.0/8 if you count it 4,8,12,16,20 it&lt;br /&gt;is in the range of 16 right first valid ip so we are using 4i to aggregate&lt;br /&gt;the ip answer is: 252.0.0.0 in mask...&lt;br /&gt;&lt;br /&gt;more sample : 172.168.24.0 to 172.168.32.0/24 in 8,16,24,32 in the range of 24 right&lt;br /&gt;               answer is 8i for 255.255.248.0&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9144886958205007815-8518715891135173692?l=ccnpredhot.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ccnpredhot.blogspot.com/feeds/8518715891135173692/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9144886958205007815&amp;postID=8518715891135173692' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9144886958205007815/posts/default/8518715891135173692'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9144886958205007815/posts/default/8518715891135173692'/><link rel='alternate' type='text/html' href='http://ccnpredhot.blogspot.com/2008/08/ipv4-subnetting.html' title='IPV4 Subnetting'/><author><name>RJ BRUAL</name><uri>http://www.blogger.com/profile/13176273916620964669</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_Qne32AWoKIg/SQH_M2RRqMI/AAAAAAAAAF8/hX9cZpom3H0/S220/P1010048.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_Qne32AWoKIg/SKw6RZLDTII/AAAAAAAAAEM/DoW91ooVl8Q/s72-c/finger+method.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9144886958205007815.post-825997130238980880</id><published>2008-08-14T03:07:00.001-07:00</published><updated>2008-08-14T03:24:35.496-07:00</updated><title type='text'>ISIS Design and Configuration</title><content type='html'>This is using ISIS..&lt;br /&gt;&lt;br /&gt;ISIS-  was originally designed for the OSI protocol suite. The connectionless network services (CLNS) is used by the OSI protocols, and layer3 routing protocols used in connectionless network protocol (CLNP). ISIS is one of two protocols defined by the OSI at the network layer. Form of running ISIS on cisco router is integrated ISIS which support both CLNP and IP.&lt;br /&gt;ISIS uses a two-level hierarchy, allowing a large domain to be subdivided into areas.&lt;br /&gt;Like OSPF a central router will be elected to flood changes to the rest of the segment which greatly cuts down on database maintenance traffic. This central router is the designated intermediate system (DIS).&lt;br /&gt;&lt;br /&gt;ISIS has three types of routers; level1 (L1), level2 (L2), and L1/L2.&lt;br /&gt;&lt;br /&gt;• L1: can form adjacency with any layer1 in the same area and any L1/L2 in the same area.&lt;br /&gt;• L2: can form adjacency with any L2 in any area and with an L1/L2 in any area.&lt;br /&gt;• L1/L2: can form adjacency with any L1 in the same area L1/L2 in any area, and L2 in any area if two L1/L2 routers are forming adjacency they’ll actually form two of them an L1 adjacency and an L2 adjacency.&lt;br /&gt;ISIS 4 types of protocol data unit (PDU’s)&lt;br /&gt;&lt;br /&gt;• HELLOS&lt;br /&gt;• LINK STATE PACKETS&lt;br /&gt;• PARTIAL SEQUENCES NUMBER PDU (PSNP)&lt;br /&gt;• COMPLETE SEQUENCE NUMBER PDU (CSNP)&lt;br /&gt;FOR more information about these 4 types of PDU search in the GOOGLE it will help you!&lt;br /&gt;&lt;br /&gt;Complete list of ISIS Network Types&lt;br /&gt;&lt;br /&gt;• BROADCAST ( intended for LAN : default setting for multipoint WAN)&lt;br /&gt;• Point-to-Point (everything else) :p&lt;br /&gt;WARNING about configuring ISIS over frame-relay a separate frame map statement for clns broadcast and multicast must be written.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;IF YOU WANT MORE INFO SEARCH IT! THIS IS MY SAMPLE CONFIGURATION by REDHOT&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_Qne32AWoKIg/SKQECtz-7MI/AAAAAAAAAAQ/BexCj3iXe50/s1600-h/frame5router.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_Qne32AWoKIg/SKQECtz-7MI/AAAAAAAAAAQ/BexCj3iXe50/s320/frame5router.jpg" alt="" id="BLOGGER_PHOTO_ID_5234313111615237314" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_Qne32AWoKIg/SKQGsTM5kfI/AAAAAAAAAAw/UmBLT4Qhhxg/s1600-h/ISIS1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_Qne32AWoKIg/SKQGsTM5kfI/AAAAAAAAAAw/UmBLT4Qhhxg/s400/ISIS1.jpg" alt="" id="BLOGGER_PHOTO_ID_5234316025049747954" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_Qne32AWoKIg/SKQG2HMQuHI/AAAAAAAAAA4/k4VoYafpIVg/s1600-h/ISIS2.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_Qne32AWoKIg/SKQG2HMQuHI/AAAAAAAAAA4/k4VoYafpIVg/s400/ISIS2.jpg" alt="" id="BLOGGER_PHOTO_ID_5234316193624537202" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Qne32AWoKIg/SKQHHGPN2XI/AAAAAAAAABA/-9qJiXkXehE/s1600-h/ISIS3.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_Qne32AWoKIg/SKQHHGPN2XI/AAAAAAAAABA/-9qJiXkXehE/s400/ISIS3.jpg" alt="" id="BLOGGER_PHOTO_ID_5234316485426272626" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_Qne32AWoKIg/SKQHRf5PB7I/AAAAAAAAABI/nE03ZZNQN-0/s1600-h/ISIS4.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_Qne32AWoKIg/SKQHRf5PB7I/AAAAAAAAABI/nE03ZZNQN-0/s400/ISIS4.jpg" alt="" id="BLOGGER_PHOTO_ID_5234316664112089010" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Qne32AWoKIg/SKQHhObBevI/AAAAAAAAABQ/wsKZWBnKQ3Y/s1600-h/isis5bonus.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_Qne32AWoKIg/SKQHhObBevI/AAAAAAAAABQ/wsKZWBnKQ3Y/s400/isis5bonus.jpg" alt="" id="BLOGGER_PHOTO_ID_5234316934299876082" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Configuration using the Diagram&lt;br /&gt;&lt;br /&gt;int s1/0&lt;br /&gt;no ip add&lt;br /&gt;encap frame&lt;br /&gt;no dce-terminal-timing-enable&lt;br /&gt;no shut&lt;br /&gt;int s1/0.1 multipoint&lt;br /&gt;ip add 172.12.123.1 255.255.255.0&lt;br /&gt;frame map clns 102 broad&lt;br /&gt;frame map ip 172.12.123.2 102 broad&lt;br /&gt;no frame inverse-arp&lt;br /&gt;&lt;br /&gt;note: both R1,R2,R3 are the same configuration like this in frame, don't use frame-relay int-dlci etc, it because ISIS is using clns.if im mistake just tell me. and ofcourse different ip add, and dlci in R2 and R3.!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;configuring ISIS using R1,R2,R3&lt;br /&gt;&lt;br /&gt;R1#int s1/0.1 multipoint&lt;br /&gt;ip router isis&lt;br /&gt;int s1/0.2 multipoint&lt;br /&gt;ip router isis&lt;br /&gt;router isis&lt;br /&gt;net 49.0001.1111.1111.1111.00&lt;br /&gt;Note: all is the same in R1 configuration in R2,R3.the difference is the isis area.using ip router isis is to enable the interfaces. and to make an agreement between R2,R3 devices as to how going to transmit data.LOOK AT THE DIAGRAM.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Configuration of R2 and R4 using interface e0/0. specially the same in R3,and R5 but the difference is ip add ofcourse you know that. and R3,R5 im not configuring level-1 im using the default only reason im so tired ~)&lt;br /&gt;&lt;br /&gt;R4#int e0/0&lt;br /&gt;ip add 37.1.1.2 255.255.255.0&lt;br /&gt;no shut&lt;br /&gt;ip router isis&lt;br /&gt;router isis&lt;br /&gt;net 49.0004.4444.4444.4444.00&lt;br /&gt;is-type level-1&lt;br /&gt;R2#int e0/0&lt;br /&gt;ip add 37.1.1.1 255.255.255.0&lt;br /&gt;ip router isis&lt;br /&gt;isis circuit-type level-1&lt;br /&gt;&lt;br /&gt;Command to show using clns in ISIS:&lt;br /&gt;&lt;br /&gt;#sh clns --- it show the enable interfaces, and the isis area etc..&lt;br /&gt;#sh clns int e0/0 --- it show circuit type if its level 1 or level 1-2, and PDU etc...&lt;br /&gt;#sh clns nei -- it show interfaces, SNPA the Mac add, or DLCI number, states if up, the TYPE if level-1 and etc...&lt;br /&gt;#sh clns nei detail --it show the neighbor details ofcourse (detalye ng kapitbahay) the SNPA, state, type, area address,&lt;br /&gt;              ip add, etc&lt;br /&gt;#sh ip route isis or sh ip route -- ofcourse you know that, look at my image ISIS4 you will see the summary add..&lt;br /&gt;&lt;br /&gt;#######################ISIS AND OSPF they have a similarities just search it if you want to know###############&lt;br /&gt;              ############and ofcourse they hace Differences search it again :p##################&lt;br /&gt;&lt;br /&gt;Using ssh just look at the image see what happen.this is the command: This is just a bonus knowledge.&lt;br /&gt;&lt;br /&gt;aaa new-model&lt;br /&gt;aaa authen login default local&lt;br /&gt;aaa authori exec default local&lt;br /&gt;user redhot priv 15 pass password&lt;br /&gt;&lt;br /&gt;ip ssh domain-name rehdot.com&lt;br /&gt;crypto key generate rsa&lt;br /&gt;ip ssh timeout 5---- seconds&lt;br /&gt;ip ssh authentication-retries&lt;br /&gt;line vty 0 4&lt;br /&gt;transport input ssh ---telnet is splicy deny ~(&lt;br /&gt;&lt;br /&gt;and in the right side that is nmap. nmap is using almost in hacking part. ill just type nmap -sV ip add -- this is to show the version.&lt;br /&gt;&lt;br /&gt;and if you want to know about nmap.moto: search it....&lt;br /&gt;&lt;br /&gt;##########if you want more about ssh etc.... search iT! :~p ###################################&lt;br /&gt;############################just look at my upload image configuration in my lab############################&lt;br /&gt;###################if i have mistake just inform me thanks have a nice day!!!!###########################################&lt;br /&gt;##########################################BY REDHOT######################################################################&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9144886958205007815-825997130238980880?l=ccnpredhot.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ccnpredhot.blogspot.com/feeds/825997130238980880/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9144886958205007815&amp;postID=825997130238980880' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9144886958205007815/posts/default/825997130238980880'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9144886958205007815/posts/default/825997130238980880'/><link rel='alternate' type='text/html' href='http://ccnpredhot.blogspot.com/2008/08/isis-design-and-configuration_14.html' title='ISIS Design and Configuration'/><author><name>RJ BRUAL</name><uri>http://www.blogger.com/profile/13176273916620964669</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_Qne32AWoKIg/SQH_M2RRqMI/AAAAAAAAAF8/hX9cZpom3H0/S220/P1010048.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_Qne32AWoKIg/SKQECtz-7MI/AAAAAAAAAAQ/BexCj3iXe50/s72-c/frame5router.jpg' height='72' width='72'/><thr:total>2</thr:total></entry></feed>
