<?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 auto (object NAT) cli help query in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/auto-object-nat-cli-help-query/m-p/3097675#M133604</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am just configuring some very simple post 8.3 NAT statements.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;network object mapped-ip&lt;/P&gt;
&lt;P&gt;host 1.1.1.1&lt;/P&gt;
&lt;P&gt;network object real-ip&lt;/P&gt;
&lt;P&gt;host 2.2.2.2&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;My next line of configuration would normally be something like the following nat statement included in the real-ip object definition&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;nat static mapped-ip&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;OR&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;nat (inside,outside) static mapped-ip&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;However, if you hit a question mark for help after the nat command, you get the option to specify interfaces in (), source or after-auto.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;My point is the keyword static is not listed in the available options but is accepted as a command argument if entered..&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have checked various code revisions and this the same in each version.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Why ?&lt;/P&gt;
&lt;P&gt;Is the static keyword not the preferred method. Is cisco trying to push us down a different path or is this just a simple mistake/omission ?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 09:45:53 GMT</pubDate>
    <dc:creator>keven.lincoln</dc:creator>
    <dc:date>2019-03-12T09:45:53Z</dc:date>
    <item>
      <title>auto (object NAT) cli help query</title>
      <link>https://community.cisco.com/t5/network-security/auto-object-nat-cli-help-query/m-p/3097675#M133604</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am just configuring some very simple post 8.3 NAT statements.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;network object mapped-ip&lt;/P&gt;
&lt;P&gt;host 1.1.1.1&lt;/P&gt;
&lt;P&gt;network object real-ip&lt;/P&gt;
&lt;P&gt;host 2.2.2.2&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;My next line of configuration would normally be something like the following nat statement included in the real-ip object definition&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;nat static mapped-ip&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;OR&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;nat (inside,outside) static mapped-ip&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;However, if you hit a question mark for help after the nat command, you get the option to specify interfaces in (), source or after-auto.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;My point is the keyword static is not listed in the available options but is accepted as a command argument if entered..&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have checked various code revisions and this the same in each version.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Why ?&lt;/P&gt;
&lt;P&gt;Is the static keyword not the preferred method. Is cisco trying to push us down a different path or is this just a simple mistake/omission ?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:45:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/auto-object-nat-cli-help-query/m-p/3097675#M133604</guid>
      <dc:creator>keven.lincoln</dc:creator>
      <dc:date>2019-03-12T09:45:53Z</dc:date>
    </item>
    <item>
      <title> Hi,</title>
      <link>https://community.cisco.com/t5/network-security/auto-object-nat-cli-help-query/m-p/3097676#M133607</link>
      <description>&lt;P&gt;&amp;nbsp;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;What you are trying to do is configure a manual NAT statement in which you need to select the source and destination translation methods.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;But if you configure an Auto-nat statement then you would get the static keyword directly after you use &lt;G class="gr_ gr_395 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace" id="395" data-gr-id="395"&gt;a ?&lt;/G&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Auto-NAT:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object network obj-10.1.1.6 host 10.1.1.6 nat (inside,outside) static 192.168.100.100&lt;/P&gt;
&lt;P&gt;host 10.1.1.6 nat (inside,outside) static 192.168.100.100&lt;/P&gt;
&lt;P&gt;nat (inside,outside) static 192.168.100.100&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Manual NAT:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;nat (inside,outside) source static&amp;nbsp;&lt;SPAN&gt;real-&lt;G class="gr_ gr_482 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="482" data-gr-id="482"&gt;ip&lt;/G&gt;&amp;nbsp;mapped-ip&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;More info on this link:&lt;/P&gt;
&lt;P&gt;https://supportforums.cisco.com/document/33921/asa-pre-83-83-nat-configuration-examples&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Aditya&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Please rate helpful and mark correct answers&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 10:26:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/auto-object-nat-cli-help-query/m-p/3097676#M133607</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2017-08-01T10:26:15Z</dc:date>
    </item>
    <item>
      <title>hi Aditya</title>
      <link>https://community.cisco.com/t5/network-security/auto-object-nat-cli-help-query/m-p/3097677#M133609</link>
      <description>&lt;P&gt;hi &lt;SPAN&gt;Aditya&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for your response.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;My point is that if you enter nat ? the list of available options does not include the static keyword.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I agree that you can actually type in the static keyword and it is accepted. No problem.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I just cannot understand why it is missing.&amp;nbsp;&amp;nbsp; I just wanted to know if there was a reason&amp;nbsp; why. Are &amp;nbsp;cisco&amp;nbsp; were trying to&amp;nbsp; push people away from using the static option for some reason?&amp;nbsp;I checked using asdm and it uses the static command ok.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am quite happy to accept that its just one of these quirks of the command line if that is the case.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Again, thanks for your time.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 10:46:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/auto-object-nat-cli-help-query/m-p/3097677#M133609</guid>
      <dc:creator>keven.lincoln</dc:creator>
      <dc:date>2017-08-01T10:46:23Z</dc:date>
    </item>
  </channel>
</rss>

