<?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: Cisco asa5510 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628601#M559496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bump, pls help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Apr 2011 14:05:40 GMT</pubDate>
    <dc:creator>lawsuites</dc:creator>
    <dc:date>2011-04-04T14:05:40Z</dc:date>
    <item>
      <title>Cisco asa5510</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628589#M559475</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are going to backup internet for our firm.&amp;nbsp; How would i configure that in asa5510. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example Lets say interface Ethernet0/1 has the current internet connection that we are using right now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now would like to configure interface Ethernet0/3 for our new second internet so for any reason our current internet goes down then user will not feel downtime. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example lets say new internet provider ip is &lt;SPAN&gt;143.328.321.34(usable ip), 143.328.321.33 (deffault gatway), and &lt;/SPAN&gt;255.255.255.248 - Subnet Mask&lt;/P&gt;&lt;DIV&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;We also have exchange and lets say local ip is 11.11.11.28 and will create reverse dns for this 143.328.321.34. &lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Following is the example current configs: &lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;hostname ASA-MP&lt;/P&gt;&lt;P class="MsoNormal"&gt;domain-name domain.com&lt;/P&gt;&lt;P class="MsoNormal"&gt;name 11.11.11.28 Exchange2010&lt;/P&gt;&lt;P class="MsoNormal"&gt;dns-guard&lt;/P&gt;&lt;P class="MsoNormal"&gt;!&lt;/P&gt;&lt;P class="MsoNormal"&gt;interface Ethernet0/0&lt;/P&gt;&lt;P class="MsoNormal"&gt; speed 100&lt;/P&gt;&lt;P class="MsoNormal"&gt; duplex full&lt;/P&gt;&lt;P class="MsoNormal"&gt; nameif outside&lt;/P&gt;&lt;P class="MsoNormal"&gt; security-level 0&lt;/P&gt;&lt;P class="MsoNormal"&gt; ip address 114.324.321.44 255.255.255.248&lt;/P&gt;&lt;P class="MsoNormal"&gt;!&lt;/P&gt;&lt;P class="MsoNormal"&gt;interface Ethernet0/1&lt;/P&gt;&lt;P class="MsoNormal"&gt; nameif inside&lt;/P&gt;&lt;P class="MsoNormal"&gt; security-level 100&lt;/P&gt;&lt;P class="MsoNormal"&gt; ip address 11.11.11.240 255.255.255.0&lt;/P&gt;&lt;P class="MsoNormal"&gt;!&lt;/P&gt;&lt;P class="MsoNormal"&gt;interface Ethernet0/2&lt;/P&gt;&lt;P class="MsoNormal"&gt; shutdown&lt;/P&gt;&lt;P class="MsoNormal"&gt; no nameif&lt;/P&gt;&lt;P class="MsoNormal"&gt; security-level 100&lt;/P&gt;&lt;P class="MsoNormal"&gt; ip address 11.11.20.2 255.255.255.240&lt;/P&gt;&lt;P class="MsoNormal"&gt;!&lt;/P&gt;&lt;P class="MsoNormal"&gt;interface Ethernet0/3&lt;/P&gt;&lt;P class="MsoNormal"&gt; nameif temp&lt;/P&gt;&lt;P class="MsoNormal"&gt; security-level 0&lt;/P&gt;&lt;P class="MsoNormal"&gt; no ip address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Pls help, thanks&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:09:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628589#M559475</guid>
      <dc:creator>lawsuites</dc:creator>
      <dc:date>2019-03-11T20:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco asa5510</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628590#M559478</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;You can configure an internet connection on the ASA.&lt;/P&gt;&lt;P&gt;If using the outside interface, that interface will have the default gateway&lt;/P&gt;&lt;P&gt;route outside 0 0 x.x.x.x 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you can have another interface as backup&lt;/P&gt;&lt;P&gt;route backup 0 0 y.y.y.y 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above will work, but you also need SLA to track the state of the link in order for the ASA to be able to determine if one link is down to switch to the backup link and then switch back to the primary internet connection when it recovers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2011 04:15:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628590#M559478</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2011-03-19T04:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco asa5510</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628591#M559480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;SPAN&gt;Federico&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say i don't make &lt;SPAN&gt;SLA. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me the entries to configure the interface etherenet 3 for internet.&amp;nbsp; I will plug the wire in interface 3 if our main internet goes down. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if i have to then how to do SLA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2011 04:48:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628591#M559480</guid>
      <dc:creator>lawsuites</dc:creator>
      <dc:date>2011-03-19T04:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco asa5510</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628592#M559483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Main interface E0 &lt;BR /&gt;route outside 0 0 114.324.321.xxx 10 track 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Backup interface E3 &lt;BR /&gt;route backup 0 0 xxx.xxx.xxx.xxx 20 track 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configure SLA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;track 1 rtr 1 reachability&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;track 2 rtr 2 reachability&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sla monitor 1&lt;BR /&gt; type echo protocol ipIcmpEcho x.x.x.x interface outside&lt;BR /&gt;sla monitor schedule 1 life forever start-time now&lt;BR /&gt;sla monitor 2&lt;BR /&gt; type echo protocol ipIcmpEcho y.y.y. interface backup&lt;BR /&gt;sla monitor schedule 2 life forever start-time now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2011 16:19:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628592#M559483</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2011-03-19T16:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco asa5510</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628593#M559485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurpreet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To validate fredrico's configuration the following link gives the details of the SLA monitoring:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806e880b.shtml"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806e880b.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anisha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: please mark this thread as answered if you feel your query is resolved. Do rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 16:06:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628593#M559485</guid>
      <dc:creator>andamani</dc:creator>
      <dc:date>2011-03-21T16:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco asa5510</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628594#M559486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 01:30:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628594#M559486</guid>
      <dc:creator>lawsuites</dc:creator>
      <dc:date>2011-03-22T01:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco asa5510</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628595#M559487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 01:30:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628595#M559487</guid>
      <dc:creator>lawsuites</dc:creator>
      <dc:date>2011-03-22T01:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco asa5510</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628596#M559488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, finally got the back installed by 2nd ISP.&amp;nbsp; Now i am ready to make these changes but would like to clear some question out before i do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now with current and primry we have only IP address that work for exchange reverse dns, remote desktop, has vpn connection to remote side and have postini spam filtering in asa5510.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If make changes that is recommend nothing else will break right? Also should pi also setup the backup as forward for remote deskto and postini filltering for exchange?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 04:28:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628596#M559488</guid>
      <dc:creator>lawsuites</dc:creator>
      <dc:date>2011-04-01T04:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco asa5510</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628597#M559489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.Nothing will break.The ISP will run in active/passive.&lt;/P&gt;&lt;P&gt;If primary goes down only then backup will come into picture.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 09:54:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628597#M559489</guid>
      <dc:creator>sushil</dc:creator>
      <dc:date>2011-04-01T09:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco asa5510</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628598#M559491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2011 14:57:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628598#M559491</guid>
      <dc:creator>lawsuites</dc:creator>
      <dc:date>2011-04-02T14:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco asa5510</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628599#M559493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2011 21:19:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628599#M559493</guid>
      <dc:creator>lawsuites</dc:creator>
      <dc:date>2011-04-03T21:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco asa5510</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628600#M559494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Federico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After carefully reading your response i think i got it and understood where i was making mistake .&amp;nbsp; I am going to do the following, can you please advise if this is correct:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;global (backup) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0 0 114.324.321.33 10 track 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;route backup 0 0 115.283.212.23 20 track 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;Configure SLA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;track 1 rtr 1 reachability&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;track 2 rtr 2 reachability&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sla monitor 1&lt;BR /&gt;type echo protocol ipIcmpEcho 114.324.321.33 interface outside&lt;BR /&gt;sla monitor schedule 1 life forever start-time now&lt;BR /&gt;sla monitor 2&lt;BR /&gt;type echo protocol ipIcmpEcho 212.23 20 interface backup&lt;BR /&gt;sla monitor schedule 2 life forever start-time now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2011 21:21:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628600#M559494</guid>
      <dc:creator>lawsuites</dc:creator>
      <dc:date>2011-04-03T21:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco asa5510</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628601#M559496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bump, pls help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 14:05:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa5510/m-p/1628601#M559496</guid>
      <dc:creator>lawsuites</dc:creator>
      <dc:date>2011-04-04T14:05:40Z</dc:date>
    </item>
  </channel>
</rss>

