<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Glbp on Aaron&#39;s Worthless Words</title>
    <link>https://a996c8ee.aww-3cz.pages.dev/tags/glbp/</link>
    <description>Recent content in Glbp 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/glbp/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>ASA &#43; HSRP/VRRP/GLBP = undef</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/04/asa-hsrpvrrpglbp-undef/</link>
      <pubDate>Sat, 05 Apr 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/04/asa-hsrpvrrpglbp-undef/</guid>
      <description>&lt;p&gt;I use Google Analytics to track the 2 or 3 hits I get a day, and sometimes I see some interesting search terms. Yesterday, some googled up the term &amp;ldquo;does the ASA 5505 run HSRP&amp;rdquo;; I think that deserves a short article.&lt;/p&gt;&#xA;&lt;p&gt;The ASA and PIX firewalls don&amp;rsquo;t actually run any of the usual HA solutions you use on routers. They don&amp;rsquo;t do HSPR, VRRP, or GLBP at all. Since firewalls have all sorts of state tables, connection tables, translation tables, blah, blah, blah, they need to share more information than just if they&amp;rsquo;re alive or not, so they use different methods to provide HA.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Configuring GLBP</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/03/configuring-glbp/</link>
      <pubDate>Sat, 22 Mar 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/03/configuring-glbp/</guid>
      <description>&lt;p&gt;Believe it or not, I got a request for an article on how to configure GLBP. I&amp;rsquo;m as shocked as you are, so here it goes.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://cisco.com/en/US/docs/ios/12_2t/12_2t15/feature/guide/ft_glbp.html&#34; title=&#34;Cisco.com -- GLBP&#34;&gt;The Gateway Load Balancing Protocol (GLBP)&lt;/a&gt; is another Cisco-proprietary protocol for providing highly-available gateways on a network&amp;hellip;but there&amp;rsquo;s a twist. GLBP, as you can figure out from the name, load-balances the traffic going through the participating routers. With &lt;a href=&#34;http://aconaway.com/category/cisco/hsrp/&#34; title=&#34;AConaway.com -- HSRP&#34;&gt;HSRP&lt;/a&gt; and VRRP, one host is the active peer and handles all the traffic until it dies, then another peer takes over. With GLBP, all the routers accept traffic.&lt;/p&gt;</description>
    </item>
    <item>
      <title>HSRP vs. GLBP</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/03/hsrp-vs-glbp/</link>
      <pubDate>Tue, 18 Mar 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/03/hsrp-vs-glbp/</guid>
      <description>&lt;p&gt;HSRP (Hot Standby Router Protocol) is a Cisco-proprietary method for supplying a highly-available gateway for hosts to use. GLBP (Gateway Load Balancing Protocol) does the same thing. So, what&amp;rsquo;s the difference?&lt;/p&gt;&#xA;&lt;p&gt;HSRP works on layer 3 and provides a standby IP address for hosts on that network to use as their gateway (or other routers to use as a next-hop for a route). Two or more routers are configured with the standby IP on a broadcast interface (usually an Ethernet of some kind), and a passive election is held to determine the active router. This router answers ARP requests for the standby IP with a virtual MAC address, so every host that sends packets to the standby IP winds up sending it to the active router. If the active router dies, another election is held, and a new king is crowned who answers for the virtual MAC; the hosts never know anything happened.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
