<?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 Problem Routing Traffic between 2 ASA 5506x in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-routing-traffic-between-2-asa-5506x/m-p/3315741#M1048432</link>
    <description>&lt;P&gt;Hi Support Community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to seek your help regarding my Cisco ASA 5506x routing issue.&lt;/P&gt;
&lt;P&gt;Based on the diagram, i was able to ping from host 172.16.53.200 to 222.127.9.172 using 172.16.53.253 as gateway. But when i changed the gateway from 172.16.53.253 to 172.16.53.254, the ping stops and when i run packet-tracer, it indicates ACL problem although I already allowed all traffic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;What i need to accomplished is to access the 222.127.9.172 PC using 172.16.53.254 as gateway.&lt;/P&gt;
&lt;P&gt;Hope you could me on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mon&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;########################################&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ASA Version 9.8(1)7&lt;BR /&gt;!&lt;BR /&gt;hostname IPVPN&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip add 1.1.1.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip add 172.16.53.254 255.255.254.0&lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt; subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;!&lt;BR /&gt;access-list inside_access_in extended permit ip &lt;BR /&gt;172.16.52.0 255.255.254.0 object obj_any&lt;BR /&gt;access-list outside_access_in extended permit ip object &lt;BR /&gt;obj_any 172.16.52.0 255.255.254.0&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) source dynamic obj_any interface&lt;BR /&gt;!&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;access-group inside_access_in in interface inside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 10.10.26.1&lt;BR /&gt;route inside 10.10.26.0 255.255.255.0 172.16.53.253 10&lt;BR /&gt;route inside 222.127.9.0 255.255.255.0 172.16.53.253 10&lt;BR /&gt;!&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt; inspect icmp&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;################################################################&lt;/P&gt;
&lt;P&gt;ASA Version 9.8(1)7&lt;BR /&gt;!&lt;BR /&gt;hostname IPVPN&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip add 10.10.26.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip add 172.16.53.253 255.255.254.0&lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt; subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;!&lt;BR /&gt;access-list inside_access_in extended permit ip 172.16.52.0 255.255.254.0 object obj_any&lt;BR /&gt;access-list outside_access_in extended permit ip object obj_any 172.16.52.0 255.255.254.0&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) source dynamic obj_any interface&lt;BR /&gt;!&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;access-group inside_access_in in interface inside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 10.10.26.1&lt;BR /&gt;!&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt; inspect icmp&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 15:10:51 GMT</pubDate>
    <dc:creator>mon_samonte</dc:creator>
    <dc:date>2020-02-21T15:10:51Z</dc:date>
    <item>
      <title>Problem Routing Traffic between 2 ASA 5506x</title>
      <link>https://community.cisco.com/t5/network-security/problem-routing-traffic-between-2-asa-5506x/m-p/3315741#M1048432</link>
      <description>&lt;P&gt;Hi Support Community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to seek your help regarding my Cisco ASA 5506x routing issue.&lt;/P&gt;
