<?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>The Journey of a Network Engineer &#187; failure</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/network-engineering-journey/tag/failure/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/network-engineering-journey</link>
	<description></description>
	<lastBuildDate>Tue, 26 Feb 2013 11:05:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to configure BFD?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-engineering-journey/how-to-configure-bfd/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-engineering-journey/how-to-configure-bfd/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 08:15:49 +0000</pubDate>
		<dc:creator>Sulaiman Syed</dc:creator>
				<category><![CDATA[bfd]]></category>
		<category><![CDATA[CCIE]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[detection]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-engineering-journey/?p=185</guid>
		<description><![CDATA[Bi-directional Forwarding Detection (BFD) is the technology responsible to detect the link down in the milliseconds region. It is important to be used specially in Datacenter, where any link failure should be detected very fast so the network can converge. This of course requires a proper redundant network otherwise there would be not much of [...]]]></description>
				<content:encoded><![CDATA[<p><span>Bi-directional Forwarding Detection (BFD) is the technology responsible to detect the link down in the milliseconds region. It is important to be used specially in Datacenter, where any link failure should be detected very fast so the network can converge. This of course requires a proper redundant network otherwise there would be not much of convergence going on. </span></p>
<p>The configurations are very simple.</p>
<blockquote><p>interface Ethernet0/1<br />
ip address 155.1.146.4 255.255.255.0<br />
bfd interval 50 min_rx 50 multiplier 3<br />
!<br />
router eigrp 100<br />
bfd interface Ethernet0/1<br />
network 0.0.0.0<br />
no auto-summary</p></blockquote>
<p>First, create the instance of BFD in the interface, then associate that instance within the router process with the interface.</p>
<p>Hope this was informative.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-engineering-journey/how-to-configure-bfd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
