<?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 5505 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5505/m-p/1454695#M732679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So when u failover are u able to ping 4.2.2.2 from the firewall itself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And do u have global commands for both primary and backup interfaces?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If both the answers are yes, try a packet tracer for an icmp packet from inside host to 4.2.2.2 and see where it fails when u are on your backup isp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jul 2010 12:11:16 GMT</pubDate>
    <dc:creator>rahgovin</dc:creator>
    <dc:date>2010-07-29T12:11:16Z</dc:date>
    <item>
      <title>ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505/m-p/1454692#M732652</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I an using ASA 5505 in my network. I have two ISP . I want to configure Daul ISP. So that when Primary goes down, Backup ISP can handle down time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after whole Configration , when I put my primary ISP Down, Backup ISP external IP start pinging outside and i wont be able to run internet in internel netowork.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amardeep Rana&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:17:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505/m-p/1454692#M732652</guid>
      <dc:creator>Amardeep Kumar</dc:creator>
      <dc:date>2019-03-11T18:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505/m-p/1454693#M732657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you configured tracking for the ISP failover? If i understand your problem right, you have no internet access from internal once primary goes down right? What is the nat configuration u have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 11:45:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505/m-p/1454693#M732657</guid>
      <dc:creator>rahgovin</dc:creator>
      <dc:date>2010-07-29T11:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505/m-p/1454694#M732666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rahgovin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right , I have no access on internet internally. here is waht I did&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA5505(config)# interface ethernet 0/0&lt;BR /&gt;ASA5505(config-if)# switchport access vlan 2&lt;BR /&gt;ASA5505(config-if)# no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA5505(config)# interface ethernet 0/1&lt;BR /&gt;ASA5505(config-if)# switchport access vlan 1&lt;BR /&gt;ASA5505(config-if)# no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA5505(config)# interface ethernet 0/2&lt;BR /&gt;ASA5505(config-if)# switchport access vlan 3&lt;BR /&gt;ASA5505(config-if)# no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA5505(config)# interface vlan 1&lt;BR /&gt;ASA5505(config-if)# nameif inside&lt;BR /&gt;ASA5505(config-if)# security-level 100&lt;BR /&gt;ASA5505(config-if)# ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;ASA5505(config-if)# no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA5505(config)# interface vlan 2&lt;BR /&gt;ASA5505(config-if)# nameif primary-isp&lt;BR /&gt;ASA5505(config-if)# security-level 0&lt;BR /&gt;ASA5505(config-if)# ip address Primary ISP Exteral IP 255.255.255.0&lt;BR /&gt;ASA5505(config-if)# backup interface vlan 3&lt;BR /&gt;ASA5505(config-if)# no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA5505(config)# interface vlan 3&lt;BR /&gt;ASA5505(config-if)# nameif backup-isp&lt;BR /&gt;ASA5505(config-if)# security-level 1&lt;BR /&gt;ASA5505(config-if)# ip address Backup Isp 2 255.255.255.0&lt;BR /&gt;ASA5505(config-if)# no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA5505(config)# route primary-isp 0.0.0.0 0.0.0.0 Primary ISP Exteral IP 1&lt;BR /&gt;ASA5505(config)# route backup-isp 0.0.0.0 0.0.0.0 Backup Isp 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.1.0 255.255.255.0&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx 1 track 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amardeep Rana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 11:57:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505/m-p/1454694#M732666</guid>
      <dc:creator>Amardeep Kumar</dc:creator>
      <dc:date>2010-07-29T11:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505/m-p/1454695#M732679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So when u failover are u able to ping 4.2.2.2 from the firewall itself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And do u have global commands for both primary and backup interfaces?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If both the answers are yes, try a packet tracer for an icmp packet from inside host to 4.2.2.2 and see where it fails when u are on your backup isp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 12:11:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505/m-p/1454695#M732679</guid>
      <dc:creator>rahgovin</dc:creator>
      <dc:date>2010-07-29T12:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505/m-p/1454696#M732698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please paste the entire config of the nat commands, looks like a nat issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if its not an issue please post the entire config by making the public ip's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else plz paste the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show run nat&lt;/P&gt;&lt;P&gt;show run global&lt;/P&gt;&lt;P&gt;show run static&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;configuration part of sla monitoring (you can pull out lines from your config)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can refer to this doc for configuration in case you have doubt whether you have configured it properly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.biz/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806e880b.shtml"&gt;http://www.cisco.biz/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806e880b.shtml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 12:14:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505/m-p/1454696#M732698</guid>
      <dc:creator>Jitendriya Athavale</dc:creator>
      <dc:date>2010-07-29T12:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505/m-p/1454697#M732711</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;Here is details of commnds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ciscoasa(config)# show run nat&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list 101&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.12.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;ciscoasa(config)# show run&lt;/P&gt;&lt;P&gt;ciscoasa(config)# show run globa&lt;/P&gt;&lt;P&gt;ciscoasa(config)# show run global&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;ciscoasa(config)# sh run stati&lt;/P&gt;&lt;P&gt;ciscoasa(config)# sh run static&lt;/P&gt;&lt;P&gt;static (inside,outside) xxx.xxx.xxx.xxx.168.12.56 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) xxx.xxx.xxx.xxx 192.168.12.77 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) xxx.xxx.xxx.xxx 192.168.12.38 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) xxx.xxx.xxx.xxx 192.168.12.28 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) xxx.xxx.xxx.xxx 192.168.12.30 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) xxx.xxx.xxx.xxx 192.168.12.19 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) xxx.xxx.xxx.xxx&amp;nbsp; mailserver netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) xxx.xxx.xxx.xxx 192.168.12.62 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) xxx.xxx.xxx.xxx 192.168.12.65 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) xxx.xxx.xxx.xxx 192.168.12.59 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) xxx.xxx.xxx.xxx&amp;nbsp; 92.168.12.100 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) xxx.xxx.xxx.xxx 192.168.12.41 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) xxx.xxx.xxx.xxx 192.168.12.49 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;ciscoasa(config)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Amardeep Rana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 20:49:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505/m-p/1454697#M732711</guid>
      <dc:creator>Amardeep Kumar</dc:creator>
      <dc:date>2010-07-29T20:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505/m-p/1454698#M732724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-size: 9pt; color: #333333; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ansi-language: EN;"&gt;HI Rahgovin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-size: 9pt; color: #333333; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ansi-language: EN;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-size: 9pt; color: #333333; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ansi-language: EN;"&gt;Thanks I am able to run internet , I have to make setting as my configratuion and I am up after that. Thank You for your hints this worked for me......&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-size: 9pt; color: #333333; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ansi-language: EN;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-size: 9pt; color: #333333; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ansi-language: EN;"&gt;Thank You everyone. &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-size: 9pt; color: #333333; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ansi-language: EN;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-size: 9pt; color: #333333; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ansi-language: EN;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-size: 9pt; color: #333333; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ansi-language: EN;"&gt;Amardeep Rana&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-size: 9pt; color: #333333; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ansi-language: EN;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 08:39:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505/m-p/1454698#M732724</guid>
      <dc:creator>Amardeep Kumar</dc:creator>
      <dc:date>2010-07-30T08:39:23Z</dc:date>
    </item>
  </channel>
</rss>

