<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: asa 8.3 acl in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097757#M393027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provided that the following things that I state are true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Server Local IP = 192.168.50.2&lt;/LI&gt;&lt;LI&gt;Server Public IP = 50.193.200.105 (ASA "outside-itt")&lt;/LI&gt;&lt;LI&gt;Port to be forwarded = TCP/10800&lt;/LI&gt;&lt;LI&gt;Connections need to be allowed from the public source IP address of 192.108.200.11&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then your configuration could look like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REMOVE THE OLD NAT CONFIGURATIONS BEFORE THIS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Commands&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;object network itt&lt;/LI&gt;&lt;LI&gt; no nat (any,any) static 192.108.200.11 service tcp 10800 10800 &lt;/LI&gt;&lt;LI&gt;exit&lt;/LI&gt;&lt;LI&gt;no object network itt&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network ITT&lt;/P&gt;&lt;P&gt; host 192.168.50.2&lt;/P&gt;&lt;P&gt; nat (itt-inside,outside-itt) static interface service tcp 10800 10800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list OUTSIDE-ITT-IN permit tcp host 192.108.200.11 object ITT eq 10800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group OUTSIDE-ITT-IN in interface outside-itt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if the information was helpfull and if it corrected your problem please mark the question as answered &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also ask more questions if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jan 2013 21:54:26 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-01-11T21:54:26Z</dc:date>
    <item>
      <title>asa 8.3 acl</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097756#M393023</link>
      <description>&lt;P&gt;Sorry but I'm new to ASA. Trying to learn but I can't understand the process to set up an ASA acl. here is my clean txt file can some one tell me what &lt;/P&gt;&lt;P&gt;I'm doing wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isimply trying to get a single IP to come in and nat to 192.168.50.2.&lt;/P&gt;&lt;P&gt;outside interface is 50.193.200.105. The IP I want to receive is 192.108.200.11 port 10800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh run&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;ASA Version 8.3(1) &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; nameif outside-itt&lt;/P&gt;&lt;P&gt; security-level 30&lt;/P&gt;&lt;P&gt; ip address 50.193.200.105 255.255.255.248 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; nameif itt-inside&lt;/P&gt;&lt;P&gt; security-level 70&lt;/P&gt;&lt;P&gt; ip address 192.168.50.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif management&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clock timezone utc 0&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; domain-name t&lt;/P&gt;&lt;P&gt;object network&lt;/P&gt;&lt;P&gt; host 192.168.50.2&lt;/P&gt;&lt;P&gt;object-group network itt-PENN&lt;/P&gt;&lt;P&gt;access-list itt extended permit tcp host 192.108.200.11 host 192.168.50.1 eq 10800 &lt;/P&gt;&lt;P&gt;access-list itt extended deny ip any any &lt;/P&gt;&lt;P&gt;pager lines 50&lt;/P&gt;&lt;P&gt;logging timestamp&lt;/P&gt;&lt;P&gt;logging console critical&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu management 1500&lt;/P&gt;&lt;P&gt;mtu outside-itt 1500&lt;/P&gt;&lt;P&gt;mtu itt-inside 1500&lt;/P&gt;&lt;P&gt;ip audit info action drop&lt;/P&gt;&lt;P&gt;ip audit attack action drop&lt;/P&gt;&lt;P&gt;no failover&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network itt&lt;/P&gt;&lt;P&gt; nat (any,any) static 192.108.200.11 service tcp 10800 10800 &lt;/P&gt;&lt;P&gt;route outside-IGS 0.0.0.0 0.0.0.0 50.193.238.110 1&lt;/P&gt;&lt;P&gt;timeout xlate 1:00:00&lt;/P&gt;&lt;P&gt;timeout conn 0:30:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;timeout tcp-proxy-reassembly 0:01:00&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;&amp;nbsp; class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:45:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097756#M393023</guid>
      <dc:creator>k.langley</dc:creator>
      <dc:date>2019-03-12T00:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: asa 8.3 acl</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097757#M393027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provided that the following things that I state are true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Server Local IP = 192.168.50.2&lt;/LI&gt;&lt;LI&gt;Server Public IP = 50.193.200.105 (ASA "outside-itt")&lt;/LI&gt;&lt;LI&gt;Port to be forwarded = TCP/10800&lt;/LI&gt;&lt;LI&gt;Connections need to be allowed from the public source IP address of 192.108.200.11&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then your configuration could look like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REMOVE THE OLD NAT CONFIGURATIONS BEFORE THIS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Commands&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;object network itt&lt;/LI&gt;&lt;LI&gt; no nat (any,any) static 192.108.200.11 service tcp 10800 10800 &lt;/LI&gt;&lt;LI&gt;exit&lt;/LI&gt;&lt;LI&gt;no object network itt&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network ITT&lt;/P&gt;&lt;P&gt; host 192.168.50.2&lt;/P&gt;&lt;P&gt; nat (itt-inside,outside-itt) static interface service tcp 10800 10800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list OUTSIDE-ITT-IN permit tcp host 192.108.200.11 object ITT eq 10800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group OUTSIDE-ITT-IN in interface outside-itt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if the information was helpfull and if it corrected your problem please mark the question as answered &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also ask more questions if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 21:54:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097757#M393027</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-01-11T21:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: asa 8.3 acl</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097758#M393030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above configuration you posted says that both interfaces are in "shutdown"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go under each interface with "interface Ethernet0/0" and "interface Ethernet0/1" and issue the command "no shutdown" to bring up the interfaces IF they are indeed configured to "shutdown"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 21:56:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097758#M393030</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-01-11T21:56:37Z</dc:date>
    </item>
    <item>
      <title>asa 8.3 acl</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097759#M393031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still showing untranslated_hits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access list is showing no hit counts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 17:48:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097759#M393031</guid>
      <dc:creator>k.langley</dc:creator>
      <dc:date>2013-01-14T17:48:52Z</dc:date>
    </item>
    <item>
      <title>asa 8.3 acl</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097760#M393033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are connecting from the "outside" its supposed to show untranslated hits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have the ACL attached to the interface with the "access-group" command?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post your NAT and ACL commands again after changing them so I can see they correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was my understanding that you wanted to do the following&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Forward port TCP/10800 to the LAN host IP of 192.168.50.2&lt;/LI&gt;&lt;LI&gt;Public IP that you want to use is the "outside" interface IP address&lt;/LI&gt;&lt;LI&gt;You want to open traffic from the source IP address of 192.108.200.11&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 17:56:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097760#M393033</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-01-14T17:56:08Z</dc:date>
    </item>
    <item>
      <title>asa 8.3 acl</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097761#M393035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; speed 10&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; nameif outside-ITT&lt;/P&gt;&lt;P&gt; security-level 30&lt;/P&gt;&lt;P&gt; ip address 50.193.200.105 255.255.255.248&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; nameif ITT-inside&lt;/P&gt;&lt;P&gt; security-level 70&lt;/P&gt;&lt;P&gt; ip address 192.168.50.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif management&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network ITT&lt;/P&gt;&lt;P&gt; host 192.168.50.2&lt;/P&gt;&lt;P&gt;access-list OUTSIDE-ITT-IN extended permit tcp host 192.108.200.11 object ITT eq 10800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network ITT&lt;/P&gt;&lt;P&gt; nat (ITT-inside,outside-ITT) static interface service tcp 10800 10800&lt;/P&gt;&lt;P&gt;access-group OUTSIDE-ITT-IN in interface outside-ITT&lt;/P&gt;&lt;P&gt;route outside-IGS 0.0.0.0 0.0.0.0 50.193.200.110 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 18:24:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097761#M393035</guid>
      <dc:creator>k.langley</dc:creator>
      <dc:date>2013-01-14T18:24:31Z</dc:date>
    </item>
    <item>
      <title>asa 8.3 acl</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097762#M393037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is outside-IGS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant see any interface named that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shouldnt the default route be pointing through interface "outside-ITT"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 18:28:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097762#M393037</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-01-14T18:28:15Z</dc:date>
    </item>
    <item>
      <title>asa 8.3 acl</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097763#M393038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;typo that should say outside-ITT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll look at the default route. Got a little wrapped around the axle on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 19:38:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097763#M393038</guid>
      <dc:creator>k.langley</dc:creator>
      <dc:date>2013-01-14T19:38:59Z</dc:date>
    </item>
    <item>
      <title>asa 8.3 acl</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097764#M393040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;route outside-ITT 0.0.0.0 0.0.0.0 50.193.200.105 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 19:43:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097764#M393040</guid>
      <dc:creator>k.langley</dc:creator>
      <dc:date>2013-01-14T19:43:59Z</dc:date>
    </item>
    <item>
      <title>asa 8.3 acl</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097765#M393041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just found out they want to add port 10801 out bound&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 19:45:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-acl/m-p/2097765#M393041</guid>
      <dc:creator>k.langley</dc:creator>
      <dc:date>2013-01-14T19:45:24Z</dc:date>
    </item>
  </channel>
</rss>

