<?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 If I change to configuration: in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/differentiate-traffic-between-two-isp/m-p/3073260#M145173</link>
    <description>&lt;P&gt;&lt;STRONG&gt;If I change to configuration:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;object network Inside&lt;BR /&gt;&amp;nbsp; subnet 10.0.0.0 255.255.255.0&lt;BR /&gt;&amp;nbsp; nat (Inside,ISP2) dynamic interface&lt;/P&gt;
&lt;P&gt;route ISP2 3.3.3.1 255.255.255.255 2.2.2.2&lt;/P&gt;
&lt;P&gt;The result is I'm going to this server through ISP2 successfully but I haven't connection to other rest of Internet.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If I change to configuration:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;object network Host&lt;BR /&gt;&amp;nbsp; host 10.1.1.1&lt;BR /&gt;&amp;nbsp; nat (Inside,ISP2) dynamic interface&lt;/P&gt;
&lt;P&gt;route ISP2 3.3.3.1 255.255.255.255 2.2.2.2&lt;/P&gt;
&lt;P&gt;The result is I'm going to this server through ISP2 successfully and I'm going to other rest of Internet successfully through ISP1. But I need apply this to hole inside subnet.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2017 11:05:35 GMT</pubDate>
    <dc:creator>dogalov.m</dc:creator>
    <dc:date>2017-04-05T11:05:35Z</dc:date>
    <item>
      <title>Differentiate traffic between two ISP</title>
      <link>https://community.cisco.com/t5/network-security/differentiate-traffic-between-two-isp/m-p/3073258#M145169</link>
      <description>&lt;P&gt;I have Cisco ASA5525-MB, Software Version 9.2(2)4, one inside network and two ISP. &lt;BR /&gt;I need direct traffic to specific server in the Internet (3.3.3.1) through ISP2 only, and to other destinations through ISP1. How to configure routing and NAT?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Portion of my ASA configuraion:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/0&lt;BR /&gt;&amp;nbsp; nameif ISP1&lt;BR /&gt;&amp;nbsp; ip address 1.1.1.1 255.255.255.252&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/1&lt;BR /&gt;&amp;nbsp; nameif ISP2&lt;BR /&gt;&amp;nbsp; ip address 2.2.2.1 255.255.255.252&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/2&lt;BR /&gt;&amp;nbsp; nameif Inside&lt;BR /&gt;&amp;nbsp; ip address 172.16.0.2 255.255.255.252&lt;/P&gt;
&lt;P&gt;object network Inside&lt;BR /&gt;&amp;nbsp; subnet 10.0.0.0 255.255.255.0&lt;BR /&gt;&amp;nbsp; nat (Inside,ISP1) dynamic interface&lt;/P&gt;
&lt;P&gt;route ISP1 0.0.0.0 0.0.0.0 1.1.1.2 1&lt;IMG src="https://community.cisco.com/legacyfs/online/media/untitled_picture_1.png" class="migrated-markup-image" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:10:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/differentiate-traffic-between-two-isp/m-p/3073258#M145169</guid>
      <dc:creator>dogalov.m</dc:creator>
      <dc:date>2019-03-12T09:10:44Z</dc:date>
    </item>
    <item>
      <title>Assuming the ISP2 gateway is</title>
      <link>https://community.cisco.com/t5/network-security/differentiate-traffic-between-two-isp/m-p/3073259#M145171</link>
      <description>&lt;P&gt;Assuming the ISP2 gateway is 2.2.2.2, then you should be able to use the following:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;route ISP2 3.3.3.1 255.255.255.255 2.2.2.2&lt;BR /&gt;&lt;SPAN&gt;nat (Inside,ISP2) dynamic interface&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Apr 2017 08:07:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/differentiate-traffic-between-two-isp/m-p/3073259#M145171</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2017-04-05T08:07:44Z</dc:date>
    </item>
    <item>
      <title>If I change to configuration:</title>
      <link>https://community.cisco.com/t5/network-security/differentiate-traffic-between-two-isp/m-p/3073260#M145173</link>
      <description>&lt;P&gt;&lt;STRONG&gt;If I change to configuration:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;object network Inside&lt;BR /&gt;&amp;nbsp; subnet 10.0.0.0 255.255.255.0&lt;BR /&gt;&amp;nbsp; nat (Inside,ISP2) dynamic interface&lt;/P&gt;
&lt;P&gt;route ISP2 3.3.3.1 255.255.255.255 2.2.2.2&lt;/P&gt;
&lt;P&gt;The result is I'm going to this server through ISP2 successfully but I haven't connection to other rest of Internet.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If I change to configuration:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;object network Host&lt;BR /&gt;&amp;nbsp; host 10.1.1.1&lt;BR /&gt;&amp;nbsp; nat (Inside,ISP2) dynamic interface&lt;/P&gt;
&lt;P&gt;route ISP2 3.3.3.1 255.255.255.255 2.2.2.2&lt;/P&gt;
&lt;P&gt;The result is I'm going to this server through ISP2 successfully and I'm going to other rest of Internet successfully through ISP1. But I need apply this to hole inside subnet.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 11:05:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/differentiate-traffic-between-two-isp/m-p/3073260#M145173</guid>
      <dc:creator>dogalov.m</dc:creator>
      <dc:date>2017-04-05T11:05:35Z</dc:date>
    </item>
    <item>
      <title>Sorry - your two NAT</title>
      <link>https://community.cisco.com/t5/network-security/differentiate-traffic-between-two-isp/m-p/3073261#M145175</link>
      <description>&lt;P&gt;Sorry - your two NAT statements need to both be after-auto type.&lt;/P&gt;
&lt;P&gt;Try removing the existing interface NAT and use this instead:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;nat (inside,ISP1) after-auto source dynamic any interface&lt;BR /&gt;nat (inside,ISP2) after-auto source dynamic any interface&lt;/PRE&gt;
&lt;P&gt;You should also "clear xlate" after making NAT changes to clear any existing translations.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 11:17:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/differentiate-traffic-between-two-isp/m-p/3073261#M145175</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2017-04-05T11:17:56Z</dc:date>
    </item>
    <item>
      <title>Thank you Marvin</title>
      <link>https://community.cisco.com/t5/network-security/differentiate-traffic-between-two-isp/m-p/3073262#M145178</link>
      <description>&lt;P&gt;Thank you Marvin&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 11:39:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/differentiate-traffic-between-two-isp/m-p/3073262#M145178</guid>
      <dc:creator>dogalov.m</dc:creator>
      <dc:date>2017-04-05T11:39:07Z</dc:date>
    </item>
  </channel>
</rss>

