<?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 Static Route Tracking question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-static-route-tracking-question/m-p/1283648#M858454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could add a static route that is more specific than your active route 0 default route. I would try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route backup 4.2.2.6 255.255.255.255 &lt;BACKUP_GATEWAY&gt;&lt;/BACKUP_GATEWAY&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this route, your ping to 4.2.2.6 should use the backup gateway connected to the backup interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep in mind you'll probably also need a valid translation for this interface as well. You may already have this but the config examples you posted didn't include it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2009 14:47:04 GMT</pubDate>
    <dc:creator>robertson.michael</dc:creator>
    <dc:date>2009-07-23T14:47:04Z</dc:date>
    <item>
      <title>ASA Static Route Tracking question</title>
      <link>https://community.cisco.com/t5/network-security/asa-static-route-tracking-question/m-p/1283647#M858453</link>
      <description>&lt;P&gt;I'm about to implement static-route tracking with the below setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.2.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 6.2.8.138 255.255.255.248 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan3&lt;/P&gt;&lt;P&gt; nameif backup&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 4.3.8.158 255.255.255.252 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 6.2.8.137 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before I implement, I'd like to test to make sure Vlan3 has connectivity. &lt;/P&gt;&lt;P&gt;I try and do "ping" and enter "backup" as interface and I'm able to ping the "backup" gateway.&lt;/P&gt;&lt;P&gt;Then I try and ping "4.2.2.6" with same method and get no replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then do "ping 4.2.2.6" and get responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume this is because right now the ASA is going to push all traffic, regardless of source, through the "route 0..." &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to send/receive packets through the "backup" interface before implementing SRT (static-route-tracking)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to make sure the backup line is up and running, and I'm not currently in the office.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:58:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-static-route-tracking-question/m-p/1283647#M858453</guid>
      <dc:creator>scott.bridges</dc:creator>
      <dc:date>2019-03-11T15:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Static Route Tracking question</title>
      <link>https://community.cisco.com/t5/network-security/asa-static-route-tracking-question/m-p/1283648#M858454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could add a static route that is more specific than your active route 0 default route. I would try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route backup 4.2.2.6 255.255.255.255 &lt;BACKUP_GATEWAY&gt;&lt;/BACKUP_GATEWAY&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this route, your ping to 4.2.2.6 should use the backup gateway connected to the backup interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep in mind you'll probably also need a valid translation for this interface as well. You may already have this but the config examples you posted didn't include it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 14:47:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-static-route-tracking-question/m-p/1283648#M858454</guid>
      <dc:creator>robertson.michael</dc:creator>
      <dc:date>2009-07-23T14:47:04Z</dc:date>
    </item>
  </channel>
</rss>