&lt;P&gt;Based on the diagram, i was able to ping from host 172.16.53.200 to 222.127.9.172 using 172.16.53.253 as gateway. But when i changed the gateway from 172.16.53.253 to 172.16.53.254, the ping stops and when i run packet-tracer, it indicates ACL problem although I already allowed all traffic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;What i need to accomplished is to access the 222.127.9.172 PC using 172.16.53.254 as gateway.&lt;/P&gt;
&lt;P&gt;Hope you could me on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mon&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;########################################&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ASA Version 9.8(1)7&lt;BR /&gt;!&lt;BR /&gt;hostname IPVPN&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip add 1.1.1.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip add 172.16.53.254 255.255.254.0&lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt; subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;!&lt;BR /&gt;access-list inside_access_in extended permit ip &lt;BR /&gt;172.16.52.0 255.255.254.0 object obj_any&lt;BR /&gt;access-list outside_access_in extended permit ip object &lt;BR /&gt;obj_any 172.16.52.0 255.255.254.0&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) source dynamic obj_any interface&lt;BR /&gt;!&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;access-group inside_access_in in interface inside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 10.10.26.1&lt;BR /&gt;route inside 10.10.26.0 255.255.255.0 172.16.53.253 10&lt;BR /&gt;route inside 222.127.9.0 255.255.255.0 172.16.53.253 10&lt;BR /&gt;!&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt; inspect icmp&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;################################################################&lt;/P&gt;
&lt;P&gt;ASA Version 9.8(1)7&lt;BR /&gt;!&lt;BR /&gt;hostname IPVPN&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip add 10.10.26.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip add 172.16.53.253 255.255.254.0&lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt; subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;!&lt;BR /&gt;access-list inside_access_in extended permit ip 172.16.52.0 255.255.254.0 object obj_any&lt;BR /&gt;access-list outside_access_in extended permit ip object obj_any 172.16.52.0 255.255.254.0&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) source dynamic obj_any interface&lt;BR /&gt;!&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;access-group inside_access_in in interface inside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 10.10.26.1&lt;BR /&gt;!&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt; inspect icmp&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:10:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-routing-traffic-between-2-asa-5506x/m-p/3315741#M1048432</guid>
      <dc:creator>mon_samonte</dc:creator>
      <dc:date>2020-02-21T15:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Routing Traffic between 2 ASA 5506x</title>
      <link>https://community.cisco.com/t5/network-security/problem-routing-traffic-between-2-asa-5506x/m-p/3315909#M1048458</link>
      <description>&lt;P&gt;You will need to enable same-security permit intra-interface and&amp;nbsp;&lt;SPAN&gt;disable the TCP state check.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://supportforums.cisco.com/t5/security-documents/hairpin-u-turn-traffic-off-an-interface-on-an-asa-running-8-3-or/ta-p/3129668" target="_blank"&gt;https://supportforums.cisco.com/t5/security-documents/hairpin-u-turn-traffic-off-an-interface-on-an-asa-running-8-3-or/ta-p/3129668&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;Bogdan&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 14:27:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-routing-traffic-between-2-asa-5506x/m-p/3315909#M1048458</guid>
      <dc:creator>Bogdan Nita</dc:creator>
      <dc:date>2018-01-22T14:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Routing Traffic between 2 ASA 5506x</title>
      <link>https://community.cisco.com/t5/network-security/problem-routing-traffic-between-2-asa-5506x/m-p/3316339#M1048477</link>
      <description>&lt;P&gt;Hi Bogdan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good Day and thanks for the quick reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've already apply the commands same-security and tcp bypass on both ASA but unfortunately i still can't access the 222.x.x.x network using 172.16.53.254 as gateway.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on my diagram, can you suggest a better way to route traffic between 2 ASA's?&lt;/P&gt;
&lt;P&gt;The Problem i encountered is this:&lt;/P&gt;
&lt;P&gt;1. When I used the 172.16.53.254 as gateway, there is a internet connection but cannot access 222.x.x.x network.&lt;/P&gt;
&lt;P&gt;2. When I used the 172.16.53.253 as gateway, I can access the 222.x.x.x network but no internet connection.&lt;/P&gt;
&lt;P&gt;What I'm trying to achieve is:&lt;/P&gt;
&lt;P&gt;1. Use 172.16.53.254 as gateway and can access both Internet and 222.x.x. network.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to simulate using only 1 ASA and it's working fine but the problem occur when I added another ASA on the network.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a better way to configure the 2 ASA &amp;amp; route traffic using 172.16.53.254 as gateway?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and really appreciate your help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mon&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 02:24:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-routing-traffic-between-2-asa-5506x/m-p/3316339#M1048477</guid>
      <dc:creator>mon_samonte</dc:creator>
      <dc:date>2018-01-23T02:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Routing Traffic between 2 ASA 5506x</title>
      <link>https://community.cisco.com/t5/network-security/problem-routing-traffic-between-2-asa-5506x/m-p/3316718#M1048488</link>
      <description>&lt;P&gt;Hi Mon,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ASA is a firewall and because of that it likes having the all traffic go through it.&lt;/P&gt;
&lt;P&gt;Configuration can be applied to override&amp;nbsp;this settings, but it will affect the level of security the ASA can offer.&lt;/P&gt;
&lt;P&gt;Because of that the recommended design would be to have one ASA.&lt;/P&gt;
&lt;P&gt;If you want to make your design work the only solution is configuring tcp bypass.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;Bogdan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 13:18:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-routing-traffic-between-2-asa-5506x/m-p/3316718#M1048488</guid>
      <dc:creator>Bogdan Nita</dc:creator>
      <dc:date>2018-01-23T13:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Routing Traffic between 2 ASA 5506x</title>
      <link>https://community.cisco.com/t5/network-security/problem-routing-traffic-between-2-asa-5506x/m-p/3319367#M1048493</link>
      <description />
      <pubDate>Fri, 26 Jan 2018 08:20:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-routing-traffic-between-2-asa-5506x/m-p/3319367#M1048493</guid>
      <dc:creator>mon_samonte</dc:creator>
      <dc:date>2018-01-26T08:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Routing Traffic between 2 ASA 5506x</title>
      <link>https://community.cisco.com/t5/network-security/problem-routing-traffic-between-2-asa-5506x/m-p/3319368#M1048497</link>
      <description>Thanks again &amp;amp; God Bless...</description>
      <pubDate>Fri, 26 Jan 2018 08:21:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-routing-traffic-between-2-asa-5506x/m-p/3319368#M1048497</guid>
      <dc:creator>mon_samonte</dc:creator>
      <dc:date>2018-01-26T08:21:18Z</dc:date>
    </item>
  </channel>
</rss>

