<?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 Confusing with ASA 8.3 Setup in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814477#M459969</link>
    <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have no come across with doing any PIX/ASA before. I have been assigned by my project manager to migrating the old PIX to new ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read thru online guide on how to migrate PIX to ASA and don’t fully understand on the new setup work. And I had completed some of the command but I found it is weird. I need advised on this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;Static NAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;PIX:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.1.2 10.152.1.2 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Question: Does this mean I am doing the NAT for outside to inside? Mean 192.168.1.2 traffic into 10.152.1.2?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;ASA:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;object network obj-10.152.1.2_outside-inside&lt;/P&gt;&lt;P&gt; host 10.152.1.2&lt;/P&gt;&lt;P&gt;object network obj-10.152.1.2_outside-inside&lt;/P&gt;&lt;P&gt; nat (inside,outside) static 192.168.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;The show NAT command shown:-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1 (inside) to (outside) source static obj-10.152.1.2_outside-inside 192.168.1.2&lt;/P&gt;&lt;P style="text-indent: 9.75pt;"&gt;translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Question: I am define an traffic from outside to come inside, but the show nat command show (inside) to (outside), what does it really mean?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;Dynamic NAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;PIX:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;global (outside) 2 192.168.1.2 netmask 255.255.255.224&lt;/P&gt;&lt;P&gt;nat (inside) 2 10.152.1.2 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Question: the netmask 255.255.255.224 define here mean I will have a range for outside of 192.168.1.2 to 192.168.1.32? Abit confuse on this setup. Is this setting to allow traffic from inside to outside?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;ASA:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;object network obj-10.152.1.2_inside-outside&lt;/P&gt;&lt;P&gt; host 10.152.1.2&lt;/P&gt;&lt;P&gt;object network obj-10.152.1.2_inside-outside&lt;/P&gt;&lt;P&gt; nat (Internal,Internet) dynamic 192.168.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Question: is this traffic allow inside host to go outside for 10.152.1.2 to 192.168.1.2? &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;The show nat command shown:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;15 (inside) to (outside) source dynamic obj-10.152.1.2_inside-outside 192.168.1.2&lt;/P&gt;&lt;P style="text-indent: 7.5pt;"&gt;translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Question: the command is showing &lt;/EM&gt;&lt;EM&gt;(inside) to (outside) mean is the same as static NAT? I am abit confusing on how to see the show NAT? Does this mean if Static the from and to is revert? Mean if it mean (inside) to (outside) mean the traffic is from outside to inside?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Please advise me on this as I have struggle for few week. Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 22:24:57 GMT</pubDate>
    <dc:creator>Boon Keat Gan</dc:creator>
    <dc:date>2019-03-11T22:24:57Z</dc:date>
    <item>
      <title>Confusing with ASA 8.3 Setup</title>
      <link>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814477#M459969</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have no come across with doing any PIX/ASA before. I have been assigned by my project manager to migrating the old PIX to new ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read thru online guide on how to migrate PIX to ASA and don’t fully understand on the new setup work. And I had completed some of the command but I found it is weird. I need advised on this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;Static NAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;PIX:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.1.2 10.152.1.2 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Question: Does this mean I am doing the NAT for outside to inside? Mean 192.168.1.2 traffic into 10.152.1.2?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;ASA:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;object network obj-10.152.1.2_outside-inside&lt;/P&gt;&lt;P&gt; host 10.152.1.2&lt;/P&gt;&lt;P&gt;object network obj-10.152.1.2_outside-inside&lt;/P&gt;&lt;P&gt; nat (inside,outside) static 192.168.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;The show NAT command shown:-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1 (inside) to (outside) source static obj-10.152.1.2_outside-inside 192.168.1.2&lt;/P&gt;&lt;P style="text-indent: 9.75pt;"&gt;translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Question: I am define an traffic from outside to come inside, but the show nat command show (inside) to (outside), what does it really mean?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;Dynamic NAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;PIX:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;global (outside) 2 192.168.1.2 netmask 255.255.255.224&lt;/P&gt;&lt;P&gt;nat (inside) 2 10.152.1.2 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Question: the netmask 255.255.255.224 define here mean I will have a range for outside of 192.168.1.2 to 192.168.1.32? Abit confuse on this setup. Is this setting to allow traffic from inside to outside?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;ASA:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;object network obj-10.152.1.2_inside-outside&lt;/P&gt;&lt;P&gt; host 10.152.1.2&lt;/P&gt;&lt;P&gt;object network obj-10.152.1.2_inside-outside&lt;/P&gt;&lt;P&gt; nat (Internal,Internet) dynamic 192.168.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Question: is this traffic allow inside host to go outside for 10.152.1.2 to 192.168.1.2? &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;The show nat command shown:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;15 (inside) to (outside) source dynamic obj-10.152.1.2_inside-outside 192.168.1.2&lt;/P&gt;&lt;P style="text-indent: 7.5pt;"&gt;translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Question: the command is showing &lt;/EM&gt;&lt;EM&gt;(inside) to (outside) mean is the same as static NAT? I am abit confusing on how to see the show NAT? Does this mean if Static the from and to is revert? Mean if it mean (inside) to (outside) mean the traffic is from outside to inside?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Please advise me on this as I have struggle for few week. Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:24:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814477#M459969</guid>
      <dc:creator>Boon Keat Gan</dc:creator>
      <dc:date>2019-03-11T22:24:57Z</dc:date>
    </item>
    <item>
      <title>Confusing with ASA 8.3 Setup</title>
      <link>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814478#M459970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Static NAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;PIX:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.1.2 10.152.1.2 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Question: Does this mean I am doing the NAT for outside to inside? Mean 192.168.1.2 traffic into 10.152.1.2?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans: No. This means 10.152.1.2 will be NATed to 192.168.1.2 at the outside interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;ASA:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;object network obj-10.152.1.2_outside-inside&lt;/P&gt;&lt;P&gt; host 10.152.1.2&lt;/P&gt;&lt;P&gt;object network obj-10.152.1.2_outside-inside&lt;/P&gt;&lt;P&gt; nat (inside,outside) static 192.168.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The show NAT command shown:-&lt;/P&gt;&lt;P&gt;1 (inside) to (outside) source static obj-10.152.1.2_outside-inside 192.168.1.2&lt;/P&gt;&lt;P style="text-indent: 9.75pt;"&gt;translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Question:&amp;nbsp; I am define an traffic from outside to come inside, but the show nat&amp;nbsp; command show (inside) to (outside), what does it really mean?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans: This is just NAT which looks correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest that you try out ASA verison below 8.3 ( 8.2.(2)&amp;nbsp; etc) first and then get a hang of ASA and then goto 8.3/8.4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 08:32:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814478#M459970</guid>
      <dc:creator>jyothydas</dc:creator>
      <dc:date>2012-02-07T08:32:52Z</dc:date>
    </item>
    <item>
      <title>Confusing with ASA 8.3 Setup</title>
      <link>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814479#M459971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jyothydas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply. Just wondering is there different btw lower version of 8.3 and 8.3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 (inside) to (outside) source static obj-10.152.1.2_outside-inside 192.168.1.2&lt;/P&gt;&lt;P&gt;15 (inside) to (outside) source dynamic obj-10.152.1.2_inside-outside 192.168.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, can i said that the above link are equaly same? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 10:21:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814479#M459971</guid>
      <dc:creator>Boon Keat Gan</dc:creator>
      <dc:date>2012-02-07T10:21:59Z</dc:date>
    </item>
    <item>
      <title>Confusing with ASA 8.3 Setup</title>
      <link>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814480#M459972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not quite, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the first one would do an static mapping between the IP address 10.152.1.2 to be seeing on the outside as 195.168.1.2, with the proper ACLS, traffic will flow from connections initiated both sides. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The seond one is using PAT, (port address translation) and that one will not allow inbound connections per se, only oubound. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 14:49:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814480#M459972</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2012-02-07T14:49:48Z</dc:date>
    </item>
    <item>
      <title>Confusing with ASA 8.3 Setup</title>
      <link>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814481#M459973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to see the show nat function, we need to check on the static or dynamic instead of (where) to (where)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 (inside) to (outside) source static obj-10.152.1.2_outside-inside 192.168.1.2&lt;/P&gt;&lt;P&gt;15 (inside) to (outside) source dynamic obj-10.152.1.2_inside-outside 192.168.1.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 01:55:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814481#M459973</guid>
      <dc:creator>Boon Keat Gan</dc:creator>
      <dc:date>2012-02-08T01:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Confusing with ASA 8.3 Setup</title>
      <link>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814482#M459974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Boon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On 8.2&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;static ( inside, outside) Mapped_Ip_Address Real_Ip_Address&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;static (inside,outside) 2.2.2.2 192.168.12.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So you are saying to the ASA or Pix:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; " Do nat the Real Ip address on the inside to the Mapped_ Ip address on the outside"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On 8.3&lt;/P&gt;&lt;P&gt;object network obj-10.152.1.2_inside-outside&lt;/P&gt;&lt;P&gt; host 10.152.1.2&lt;/P&gt;&lt;P&gt;object network obj-4.2.2.2&lt;/P&gt;&lt;P&gt;host 4.2.2.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static Real_object_Network Mapped_object_Network&lt;/P&gt;&lt;P&gt; nat (inside,outside) source static obj-10.152.1.2_inside-outside obj-4.2.2.2&lt;/P&gt;&lt;P&gt;So you are saying to the ASA or Pix:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; " Do nat the Real Ip address on the inside to the Mapped_ Ip address on the outside"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see the structure on them is quite different, on 8.2 and older versions you need to place the global ip address first&amp;nbsp; and then the real ip address into the static command, then on 8.3 and prior versions seems to be more organized as you do it as it supposed to be from the inside to the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Now regarding the show nat function.&lt;/P&gt;&lt;P&gt;The ASA will tell you from where to where the translation is ocurring &lt;/P&gt;&lt;P&gt;1 (inside) to (outside) source static obj-10.152.1.2_outside-inside 192.168.1.2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;" I am natting the inside host 10.50.1.2 on the outside to the host 192.168.1.2"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do rate all the helfpul posts!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 02:17:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814482#M459974</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-02-08T02:17:36Z</dc:date>
    </item>
    <item>
      <title>Confusing with ASA 8.3 Setup</title>
      <link>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814483#M459975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. Thanks all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That make more clear now. &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 02:26:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814483#M459975</guid>
      <dc:creator>Boon Keat Gan</dc:creator>
      <dc:date>2012-02-08T02:26:43Z</dc:date>
    </item>
    <item>
      <title>Confusing with ASA 8.3 Setup</title>
      <link>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814484#M459976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Boon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great to hear I could help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 02:29:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confusing-with-asa-8-3-setup/m-p/1814484#M459976</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-02-08T02:29:06Z</dc:date>
    </item>
  </channel>
</rss>

