<?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: Reg: ASA inside to outside config in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/reg-asa-inside-to-outside-config/m-p/3916122#M973653</link>
    <description>Hi,&lt;BR /&gt;Configure inspection for ICMP, enter the command "fixup protocol icmp" this should permit the icmp replies.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
    <pubDate>Thu, 29 Aug 2019 14:18:50 GMT</pubDate>
    <dc:creator>Rob Ingram</dc:creator>
    <dc:date>2019-08-29T14:18:50Z</dc:date>
    <item>
      <title>Reg: ASA inside to outside config</title>
      <link>https://community.cisco.com/t5/network-security/reg-asa-inside-to-outside-config/m-p/3916076#M973652</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Dear All,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've the ASA device with the following config and the problem to config the inside traffic to outside traffic communication. Kindly share the solution for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: The device with bgp config.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ping from firewall to 10.101.174.178 -- result success&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ping from laptop (lap ip: 192.168.12.35) to 192.168.12.33 -- result success&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ping from laptop (lap ip: 192.168.12.35) to 10.101.174.178 -- result fail&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;-----------------------------&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/1&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 10.101.174.177 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.12.33 255.255.255.0&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;router bgp 100&lt;BR /&gt;bgp log-neighbor-changes&lt;BR /&gt;address-family ipv4 unicast&lt;BR /&gt;neighbor 10.101.174.178 remote-as 200&lt;BR /&gt;neighbor 10.101.174.178 activate&lt;BR /&gt;network 192.168.12.32 mask 255.255.255.0&lt;BR /&gt;no auto-summary&lt;BR /&gt;no synchronization&lt;BR /&gt;exit-address-family&lt;BR /&gt;!&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 10.10.101.174.178 1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA(config)# show nat&lt;BR /&gt;Manual NAT Policies (Section 1)&lt;BR /&gt;1 (inside) to (outside) source dynamic any-1 nat-obj-&lt;U&gt;&lt;STRONG&gt;10.101.174.178&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;Auto NAT Policies (Section 2)&lt;BR /&gt;1 (inside) to (outside) source dynamic inside_nat interface&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Vijay&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 13:15:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reg-asa-inside-to-outside-config/m-p/3916076#M973652</guid>
      <dc:creator>VijayKumar9803</dc:creator>
      <dc:date>2019-08-29T13:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: ASA inside to outside config</title>
      <link>https://community.cisco.com/t5/network-security/reg-asa-inside-to-outside-config/m-p/3916122#M973653</link>
      <description>Hi,&lt;BR /&gt;Configure inspection for ICMP, enter the command "fixup protocol icmp" this should permit the icmp replies.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 29 Aug 2019 14:18:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reg-asa-inside-to-outside-config/m-p/3916122#M973653</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-08-29T14:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: ASA inside to outside config</title>
      <link>https://community.cisco.com/t5/network-security/reg-asa-inside-to-outside-config/m-p/3916541#M973655</link>
      <description>&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I've used this "fixup protocol icmp" but still facing the same issue. Kindly suggest me for other way of solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;DIV class="lia-message-subject lia-component-message-view-widget-subject"&gt;&lt;DIV class="MessageSubject"&gt;&lt;DIV class="MessageSubjectIcons "&gt;&lt;DIV class="lia-message-subject"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 07:11:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reg-asa-inside-to-outside-config/m-p/3916541#M973655</guid>
      <dc:creator>VijayKumar9803</dc:creator>
      <dc:date>2019-08-30T07:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: ASA inside to outside config</title>
      <link>https://community.cisco.com/t5/network-security/reg-asa-inside-to-outside-config/m-p/3916553#M973656</link>
      <description>Turn on icmp debug on the ASA "debug icmp trace" and then ping the device from the laptop, provide the output of the logs here for review. &lt;BR /&gt;&lt;BR /&gt;Run packet-tracer from the CLI - e.g. "packet-tracer input inside icmp 192.168.12.35 8 0 10.101.174.178" and provide the full output here.&lt;BR /&gt;&lt;BR /&gt;Also provide your full configuration.</description>
      <pubDate>Fri, 30 Aug 2019 07:59:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reg-asa-inside-to-outside-config/m-p/3916553#M973656</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-08-30T07:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: ASA inside to outside config</title>
      <link>https://community.cisco.com/t5/network-security/reg-asa-inside-to-outside-config/m-p/3916568#M973658</link>
      <description>Hi Sir,&lt;BR /&gt;&lt;BR /&gt;The details are sent to you... Kindly help me for the further solution.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vijay</description>
      <pubDate>Fri, 30 Aug 2019 08:46:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reg-asa-inside-to-outside-config/m-p/3916568#M973658</guid>
      <dc:creator>VijayKumar9803</dc:creator>
      <dc:date>2019-08-30T08:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: ASA inside to outside config</title>
      <link>https://community.cisco.com/t5/network-security/reg-asa-inside-to-outside-config/m-p/3916581#M973660</link>
      <description>&lt;P&gt;There is no reason to send me a private message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You sent this:-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;========================from laptop===================&lt;BR /&gt;[E:\~]$ ping 10.101.174.178&lt;BR /&gt;&lt;BR /&gt;Pinging &lt;STRONG&gt;10.100.173.178&lt;/STRONG&gt; with 32 bytes of data:&lt;BR /&gt;Request timed out.&lt;BR /&gt;Request timed out.&lt;BR /&gt;Request timed out.&lt;BR /&gt;Request timed out.&lt;BR /&gt;&lt;BR /&gt;Ping statistics for 10.101.174.178:&lt;BR /&gt;Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),&lt;/PRE&gt;
&lt;P&gt;Why is it pinging a different IP address (10.100.173.178)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You didn't send the debug I requested. Does the ping even reach the ASA? The debug would confirm that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run a packet capture on the ASA and confirm whether the icmp echo is received on the ASA from the laptop. If not then the laptop is not sending the traffic to the ASA in the first place (which is why the output of the packet-tracert confirms the traffic should be "allowed").&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 09:05:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reg-asa-inside-to-outside-config/m-p/3916581#M973660</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-08-30T09:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: ASA inside to outside config</title>
      <link>https://community.cisco.com/t5/network-security/reg-asa-inside-to-outside-config/m-p/3916845#M973662</link>
      <description>Hi Sir,&lt;BR /&gt;&lt;BR /&gt;As the earlier "fixup protocol icmp" command worked for me....&lt;BR /&gt;&lt;BR /&gt;Thank you so much for your help on this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vijay&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Aug 2019 16:35:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reg-asa-inside-to-outside-config/m-p/3916845#M973662</guid>
      <dc:creator>VijayKumar9803</dc:creator>
      <dc:date>2019-08-30T16:35:13Z</dc:date>
    </item>
  </channel>
</rss>

