<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Hsrp on Aaron&#39;s Worthless Words</title>
    <link>https://a996c8ee.aww-3cz.pages.dev/tags/hsrp/</link>
    <description>Recent content in Hsrp on Aaron&#39;s Worthless Words</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 12 Jun 2008 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://a996c8ee.aww-3cz.pages.dev/tags/hsrp/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ACLs and HSRP, BGP, OSPF, VRRP, GLBP...</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/06/acls-and-hsrp-bgp-ospf-vrrp-glbp/</link>
      <pubDate>Thu, 12 Jun 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/06/acls-and-hsrp-bgp-ospf-vrrp-glbp/</guid>
      <description>&lt;p&gt;Here&amp;rsquo;s a handy list of ACL entries to allow your devices to speak routing protocols, availability protocols, and some other stuff. We&amp;rsquo;ll assume you have ACL 101 applied to your Ethernet inbound; your Ethernet has an IP of 192.168.0.1.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;BGP : Runs on TCP/179 between the neighbors&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;code&gt;access-list 101 permit tcp any host 192.168.0.1 eq 179&lt;/code&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;EIGRP : Runs on its own protocol number from the source interface IP to the multicast address of 224.0.0.10&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;code&gt;access-list 101 permit eigrp any host 224.0.0.10&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Object Tracking and HSRP</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2007/10/object-tracking-and-hsrp/</link>
      <pubDate>Fri, 19 Oct 2007 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2007/10/object-tracking-and-hsrp/</guid>
      <description>&lt;p&gt;We&amp;rsquo;ve done some tracking with HSRP in other articles, but there are lots and lots of ways to use object tracking on an HSRP device. In our example network, we tracked the interface, and, if it went down, we decremented the standby priority. What if just the line protocol goes down? How about if the BGP peer on the other end stops sending you routes? If you don&amp;rsquo;t know that object tracking is the answer, you didn&amp;rsquo;t read the title.&lt;/p&gt;</description>
    </item>
    <item>
      <title>HSRP Interface Tracking</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2007/09/hsrp-interface-tracking/</link>
      <pubDate>Sun, 23 Sep 2007 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2007/09/hsrp-interface-tracking/</guid>
      <description>&lt;p&gt;Remember the article on &lt;a href=&#34;http://aconaway.com/2007/08/20/router-on-a-stick/&#34; title=&#34;AConaway.com -- Router-on-a-stick&#34;&gt;router-on-a-stick&lt;/a&gt;? And the one on &lt;a href=&#34;http://aconaway.com/2007/08/21/running-hsrp-for-availability/&#34; title=&#34;AConaway.com -- Running HSRP for Availability&#34;&gt;HSRP&lt;/a&gt;? Let&amp;rsquo;s add to that example network, shall we? Let&amp;rsquo;s make those routers into edge routers so they connect your internal network to the Internet with some size circuit. Let&amp;rsquo;s just say they each terminate &lt;a href=&#34;http://en.wikipedia.org/wiki/DS3&#34; title=&#34;Wikipedia -- Digital Signal 3&#34;&gt;DS3s&lt;/a&gt; to different providers.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s our network now (I&amp;rsquo;m experimenting with Visio alternatives, so excuse the diagram footer there). Let&amp;rsquo;s assume that we have [tag]HSRP[/tag] set up like the HSRP article and that we have many sub-interfaces on the Ethernet side of the routers like the ROAS article. Also, Router1 is the HSRP active peer and each router has a default route pointing to the upstream ISP through interface Serial 0/0.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Running HSRP for Availability</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2007/08/running-hsrp-for-availability/</link>
      <pubDate>Wed, 22 Aug 2007 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2007/08/running-hsrp-for-availability/</guid>
      <description>&lt;p&gt;In &lt;a href=&#34;http://aconaway.com/2007/08/20/router-on-a-stick/&#34; title=&#34;aconaway.com -- Router-on-a-stick&#34;&gt;the article describing a router-on-a-stick&lt;/a&gt;, I mentioned that I would use two routers that run HSRP for availability, so I figured that I would write up a short post on what it is and how it works.&lt;/p&gt;&#xA;&lt;p&gt;HSRP (Hot Standby Router Protocol) is a Cisco-proprietary protocol for establishing two or more layer-3 devices as a fault-tolerant gateway. Please note that it is not a &lt;em&gt;routing&lt;/em&gt; protocol like OSPF or BGP. HSRP provides availability and fault-tolerance&amp;hellip;it does not advertise routes. I actually found several Google results that said it was a routing protocol. Those were on the first page of the results, so be careful when searching! Webopedia.com is terrible.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
