<?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: NAT and any statement in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915528#M72599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Yes, I tried this statement and it works but I hope I will not have 'unexpected behavior' has said in &lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/556/nat-faq.html#qa39" target="_blank"&gt;http://www.cisco.com/warp/public/556/nat-faq.html#qa39&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Oct 2007 05:40:12 GMT</pubDate>
    <dc:creator>benoit.lecompt</dc:creator>
    <dc:date>2007-10-13T05:40:12Z</dc:date>
    <item>
      <title>NAT and any statement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915522#M72593</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I have many networks that I need to NAT.&lt;/P&gt;&lt;P&gt;I don't know exactly what are these networks so, I tried to nat with an 'any' statment in my ACL.&lt;/P&gt;&lt;P&gt;But, it doesn't works (&lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/556/nat-faq.html#qa39" target="_blank"&gt;http://www.cisco.com/warp/public/556/nat-faq.html#qa39&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am looking to do this by using a route-map with a 'match interface' condition.&lt;/P&gt;&lt;P&gt;Has anybody tried this before ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet 0/0&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt;interface GigabitEthernet 0/1&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt;route-map NATme permit 10&lt;/P&gt;&lt;P&gt; match interface GigabitEthernet 0/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat pool NAT-pool 10.10.10.0 10.10.10.7 prefix-length 29 type rotary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source route-map NATme pool NAT-pool&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, 04 Mar 2019 02:53:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915522#M72593</guid>
      <dc:creator>benoit.lecompt</dc:creator>
      <dc:date>2019-03-04T02:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and any statement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915523#M72594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you don't know the origin of the paquet, just use an opened acl :acess-list 1 permit any any.&lt;/P&gt;&lt;P&gt;but: be sure g0/0 and 0/1 are L3 and you have a static route that route the trafic through g0/1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 10:55:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915523#M72594</guid>
      <dc:creator>ohassairi</dc:creator>
      <dc:date>2007-09-24T10:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and any statement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915524#M72595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using list with a permit for ip 0.0.0.0 255.255.255.255.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 17:57:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915524#M72595</guid>
      <dc:creator>paolo bevilacqua</dc:creator>
      <dc:date>2007-09-24T17:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and any statement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915525#M72596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, as mentioned by the poster and documented per link above, access-list any is not to be used with nat and in fact I found that for source, it causes problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 18:07:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915525#M72596</guid>
      <dc:creator>paolo bevilacqua</dc:creator>
      <dc:date>2007-09-24T18:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and any statement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915526#M72597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but it will become an any any statment:&lt;/P&gt;&lt;P&gt;ip access-list standard 10&lt;/P&gt;&lt;P&gt;permit 0.0.0.0 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s ip access-lists 10&lt;/P&gt;&lt;P&gt;Standard IP access list 10&lt;/P&gt;&lt;P&gt;    permit any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 08:10:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915526#M72597</guid>
      <dc:creator>benoit.lecompt</dc:creator>
      <dc:date>2007-09-25T08:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and any statement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915527#M72598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, have you tried? Let us know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 09:00:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915527#M72598</guid>
      <dc:creator>paolo bevilacqua</dc:creator>
      <dc:date>2007-09-25T09:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and any statement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915528#M72599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Yes, I tried this statement and it works but I hope I will not have 'unexpected behavior' has said in &lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/556/nat-faq.html#qa39" target="_blank"&gt;http://www.cisco.com/warp/public/556/nat-faq.html#qa39&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2007 05:40:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915528#M72599</guid>
      <dc:creator>benoit.lecompt</dc:creator>
      <dc:date>2007-10-13T05:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and any statement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915529#M72600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now try to telnet to the router from outside to the outside interface. If it works, you are ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inability to do so, is the 'unexpected behavior' mentioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2007 09:41:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915529#M72600</guid>
      <dc:creator>paolo bevilacqua</dc:creator>
      <dc:date>2007-10-13T09:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: NAT and any statement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915530#M72601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I will try this asap !&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2007 20:29:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-and-any-statement/m-p/915530#M72601</guid>
      <dc:creator>benoit.lecompt</dc:creator>
      <dc:date>2007-10-13T20:29:12Z</dc:date>
    </item>
  </channel>
</rss>

