<?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 Static VS Route in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071810#M402495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="border-collapse: collapse; font-size: 0.8889em; list-style: none; padding: 0px 0px 18px; color: #777777; font-family: Arial, verdana, sans-serif;"&gt; WARNING: mapped-address conflict with existing static&lt;/P&gt;&lt;DIV style="border-collapse: collapse; list-style: none; margin: 0px 0px 20px; padding: 2px; overflow: visible; position: relative; zoom: 1; width: 575.183349609375px;"&gt;&lt;P style="border-collapse: collapse; list-style: none;"&gt;&amp;nbsp; TCP ISP2:0.0.0.0/80 to inside:0.0.0.0/80 netmask 0.0.0.0&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style: none;"&gt;ERROR: unable to reserve port 80 for static PAT&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style: none;"&gt;ERROR: unable to download policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style: none;"&gt;this does not seem to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hmmm &lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2012 18:27:46 GMT</pubDate>
    <dc:creator>t805139</dc:creator>
    <dc:date>2012-10-18T18:27:46Z</dc:date>
    <item>
      <title>Static VS Route</title>
      <link>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071806#M402491</link>
      <description>&lt;P&gt;Good Day, I have a question ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a ASA 5505 and 2 isp's and a security plus license, what I am trying to accomplish is the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISP1 = Default Route&lt;/P&gt;&lt;P&gt;ISP2 = Special Traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have done is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route ISP1 0 0 ( My ISP 1 DFG ) 1&lt;/P&gt;&lt;P&gt;route ISP2 0 0 ( My ISP 2 DFG) 254&lt;/P&gt;&lt;P&gt;static (ISP2,inside) tcp 0.0.0.0 80 0.0.0.0 80&lt;/P&gt;&lt;P&gt;static (ISP2,inside) tcp 0.0.0.0 443 0.0.0.0 443&lt;/P&gt;&lt;P&gt;sysopt noproxyarp inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I do have a web service that I need to go out ISP1 that uses port 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now to my Question !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I add an additional route like&lt;/P&gt;&lt;P&gt;route ISP1 xxx.xxx.xxx.xxx 255.255.255.255 ( My ISP 1 DFG ) 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will the ASA follow the route statement or the static statement?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:11:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071806#M402491</guid>
      <dc:creator>t805139</dc:creator>
      <dc:date>2019-03-12T00:11:20Z</dc:date>
    </item>
    <item>
      <title>Static VS Route</title>
      <link>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071807#M402492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say it will follow the static nat statement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you could do is to configure a static nat statement for that web-server on the ISP1 and put it on the top of the hierarchy of NAT statements,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 16:59:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071807#M402492</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-10-18T16:59:26Z</dc:date>
    </item>
    <item>
      <title>Static VS Route</title>
      <link>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071808#M402493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just though about that so it would look like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (ISP1,inside) tcp 0.0.0.0 80 xxx.xxx.xxx.xxx8 80&lt;/P&gt;&lt;P&gt;static (ISP1,inside) tcp 0.0.0.0 443 xxx.xxx.xxx.xxx 443&lt;/P&gt;&lt;P&gt;static (ISP1,inside) tcp 0.0.0.0 80 yyy.yyy.yyy.yyy 80&lt;/P&gt;&lt;P&gt;static (ISP1,inside) tcp 0.0.0.0 443 yyy.yyy.yyy.yyy 443&lt;/P&gt;&lt;P&gt;static (ISP2,inside) tcp 0.0.0.0 80 0.0.0.0 80&lt;/P&gt;&lt;P&gt;static (ISP2,inside) tcp 0.0.0.0 443 0.0.0.0 443&lt;/P&gt;&lt;P&gt;sysopt noproxyarp inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xxx.xxx.xxx.xxx and yyy.yyy.yyy.yyy are the 2 web pages I need going out ISP1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 17:01:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071808#M402493</guid>
      <dc:creator>t805139</dc:creator>
      <dc:date>2012-10-18T17:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Static VS Route</title>
      <link>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071809#M402494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well why dont you be more specific, on the ISP1 nat you should use the especific IP addresses instead of 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 17:03:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071809#M402494</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-10-18T17:03:09Z</dc:date>
    </item>
    <item>
      <title>Static VS Route</title>
      <link>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071810#M402495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="border-collapse: collapse; font-size: 0.8889em; list-style: none; padding: 0px 0px 18px; color: #777777; font-family: Arial, verdana, sans-serif;"&gt; WARNING: mapped-address conflict with existing static&lt;/P&gt;&lt;DIV style="border-collapse: collapse; list-style: none; margin: 0px 0px 20px; padding: 2px; overflow: visible; position: relative; zoom: 1; width: 575.183349609375px;"&gt;&lt;P style="border-collapse: collapse; list-style: none;"&gt;&amp;nbsp; TCP ISP2:0.0.0.0/80 to inside:0.0.0.0/80 netmask 0.0.0.0&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style: none;"&gt;ERROR: unable to reserve port 80 for static PAT&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style: none;"&gt;ERROR: unable to download policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style: none;"&gt;this does not seem to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hmmm &lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 18:27:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071810#M402495</guid>
      <dc:creator>t805139</dc:creator>
      <dc:date>2012-10-18T18:27:46Z</dc:date>
    </item>
    <item>
      <title>Static VS Route</title>
      <link>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071811#M402496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Share the updated config&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 18:35:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071811#M402496</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-10-18T18:35:57Z</dc:date>
    </item>
    <item>
      <title>Static VS Route</title>
      <link>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071812#M402497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;static (ISP2,inside) tcp 0.0.0.0 www 0.0.0.0 www netmask 0.0.0.0&lt;/P&gt;&lt;P&gt;static (ISP2,inside) tcp 0.0.0.0 https 0.0.0.0 https netmask 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and as soon as i try the more specifuic nat i says it has need reserved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 18:38:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071812#M402497</guid>
      <dc:creator>t805139</dc:creator>
      <dc:date>2012-10-18T18:38:51Z</dc:date>
    </item>
    <item>
      <title>Static VS Route</title>
      <link>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071813#M402498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because you need to remove the previous ones first,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now on the more specific ones use specific IP's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it will be &lt;/P&gt;&lt;P&gt;no static (ISP2,inside) tcp 0.0.0.0 www 0.0.0.0 www netmask 0.0.0.0&lt;/P&gt;&lt;P&gt;no static (ISP2,inside) tcp 0.0.0.0 https 0.0.0.0 https netmask 0.0.0.0&lt;/P&gt;&lt;P&gt;static(ISP1,INSIDE) TCP 4.2.2.2 80 XX.X.X 80&lt;/P&gt;&lt;P&gt;static (ISP2,inside) tcp 0.0.0.0 https 0.0.0.0 https netmask 0.0.0.0&lt;/P&gt;&lt;P&gt;static (ISP2,inside) tcp 0.0.0.0 www 0.0.0.0 www netmask 0.0.0.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 18:46:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-vs-route/m-p/2071813#M402498</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-10-18T18:46:30Z</dc:date>
    </item>
  </channel>
</rss>

