<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Acls on Aaron&#39;s Worthless Words</title>
    <link>https://a996c8ee.aww-3cz.pages.dev/tags/acls/</link>
    <description>Recent content in Acls on Aaron&#39;s Worthless Words</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 27 Oct 2008 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://a996c8ee.aww-3cz.pages.dev/tags/acls/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using MAC Access-lists</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/10/using-mac-access-lists/</link>
      <pubDate>Mon, 27 Oct 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/10/using-mac-access-lists/</guid>
      <description>&lt;p&gt;We ran into this today, and, though I knew it existed, I never actually saw it in the wild.  I&amp;rsquo;m talking about MAC access-lists.&lt;/p&gt;&#xA;&lt;p&gt;In the example setup, we have a DMZ off of a firewall that contains a whole mess of servers &amp;ndash; email, web, ftp, etc.  These should all be in the DMZ for sure, but they shouldn&amp;rsquo;t talk to each other.  If a bad guy was able to own my FTP server, he would have a nice platform to use to attack my email server.  That&amp;rsquo;s not cool, so we&amp;rsquo;ve put in MAC access-lists to help out.&lt;/p&gt;</description>
    </item>
    <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>Commenting Access-lists</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/03/commenting-access-lists/</link>
      <pubDate>Wed, 12 Mar 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/03/commenting-access-lists/</guid>
      <description>&lt;p&gt;There&amp;rsquo;s a very-overlooked feature of access-lists &amp;ndash; the remark. Yes, this is very basic, but it&amp;rsquo;s worth mentioning, as it has saved me anguish time and time again.&lt;/p&gt;&#xA;&lt;p&gt;I use remarks to document each line of an ACL (on IOS, PIX, FWSM, ASA, etc.) so that when I go back later, I actually know what I did. They&amp;rsquo;re simple to use, and, I promise you, you&amp;rsquo;ll thank yourself for using it when the CTO asks why access to TCP/80 is open from the Internet to the development server.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
