<?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: What is the use of Loop Back Interfaces on a Cisco Router??</title>
	<atom:link href="http://www.routersguide.com/blog/cisco-router/what-is-the-use-of-loop-back-interfaces-on-a-cisco-router/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.routersguide.com/blog/cisco-router/what-is-the-use-of-loop-back-interfaces-on-a-cisco-router/</link>
	<description>This blog will tell you everything that you need to know about Cisco, Juniper, Netgear, Linksys, and Foundry wireless routers.</description>
	<lastBuildDate>Sat, 31 Jul 2010 04:10:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: networkmaster</title>
		<link>http://www.routersguide.com/blog/cisco-router/what-is-the-use-of-loop-back-interfaces-on-a-cisco-router/comment-page-1/#comment-7102</link>
		<dc:creator>networkmaster</dc:creator>
		<pubDate>Fri, 22 Jan 2010 23:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.routersguide.com/blog/cisco-router/what-is-the-use-of-loop-back-interfaces-on-a-cisco-router/#comment-7102</guid>
		<description>A loopback interface is ALWAYS active and CANNOT fail, that is the reason they are used, they are always in the up/up state and this makes routing protocols such as OSPF and BGP much more stable, as opposed to using a real interface.  

In addition, some routing protocols like OSPF will use the highest IP address configured on the router as the router ID, but you can override this behavior by configuring a loopback address.  

Finally, you can use the loopback address as the &quot;source interface&quot; for traffic that is generated by the router, such as syslog packets, SNMP traps, and security related packets.  

A typical config file&#039;s loopback related commands might look like this:
interface Loopback0
  ip address 172.16.1.1 255.255.255.255
router ospf 100
  router-id 172.16.1.1
ip tftp source-interface Loopback0
ip tacacs source-interface Loopback0
logging source-interface Loopback0
snmp-server trap-source Loopback0</description>
		<content:encoded><![CDATA[<p>A loopback interface is ALWAYS active and CANNOT fail, that is the reason they are used, they are always in the up/up state and this makes routing protocols such as OSPF and BGP much more stable, as opposed to using a real interface.  </p>
<p>In addition, some routing protocols like OSPF will use the highest IP address configured on the router as the router ID, but you can override this behavior by configuring a loopback address.  </p>
<p>Finally, you can use the loopback address as the &quot;source interface&quot; for traffic that is generated by the router, such as syslog packets, SNMP traps, and security related packets.  </p>
<p>A typical config file&#8217;s loopback related commands might look like this:<br />
interface Loopback0<br />
  ip address 172.16.1.1 255.255.255.255<br />
router ospf 100<br />
  router-id 172.16.1.1<br />
ip tftp source-interface Loopback0<br />
ip tacacs source-interface Loopback0<br />
logging source-interface Loopback0<br />
snmp-server trap-source Loopback0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lord_of_Armenia</title>
		<link>http://www.routersguide.com/blog/cisco-router/what-is-the-use-of-loop-back-interfaces-on-a-cisco-router/comment-page-1/#comment-7103</link>
		<dc:creator>Lord_of_Armenia</dc:creator>
		<pubDate>Fri, 22 Jan 2010 23:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.routersguide.com/blog/cisco-router/what-is-the-use-of-loop-back-interfaces-on-a-cisco-router/#comment-7103</guid>
		<description>Some virtual networking applications use loopback connections to make a computer think that its connected to a network when it is really just connected to itself.

There are probably other uses as well.</description>
		<content:encoded><![CDATA[<p>Some virtual networking applications use loopback connections to make a computer think that its connected to a network when it is really just connected to itself.</p>
<p>There are probably other uses as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
