<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>NetworkingBoards.com Blog</title>
	<atom:link href="http://networkingboards.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://networkingboards.com/blog</link>
	<description>Computer Networking Articles and Networking Professional Buzz</description>
	<pubDate>Thu, 13 Dec 2007 19:42:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>My Life with networking</title>
		<link>http://networkingboards.com/blog/2007/12/13/my-life-with-networking/</link>
		<comments>http://networkingboards.com/blog/2007/12/13/my-life-with-networking/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 19:16:46 +0000</pubDate>
		<dc:creator>amol0009in_7</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://networkingboards.com/blog/2007/12/13/my-life-with-networking/</guid>
		<description><![CDATA[My real life experiences]]></description>
			<content:encoded><![CDATA[<p>Hi guys ,<br />
Just decided to write a blog so that i can share my daily networking troubleshooting experiences and some new ideas! that i learn from the web.Hope you will like it.</p>
<p>Thanks </p>
<p>1) Today there was activity of Router Replacement<br />
Everyone thinks that this is not a big deal , but as someone said
<ol>
Experience counts</ol>
<p> So Let me tell you what i faced :-<br />
       I went to Data Centre 1/2 hour before and mounted the router in rack, then thought that fastethernet cable was lying down crossing 1 rack why not fit the fastethernet cable to the patch panel which is situated in the rack itself&#8230;&#8230;&#8211;the one who had done this might be idiot </li>
<p> i thought and then i began testing whether vlan are same , cable is proper&#8230;</p>
<p>Oh my god the downtime has started, so i just skipped it and started my activity</p>
<p>First, i shutdown the router then removed the cables and inserted card into new routers(1 Channelized E1/T1 Card, 1 Serial Card, 1 WIC2T card )
<ul>
But hey which cable are inserted in which card ??</ul>
<p> By god&#8217;s grace my memory was sharp and i wasted 5 min in remembering the cables and lastly inserted properly.</p>
<p>Now i started my new Router(2651XM) and everything was ok! Then 5 min remaining , i thought why not change the fastethernet cable as i thought earlier ..and i went to do the same.</p>
<p>I inserted cable into proper vlan and then my god what happened i wasn&#8217;t able to ping other network behind fastethernet 0/0 &#8230;.</p>
<p>Downtime finished and i realized the duplex !!!</p>
<p>I went quickly and typed the following command:</p>
<p><strong>set port duplex 3/3 full</strong><br />
but nothing happened and the port was still in half duplex then i entered the following command and miracles happened..<br />
<strong>set port speed 3/3 100</strong></p>
<p>And i remembered<em> in CAT OS set speed first and then duplex </em><br />
So if you are going for router replacement just ensure that below things are in place:-</p>
<blockquote><p><strong>1) Configure your router properly beforehand<br />
2) Label the cables on the existing router<br />
3) Check whether the cables will reach to the location where router will be fitted<br />
4) Mount the router in the rack</strong></p>
<p>And ya one more just don&#8217;t forget that <strong>in CAT OS set speed first and then duplex</strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://networkingboards.com/blog/2007/12/13/my-life-with-networking/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Eigrp Topology Table And Routing Table</title>
		<link>http://networkingboards.com/blog/2007/07/21/eigrp-topology-table-and-routing-table/</link>
		<comments>http://networkingboards.com/blog/2007/07/21/eigrp-topology-table-and-routing-table/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 18:20:36 +0000</pubDate>
		<dc:creator>NightShade</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://networkingboards.com/blog/2007/07/21/eigrp-topology-table-and-routing-table/</guid>
		<description><![CDATA[FD=feasable distance - The feasible distance is the best metric to reach the destination or the best metric that was known when the route went active
AD=advertised distance - Distance advertised by the neighbor to the destination
AD = distance from the neighbor router to the destination
Simple example
R1&#8212;&#8212;&#8212;R2&#8212;&#8212;&#8211;R3&#8212;&#8212;&#8212;R4&#8212;-networkx
Cost from R1 to R2 R3 R4 to network x [...]]]></description>
			<content:encoded><![CDATA[<p>FD=feasable distance - The feasible distance is the best metric to reach the destination or the best metric that was known when the route went active</p>
<p>AD=advertised distance - Distance advertised by the neighbor to the destination<br />
AD = distance from the neighbor router to the destination</p>
<p>Simple example</p>
<p>R1&#8212;&#8212;&#8212;R2&#8212;&#8212;&#8211;R3&#8212;&#8212;&#8212;R4&#8212;-networkx</p>
<p>Cost from R1 to R2 R3 R4 to network x =9</p>
<p>Cost from R2 to network x is umm 5 so AD is 5</p>
<p>FD = 9</p>
<p>FD and AD are cost calculated individually it doesnt have any relationship and you cant add them&#8230;.</p>
<p>Here is how it works</p>
<p>metric = [K1 * bandwidth + (K2 * bandwidth) / (256 - load) + K3 * delay] * [K5 / (reliability + K4)]</p>
<p>The default values for K are:</p>
<p>*</p>
<p>K1 = 1<br />
*</p>
<p>K2 = 0<br />
*</p>
<p>K3 = 1<br />
*</p>
<p>K4 = 0<br />
*</p>
<p>K5 = 0</p>
<p>Now what does this K value mean? or do? well it tells the router which metrics you will be using for the calculation&#8230; so as you see K1 has a value of 1 and k3 has a value of 1 also so if you look the metric formula you will notice that the metric formula will be reduced to this<br />
metric = bandwidth + delay</p>
<p>If you had a 1 value in K2 then it will use also the LOAD metric for FD calculation&#8230;. plus the bandwich and delay that they had cause of the value of 1 of K1 and K3</p>
<p>Now ok we know that so, so good so far.<br />
<img src="http://www.cisco.com/warp/public/103/eigrp2.gif" height="245" width="466" /><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR></p>
<p><strong>FD calculation</strong><br />
When the router is calculating the FD it does it by itself. It doesnt see any advertised distance to do it&#8230; its individually calculated.</p>
<p>bandwidth = (10000000/bandwidth(i)) * 256<br />
formula was reduced to this cause of the K values</p>
<p>minimum bandwidth = 56k [b]of route 1-4-2-network B[/b]<br />
metric=[(10000000/56) + 2200] x 256=46277376</p>
<p>THE OTHER ROUTE</p>
<p>minimum bandwidth = 128k [b]of route 1-3-2-network B[/b]</p>
<p>[(10000000/128) + 1200] x 256=20307200<br />
So to reach Network A, Router One chooses the route through Router Three<br />
which will be the FD!!<br />
FD= 20307200</p>
<p><strong>ADVERTISE route calculation</strong><br />
We sit on router 3 now and calculate how much it will be in metric to reach network B</p>
<p>minimum bandwidth = 10000k [b]of route 3-2-network B[/b] there is a change of the minimum bandwidth here!<br />
[(10000000/10000) + 200] x 256=307200.   DELAY changed here to 200 because 100+100=200 hehe</p>
<p>so the AD here will be 307200</p>
<p>Now the router 1 still calcualates the route to network B through router 4 but this will remain in the topology table here is the calculation</p>
<p>minimum bandwidth = 56k<br />
metric=[(10000000/56) + 2200] x 256=46277376</p>
<p>the AD distance to network B will be the same as you can see it has the same delay and bandwidtch to detiny</p>
<p>so in the topology table we will have</p>
<p><strong>P 172.16.80.0 255.255.255.0, 1 successors, FD is 20307200</strong></p>
<p><strong>via 172.16.80.1 (46277376/307200), Serial1</strong></p>
<p><strong>via 172.16.80.5 (20307200/307200), Serial2</strong></p>
<p>so<br />
(46277376/307200) first number is the distance from the router you are at  to the network B, the second number is the advertised distance of the neighbor router to the destination network B</p>
<p>If you had another route for example you had this one also calculated by the router<br />
via 172.16.80.5 (20307200/30307200), Serial2 this one you will NOT see it on the topology table because the Advertised distance is higher than the FD&#8230; the advertise distance is 30307200  Remenber for being here it must meet a feasible condition which is &#8220;the Advertised distance cant be higher than the FD&#8221;<br />
Now with this table EIGRP does the routing table by picking the BEST route to the destination and placing it on the routing table<br />
so in this example you will see in the routing table just this route</p>
<p>D 10.1.1.0 via 172.16.80.5 (90/20307200), Serial2</p>
<p>So as you see you will only see that one because is the best one between all the ones in the topology table&#8230;</p>
<p>so you will have this route as a back up in the topology table via 172.16.80.1 (46277376/307200), Serial1<br />
if the via 172.16.80.5 (20307200/307200), Serial2 route fails then it will use the one that had as back up in the topology table which is via 172.16.80.1 (46277376/307200), Serial1</p>
<p>Now what will happen if we got 2 routes with the same metric to the destination in the topology table? ah if this happens it will place BOTH routes in the routing table and load and balance between them&#8230;.</p>
<p>EIGRP can load and balance 4 routes by default&#8230;. this means if we got 4 best routes with the best metric then it will place the 4 in the routing table and load and balance&#8230;.</p>
<blockquote></blockquote>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://networkingboards.com/blog/2007/07/21/eigrp-topology-table-and-routing-table/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to the NetworkingBoards.com Blog!</title>
		<link>http://networkingboards.com/blog/2007/07/09/welcome-to-the-networkingboardscom-blog/</link>
		<comments>http://networkingboards.com/blog/2007/07/09/welcome-to-the-networkingboardscom-blog/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 19:14:31 +0000</pubDate>
		<dc:creator>cmdeane</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://networkingboards.com/blog/?p=3</guid>
		<description><![CDATA[Hello I.T and Networking Crowd!
This is NetworkingBoards.com&#8217;s new tech blog and professional ramblings! Here you will get to read articles by your peers on some real thick networking materials, some Q and A and articles relating to the field. Our authors are just like you, people in the Networking or I.T field, striving for personal [...]]]></description>
			<content:encoded><![CDATA[<p>Hello I.T and Networking Crowd!</p>
<p>This is NetworkingBoards.com&#8217;s new tech blog and professional ramblings! Here you will get to read articles by your peers on some real thick networking materials, some Q and A and articles relating to the field. Our authors are just like you, people in the Networking or I.T field, striving for personal greatness, accredations and certifications. Infact you will hear alot of Cisco stuff and certifcation related banter on this RSS feed!</p>
<p>So grab a seat, pull up your laptop and load your hyperterminal! This is the new tech thing from NetworkingBoards.com!</p>
<p>CMDeane</p>
]]></content:encoded>
			<wfw:commentRss>http://networkingboards.com/blog/2007/07/09/welcome-to-the-networkingboardscom-blog/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
