<?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 Question about netmask in 8.2 CLI ASA config in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/question-about-netmask-in-8-2-cli-asa-config/m-p/2873432#M154656</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am having trouble understanding what the netmask in this particular&amp;nbsp;global statement does. Is it dynamic NAT or just PAT? In other words, will the ASA&amp;nbsp;translate the real ip addresses ( which is a network object group in this ACE, by the way)&amp;nbsp;dynamically to the 6.0.0.0 subnet or is there an error in the rule and it should be netmask 255.255.255.255?&lt;/P&gt;
&lt;DIV&gt;global (outside) 1 6.5.100.21 netmask 255.0.0.0&lt;/DIV&gt;
&lt;DIV&gt;nat (outside) 1 access-list nat_outbound outside&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Would really appreciate any help.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks,&lt;/DIV&gt;
&lt;DIV&gt;Adi&lt;/DIV&gt;</description>
    <pubDate>Tue, 12 Mar 2019 07:38:35 GMT</pubDate>
    <dc:creator>adityan404</dc:creator>
    <dc:date>2019-03-12T07:38:35Z</dc:date>
    <item>
      <title>Question about netmask in 8.2 CLI ASA config</title>
      <link>https://community.cisco.com/t5/network-security/question-about-netmask-in-8-2-cli-asa-config/m-p/2873432#M154656</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am having trouble understanding what the netmask in this particular&amp;nbsp;global statement does. Is it dynamic NAT or just PAT? In other words, will the ASA&amp;nbsp;translate the real ip addresses ( which is a network object group in this ACE, by the way)&amp;nbsp;dynamically to the 6.0.0.0 subnet or is there an error in the rule and it should be netmask 255.255.255.255?&lt;/P&gt;
&lt;DIV&gt;global (outside) 1 6.5.100.21 netmask 255.0.0.0&lt;/DIV&gt;
&lt;DIV&gt;nat (outside) 1 access-list nat_outbound outside&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Would really appreciate any help.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks,&lt;/DIV&gt;
&lt;DIV&gt;Adi&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:38:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/question-about-netmask-in-8-2-cli-asa-config/m-p/2873432#M154656</guid>
      <dc:creator>adityan404</dc:creator>
      <dc:date>2019-03-12T07:38:35Z</dc:date>
    </item>
    <item>
      <title>Based on the outside IP</title>
      <link>https://community.cisco.com/t5/network-security/question-about-netmask-in-8-2-cli-asa-config/m-p/2873433#M154657</link>
      <description>&lt;P&gt;Based on the outside IP configuration of the ASA, would 6.5.100.21 be a reasonable address? &amp;nbsp;If so, probably a typo.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Otherwise this ASA could only be used between internal networks where one network happened to use public IP addresses - internally.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 09:04:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/question-about-netmask-in-8-2-cli-asa-config/m-p/2873433#M154657</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2016-04-21T09:04:15Z</dc:date>
    </item>
    <item>
      <title>Well, the outside interface</title>
      <link>https://community.cisco.com/t5/network-security/question-about-netmask-in-8-2-cli-asa-config/m-p/2873434#M154658</link>
      <description>&lt;P&gt;Well, the outside interface ip address falls in the 12.3.0.0 subnet. These are the relevant NAT statements.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;global (outside) 1 6.5.x.x netmask 255.0.0.0&lt;/P&gt;
&lt;P&gt;global (inside) 1 10.75.x.x netmask 255.255.255.255&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;nat (outside) 1 access-list outside_nat_outbound_1 outside&amp;nbsp;(I&amp;nbsp;had&amp;nbsp;a typo&amp;nbsp;in&amp;nbsp;my question)&lt;/P&gt;
&lt;P&gt;nat (inside) 1 access-list inside_nat_outbound&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;access-list outside_nat_outbound_1 extended permit ip "ipaddrA" 255.255.255.0 object-group objA&lt;/P&gt;
&lt;P&gt;access-list outside_nat_outbound extended permit ip "ipaddrB" 255.255.255.0 object-group objA&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Would you be able to explain the NAT rule action for the global(outside) statement?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 14:26:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/question-about-netmask-in-8-2-cli-asa-config/m-p/2873434#M154658</guid>
      <dc:creator>adityan404</dc:creator>
      <dc:date>2016-04-22T14:26:31Z</dc:date>
    </item>
    <item>
      <title>Without having indepth</title>
      <link>https://community.cisco.com/t5/network-security/question-about-netmask-in-8-2-cli-asa-config/m-p/2873435#M154659</link>
      <description>&lt;P&gt;Without having indepth knowledge of your network and the exact subnet assigned to your outside network, I would say that this is a misconfiguration. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Right now your inside_nat_outbound access-list is being NATed to the 6.0.0.0/8 network. &amp;nbsp;This is quite uncommon in my experience and usually only 1 public IP is needed for NAT. &amp;nbsp;If the whole /8 network is available to you then this is a big waste of addresses in my opinion.&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 17:39:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/question-about-netmask-in-8-2-cli-asa-config/m-p/2873435#M154659</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2016-04-22T17:39:09Z</dc:date>
    </item>
    <item>
      <title>Thank you for your input. I</title>
      <link>https://community.cisco.com/t5/network-security/question-about-netmask-in-8-2-cli-asa-config/m-p/2873436#M154660</link>
      <description>&lt;P&gt;Thank you for your input. I think so too that this must be an error in the configuration but wanted to double-check anyways.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 18:29:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/question-about-netmask-in-8-2-cli-asa-config/m-p/2873436#M154660</guid>
      <dc:creator>adityan404</dc:creator>
      <dc:date>2016-04-22T18:29:36Z</dc:date>
    </item>
  </channel>
</rss>

