<?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 group-nesting problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-group-nesting-problem/m-p/956086#M919255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Recheck your group configuration. use this Troubleshoot and Alerts (in Network Address Translation (NAT) ) document.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/tech/tk648/tk361/tk438/tsd_technology_support_sub-protocol_home.html" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk648/tk361/tk438/tsd_technology_support_sub-protocol_home.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2008 14:21:04 GMT</pubDate>
    <dc:creator>owillins</dc:creator>
    <dc:date>2008-06-05T14:21:04Z</dc:date>
    <item>
      <title>NAT group-nesting problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-group-nesting-problem/m-p/956085#M919233</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are having a problem with exempt-NATting using an ASA 5520.&lt;/P&gt;&lt;P&gt;The top rule in my NAT table was as follows:&lt;/P&gt;&lt;P&gt;  access-list MPLSv_nat0_outbound line 1 extended permit ip object-group Vanco-remote object-group Vanco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That group is configured as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network Vanco&lt;/P&gt;&lt;P&gt; network-object 192.168.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt; group-object Vanco-remote&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object-group network Vanco-remote&lt;/P&gt;&lt;P&gt; network-object BE01-Vanco 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object BE10 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object BE10-Aastra 255.255.255.0&lt;/P&gt;&lt;P&gt; group-object BE-Peltracom&lt;/P&gt;&lt;P&gt; network-object BE11 255.255.255.0&lt;/P&gt;&lt;P&gt; group-object Hotcuisine-Vanco&lt;/P&gt;&lt;P&gt; network-object BG01 255.255.192.0&lt;/P&gt;&lt;P&gt; network-object PL01 255.255.192.0&lt;/P&gt;&lt;P&gt; network-object 10.7.0.0 255.255.192.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object-group network Hotcuisine-Vanco&lt;/P&gt;&lt;P&gt; network-object US01 255.255.252.0&lt;/P&gt;&lt;P&gt; network-object BE06 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object BE06-Aastra 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object BE05 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object BE05-Aastra 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 192.169.223.0 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object-group network Hotcuisine&lt;/P&gt;&lt;P&gt; network-object 192.168.60.0 255.255.255.0&lt;/P&gt;&lt;P&gt; group-object Hotcuisine-Vanco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, group nesting is as follows:&lt;/P&gt;&lt;P&gt;Vanco -&amp;gt; Vanco-remote -&amp;gt; Hotcuisine-Vanco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, while the natting rule&lt;/P&gt;&lt;P&gt;  access-list MPLSv_nat0_outbound line 1 extended permit ip object-group Vanco-remote object-group Vanco&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;DOES NOT work, the following two lines DO work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  access-list MPLSv_nat0_outbound line 1 extended permit ip object-group Vanco-remote 192.168.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;  access-list MPLSv_nat0_outbound line 2 extended permit ip object-group Vanco-remote object-group Vanco-remote&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While in group Vanco includes both 192.168.0.0 255.255.0.0 and object-group Vanco-remote&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know an answer to this problem? Does NAT allow only 1 level of nesting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:52:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-group-nesting-problem/m-p/956085#M919233</guid>
      <dc:creator>johanhofmans</dc:creator>
      <dc:date>2019-03-11T12:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: NAT group-nesting problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-group-nesting-problem/m-p/956086#M919255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Recheck your group configuration. use this Troubleshoot and Alerts (in Network Address Translation (NAT) ) document.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/tech/tk648/tk361/tk438/tsd_technology_support_sub-protocol_home.html" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk648/tk361/tk438/tsd_technology_support_sub-protocol_home.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 14:21:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-group-nesting-problem/m-p/956086#M919255</guid>
      <dc:creator>owillins</dc:creator>
      <dc:date>2008-06-05T14:21:04Z</dc:date>
    </item>
  </channel>
</rss>

