<?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 NATing for outside &amp; backup but only to specific destinations in asa911-k8 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885132#M155494</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Having a very frustrating problem that would be easy if this was 8.2, but it is 9.1, and was hoping to get some assistance. &amp;nbsp;So I have a site that has an ASA 5505 running code asa911-k8. The site has two ISP lines; One for outside, one for backup. &amp;nbsp;We VPN all site traffic back to our data center for centralized internet services, &lt;SPAN style="text-decoration: underline;"&gt;except for VOIP&lt;/SPAN&gt;, which we allow to break out locally at the site. &amp;nbsp;So since our data center ultimately delivers the site it's internet service over the VPN, We do not&amp;nbsp;NAT on the branch ASA except for the &lt;SPAN style="text-decoration: underline;"&gt;LAN-to-VOIP&lt;/SPAN&gt; flow. &amp;nbsp;Originally I had the following configured:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;object-group network VOIP&lt;BR /&gt; network-object 194.xx.xx.0 255.255.255.0&lt;BR /&gt; network-object 194.xx.xx.0 255.255.255.0&lt;BR /&gt; network-object 63.xxx.xx.0 255.255.255.0&lt;BR /&gt; network-object 8.x.xxx.0 255.255.255.0&lt;BR /&gt; network-object 8.xx.x.0 255.255.252.0&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;nat (inside,&lt;STRONG&gt;outside&lt;/STRONG&gt;) source dynamic any interface destination static&amp;nbsp;VOIP VOIP&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nat (inside,&lt;STRONG&gt;backup&lt;/STRONG&gt;) source dynamic any interface destination static&amp;nbsp;VOIP VOIP&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;However, since 8.3+ changed everything, the above is now evaluated like an access-list. So while the connection is on the primary (outside), this works fine, but when the backup connection is active, the phones don't work, because the first nat (inside,outside) line above always matches for this flow, whether outside is down or not. I have to manually remove the &lt;EM&gt;inside,outside&lt;/EM&gt; nat statement so that the &lt;EM&gt;inside,backup&lt;/EM&gt; line appears first in the list to restore VOIP services while the site is on backup circuit.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How can I configure two NAT statements for &lt;SPAN style="text-decoration: underline;"&gt;only&lt;/SPAN&gt; the flow from LAN to VOIP provider so that outside and backup will work without the need to manually remove the inside,outside NAT line&amp;nbsp;every time there is an ISP failure and the site switches to backup circuit?&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 07:31:19 GMT</pubDate>
    <dc:creator>Dean Romanelli</dc:creator>
    <dc:date>2019-03-12T07:31:19Z</dc:date>
    <item>
      <title>NATing for outside &amp; backup but only to specific destinations in asa911-k8</title>
      <link>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885132#M155494</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Having a very frustrating problem that would be easy if this was 8.2, but it is 9.1, and was hoping to get some assistance. &amp;nbsp;So I have a site that has an ASA 5505 running code asa911-k8. The site has two ISP lines; One for outside, one for backup. &amp;nbsp;We VPN all site traffic back to our data center for centralized internet services, &lt;SPAN style="text-decoration: underline;"&gt;except for VOIP&lt;/SPAN&gt;, which we allow to break out locally at the site. &amp;nbsp;So since our data center ultimately delivers the site it's internet service over the VPN, We do not&amp;nbsp;NAT on the branch ASA except for the &lt;SPAN style="text-decoration: underline;"&gt;LAN-to-VOIP&lt;/SPAN&gt; flow. &amp;nbsp;Originally I had the following configured:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;object-group network VOIP&lt;BR /&gt; network-object 194.xx.xx.0 255.255.255.0&lt;BR /&gt; network-object 194.xx.xx.0 255.255.255.0&lt;BR /&gt; network-object 63.xxx.xx.0 255.255.255.0&lt;BR /&gt; network-object 8.x.xxx.0 255.255.255.0&lt;BR /&gt; network-object 8.xx.x.0 255.255.252.0&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;nat (inside,&lt;STRONG&gt;outside&lt;/STRONG&gt;) source dynamic any interface destination static&amp;nbsp;VOIP VOIP&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nat (inside,&lt;STRONG&gt;backup&lt;/STRONG&gt;) source dynamic any interface destination static&amp;nbsp;VOIP VOIP&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;However, since 8.3+ changed everything, the above is now evaluated like an access-list. So while the connection is on the primary (outside), this works fine, but when the backup connection is active, the phones don't work, because the first nat (inside,outside) line above always matches for this flow, whether outside is down or not. I have to manually remove the &lt;EM&gt;inside,outside&lt;/EM&gt; nat statement so that the &lt;EM&gt;inside,backup&lt;/EM&gt; line appears first in the list to restore VOIP services while the site is on backup circuit.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How can I configure two NAT statements for &lt;SPAN style="text-decoration: underline;"&gt;only&lt;/SPAN&gt; the flow from LAN to VOIP provider so that outside and backup will work without the need to manually remove the inside,outside NAT line&amp;nbsp;every time there is an ISP failure and the site switches to backup circuit?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:31:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885132#M155494</guid>
      <dc:creator>Dean Romanelli</dc:creator>
      <dc:date>2019-03-12T07:31:19Z</dc:date>
    </item>
    <item>
      <title>Hi Dean,</title>
      <link>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885133#M155495</link>
      <description>&lt;P&gt;Hi Dean,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Could you please add route-lookup keyword on both the NAT statements and then &lt;G class="gr_ gr_100 gr-alert gr_gramm undefined Punctuation multiReplace" id="100" data-gr-id="100"&gt;test ?&lt;/G&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;Aditya&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please rate helpful posts.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 12:59:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885133#M155495</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-03-21T12:59:23Z</dc:date>
    </item>
    <item>
      <title>Hi Aditya,</title>
      <link>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885134#M155496</link>
      <description>&lt;P&gt;Hi Aditya,&lt;/P&gt;
