<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Community String &#187; EIGRP</title>
	<atom:link href="http://communitystring.com/category/routing/eigrp/feed/" rel="self" type="application/rss+xml" />
	<link>http://communitystring.com</link>
	<description>My personal CCIE study notes for the Routing &#38; Switching track</description>
	<lastBuildDate>Wed, 20 Apr 2011 10:54:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>EIGRP Metrics</title>
		<link>http://communitystring.com/2008/07/eigrp-metrics/</link>
		<comments>http://communitystring.com/2008/07/eigrp-metrics/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 12:58:16 +0000</pubDate>
		<dc:creator>Bradley</dc:creator>
				<category><![CDATA[EIGRP]]></category>
		<category><![CDATA[EIGRP K Values]]></category>
		<category><![CDATA[Routing]]></category>

		<guid isPermaLink="false">http://communitystring.com/?p=16</guid>
		<description><![CDATA[The EIGRP K values are used to calculate the EIGRP metric, by default the metric is based on constrained bandwidth, and cumulative delay but can be configured to use Link load, reliability &#38; MTU. Cisco Recommends that Link Load &#38; Reliability are not used in the metric as these values change rapidly due to network [...]]]></description>
			<content:encoded><![CDATA[<p>The EIGRP K values are used to calculate the EIGRP metric, by default the metric is based on constrained bandwidth, and cumulative delay but can be configured to use Link load, reliability &amp; MTU. Cisco Recommends that Link Load &amp; Reliability are not used in the metric as these values change rapidly due to network conditions and results in frequent convergence.</p>
<p>The delay is a calculated as the cumulative total delay of the path through the network, this is measured in tens of microseconds so a 10millisecond (ms) delay = 1000 tens of microseconds.</p>
<p>The bandwidth is calculated in the minimum interface bandwidth available and measured in kB.</p>
<p>If the default K-Values are used the Bandwidth and Delay are scaled with the following formula<br />
<em>EIGRP metric = 256(10000000/bandwidth)+256(delay)</em></p>
<p>The full official formula which includes all the K values is as follows;<br />
<em>EIGRP metric = [K1 * bandwidth + (K2 * bandwidth) / (256 - load) + K3 * delay] * [K5 / (reliability + K4)]</em></p>
<p>The K values can be changed with the following command<br />
<em>metric weights tos k1 k2 k3 k4 k5</em></p>
<p>Where; k1 = bandwidth, k2 = load, k3 = delay, k4 = reliability &amp; k5 = MTU.</p>
]]></content:encoded>
			<wfw:commentRss>http://communitystring.com/2008/07/eigrp-metrics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

