<?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: Denied ICMP type=3, code=3 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/denied-icmp-type-3-code-3/m-p/1082951#M913755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try enabling ICMP inspection with the following commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;   class inspection_default&lt;/P&gt;&lt;P&gt;      inspect icmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Aug 2008 18:12:39 GMT</pubDate>
    <dc:creator>robertson.michael</dc:creator>
    <dc:date>2008-08-29T18:12:39Z</dc:date>
    <item>
      <title>Denied ICMP type=3, code=3</title>
      <link>https://community.cisco.com/t5/network-security/denied-icmp-type-3-code-3/m-p/1082949#M913753</link>
      <description>&lt;P&gt;I've set the inside 172.17.193.x/24 cisco catalyst switches to sync with an outside time server 66.96.30.91.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Built inbound ICMP connection for faddr 66.96.30.91/0 gaddr x.x.x.x/0 laddr 172.17.193.52/123&lt;/P&gt;&lt;P&gt;Teardown ICMP connection for faddr 66.96.30.91/0 gaddr x.x.x.x/0 laddr 172.17.193.52/123&lt;/P&gt;&lt;P&gt;Built inbound ICMP connection for faddr 66.96.30.91/0 gaddr x.x.x.x/0 laddr 172.17.193.53/123&lt;/P&gt;&lt;P&gt;Teardown ICMP connection for faddr 66.96.30.91/0 gaddr x.x.x.x/0 laddr 172.17.193.53/123&lt;/P&gt;&lt;P&gt;Denied ICMP type=3, code=3 from 66.96.30.91 on interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the config of my ASA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ciscoasa# sh run&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;ASA Version 8.0(4)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ciscoasa&lt;/P&gt;&lt;P&gt;enable password xxx&lt;/P&gt;&lt;P&gt;passwd xxxx&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address outsideip 255.255.255.240&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 172.17.193.100 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif management&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;boot config disk0:/exit&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;clock timezone mst -7&lt;/P&gt;&lt;P&gt;clock summer-time mdt recurring&lt;/P&gt;&lt;P&gt;access-list split_tunnel_list standard permit 172.17.193.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list inside_nat0_outbound extended permit ip 172.17.193.0 255.255.255.0 192.168.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list inbound_on_outside extended permit icmp any any&lt;/P&gt;&lt;P&gt;access-list inbound_on_outside extended permit tcp any host outsideip eq 5555&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu management 1500&lt;/P&gt;&lt;P&gt;ip local pool vpnuserspool 192.168.10.101-192.168.10.254 mask 255.255.255.0&lt;/P&gt;&lt;P&gt;no failover&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;icmp deny any outside&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm-613.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;/P&gt;&lt;P&gt;nat (inside) 1 172.17.193.0 255.255.255.0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp outsideip 5555 172.17.193.96 5555 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-group inbound_on_outside in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 gw 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:37:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/denied-icmp-type-3-code-3/m-p/1082949#M913753</guid>
      <dc:creator>support.edm</dc:creator>
      <dc:date>2019-03-11T13:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Denied ICMP type=3, code=3</title>
      <link>https://community.cisco.com/t5/network-security/denied-icmp-type-3-code-3/m-p/1082950#M913754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.10.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;http 172.17.193.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 management&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set firstset esp-3des esp-md5-hmac&lt;/P&gt;&lt;P&gt;crypto ipsec security-association lifetime seconds 28800&lt;/P&gt;&lt;P&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;/P&gt;&lt;P&gt;crypto dynamic-map dyn1 1 set transform-set firstset&lt;/P&gt;&lt;P&gt;crypto dynamic-map dyn1 1 set security-association lifetime seconds 28800&lt;/P&gt;&lt;P&gt;crypto dynamic-map dyn1 1 set security-association lifetime kilobytes 4608000&lt;/P&gt;&lt;P&gt;crypto dynamic-map dyn1 1 set reverse-route&lt;/P&gt;&lt;P&gt;crypto map mymap 1 ipsec-isakmp dynamic dyn1&lt;/P&gt;&lt;P&gt;crypto map mymap interface outside&lt;/P&gt;&lt;P&gt;crypto isakmp enable outside&lt;/P&gt;&lt;P&gt;crypto isakmp policy 1&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; encryption 3des&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 43200&lt;/P&gt;&lt;P&gt;crypto isakmp nat-traversal 3600&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh 172.17.193.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;ssh 192.168.10.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;ssh timeout 60&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;management-access inside&lt;/P&gt;&lt;P&gt;dhcpd address 172.17.193.101-172.17.193.254 inside&lt;/P&gt;&lt;P&gt;dhcpd dns 172.17.193.6 interface inside&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.2-192.168.1.254 management&lt;/P&gt;&lt;P&gt;dhcpd enable management&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;/P&gt;&lt;P&gt;threat-detection statistics access-list&lt;/P&gt;&lt;P&gt;no threat-detection statistics tcp-intercept&lt;/P&gt;&lt;P&gt;ntp server 66.96.30.91 source outside&lt;/P&gt;&lt;P&gt;group-policy vpnuserspolicy internal&lt;/P&gt;&lt;P&gt;group-policy vpnuserspolicy attributes&lt;/P&gt;&lt;P&gt; split-tunnel-policy tunnelspecified&lt;/P&gt;&lt;P&gt; split-tunnel-network-list value split_tunnel_list&lt;/P&gt;&lt;P&gt; address-pools value vpnuserspool&lt;/P&gt;&lt;P&gt;username admin password xxx encrypted privilege 15&lt;/P&gt;&lt;P&gt;username admin attributes&lt;/P&gt;&lt;P&gt; vpn-group-policy vpnuserspolicy&lt;/P&gt;&lt;P&gt;tunnel-group vpnusersgroup type remote-access&lt;/P&gt;&lt;P&gt;tunnel-group vpnusersgroup general-attributes&lt;/P&gt;&lt;P&gt; default-group-policy vpnuserspolicy&lt;/P&gt;&lt;P&gt;tunnel-group vpnusersgroup ipsec-attributes&lt;/P&gt;&lt;P&gt; pre-shared-key *&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;  inspect ftp&lt;/P&gt;&lt;P&gt;  inspect h323 h225&lt;/P&gt;&lt;P&gt;  inspect h323 ras&lt;/P&gt;&lt;P&gt;  inspect rsh&lt;/P&gt;&lt;P&gt;  inspect rtsp&lt;/P&gt;&lt;P&gt;  inspect esmtp&lt;/P&gt;&lt;P&gt;  inspect sqlnet&lt;/P&gt;&lt;P&gt;  inspect skinny&lt;/P&gt;&lt;P&gt;  inspect sunrpc&lt;/P&gt;&lt;P&gt;  inspect xdmcp&lt;/P&gt;&lt;P&gt;  inspect sip&lt;/P&gt;&lt;P&gt;  inspect netbios&lt;/P&gt;&lt;P&gt;  inspect tftp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;ciscoasa#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 18:03:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/denied-icmp-type-3-code-3/m-p/1082950#M913754</guid>
      <dc:creator>support.edm</dc:creator>
      <dc:date>2008-08-29T18:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Denied ICMP type=3, code=3</title>
      <link>https://community.cisco.com/t5/network-security/denied-icmp-type-3-code-3/m-p/1082951#M913755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try enabling ICMP inspection with the following commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;   class inspection_default&lt;/P&gt;&lt;P&gt;      inspect icmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 18:12:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/denied-icmp-type-3-code-3/m-p/1082951#M913755</guid>
      <dc:creator>robertson.michael</dc:creator>
      <dc:date>2008-08-29T18:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Denied ICMP type=3, code=3</title>
      <link>https://community.cisco.com/t5/network-security/denied-icmp-type-3-code-3/m-p/1082952#M913756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did that...still the same error.  The ASA and the switches are not syncing properly with the external time source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2008 15:41:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/denied-icmp-type-3-code-3/m-p/1082952#M913756</guid>
      <dc:creator>support.edm</dc:creator>
      <dc:date>2008-09-05T15:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Denied ICMP type=3, code=3</title>
      <link>https://community.cisco.com/t5/network-security/denied-icmp-type-3-code-3/m-p/1082953#M913757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, if the remote host 66.96.30.91 sends icmp type 3 code 3 (aka port unreachable), then there&lt;/P&gt;&lt;P&gt;is no server running on port 123/udp (or maybe it's explicitely configured to pretend that it is not running).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the same answer here, therefore I'd suggest you try with a server that is known to be working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2008 17:55:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/denied-icmp-type-3-code-3/m-p/1082953#M913757</guid>
      <dc:creator>g.meerkoetter</dc:creator>
      <dc:date>2008-09-05T17:55:55Z</dc:date>
    </item>
  </channel>
</rss>