&lt;P&gt;Thanks for replying. &amp;nbsp;It looks like I don't have that command available to me. Please see below:&lt;/P&gt;
&lt;P&gt;FW14FortWayne-SH5505(config)# $&amp;nbsp;nat (inside,outside) source dynamic any interface destination static VOIP VOIP ?&lt;/P&gt;
&lt;P&gt;configure mode commands/options:&lt;BR /&gt; description Specify NAT rule description&lt;BR /&gt; inactive Disable a NAT rule&lt;BR /&gt; net-to-net Net to net mapping of IPv4 to IPv6&lt;BR /&gt; service NAT service parameters&lt;BR /&gt; &amp;lt;cr&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 22:29:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885134#M155496</guid>
      <dc:creator>Dean Romanelli</dc:creator>
      <dc:date>2016-03-21T22:29:52Z</dc:date>
    </item>
    <item>
      <title>It appears to be the "dynamic</title>
      <link>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885135#M155497</link>
      <description>&lt;P&gt;It appears to be the "dynamic" keyword that is preventing me from using the "route-lookup" command. &amp;nbsp;If I change that to static, I am able to use the route-lookup command. However, I don't know what kind of behavior&amp;nbsp;will be seen for the phones if I change that.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;FW14FtWayne-SH5505(config)# nat (inside,outside) source &lt;STRONG&gt;static&lt;/STRONG&gt; any interface destination static VOIP VOIP ?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;configure mode commands/options:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; description Specify NAT rule description&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; inactive Disable a NAT rule&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; net-to-net Net to net mapping of IPv4 to IPv6&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; no-proxy-arp Disable proxy ARP on egress interface&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &lt;STRONG&gt;route-lookup&lt;/STRONG&gt; Perform route lookup for this rule&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; service NAT service parameters&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; unidirectional Enable per-session NAT&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;What if I create an object group specifying my LAN subnet and use that instead of "any" in the source? &amp;nbsp;Would that allow me to use the static keyword in the source successfully and ultimately allow the use of &lt;EM&gt;route-lookup&lt;/EM&gt;? Or would "&lt;EM&gt;interface&lt;/EM&gt;" also need to be changed&amp;nbsp;to a static external address in the NAT statement?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2016 13:21:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885135#M155497</guid>
      <dc:creator>Dean Romanelli</dc:creator>
      <dc:date>2016-03-22T13:21:03Z</dc:date>
    </item>
    <item>
      <title>How about</title>
      <link>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885136#M155498</link>
      <description>&lt;P&gt;How about&lt;/P&gt;
&lt;P&gt;nat (inside,any) ...&lt;/P&gt;
&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 06:56:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885136#M155498</guid>
      <dc:creator>Peter Koltl</dc:creator>
      <dc:date>2016-03-25T06:56:24Z</dc:date>
    </item>
    <item>
      <title>Hi Dean,</title>
      <link>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885137#M155499</link>
      <description>&lt;P&gt;Hi Dean,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can you share the output of show run route ?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Also are we using any IP SLA to track the interfaces ?&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;Aditya&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please rate helpful posts.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 09:47:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885137#M155499</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-03-25T09:47:05Z</dc:date>
    </item>
    <item>
      <title>Success, Dean?</title>
      <link>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885138#M155500</link>
      <description>&lt;P&gt;Success, Dean?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 21:00:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885138#M155500</guid>
      <dc:creator>Peter Koltl</dc:creator>
      <dc:date>2016-04-12T21:00:32Z</dc:date>
    </item>
    <item>
      <title>Hi All,</title>
      <link>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885139#M155501</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Sorry so late. &amp;nbsp;inside,any appears to work, as long as the route lookup will be performed by default even though I cannot specify it via the command.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 18:03:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885139#M155501</guid>
      <dc:creator>Dean Romanelli</dc:creator>
      <dc:date>2016-08-04T18:03:13Z</dc:date>
    </item>
    <item>
      <title>Actually, I take that back.</title>
      <link>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885140#M155502</link>
      <description>&lt;P&gt;Actually, I take that back. &amp;nbsp;Trying "any" I get the following:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ciscoasa(config-network-object)# nat (any,any) after-auto source static ALL-VO$&lt;BR /&gt;ERROR: "interface" keyword is not allowed when translated interface is any&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 19:28:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-for-outside-backup-but-only-to-specific-destinations-in/m-p/2885140#M155502</guid>
      <dc:creator>Dean Romanelli</dc:creator>
      <dc:date>2016-08-04T19:28:16Z</dc:date>
    </item>
  </channel>
</rss>

