<?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 server log message in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/server-log-message/m-p/1664077#M561926</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;It should not stop your internet traffic. Whats the smount of logs being generated, and could you plz paste an output of &lt;STRONG&gt;show run logging&lt;/STRONG&gt; from your firewall???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Jul 2011 03:23:42 GMT</pubDate>
    <dc:creator>varrao</dc:creator>
    <dc:date>2011-07-02T03:23:42Z</dc:date>
    <item>
      <title>server log message</title>
      <link>https://community.cisco.com/t5/network-security/server-log-message/m-p/1664072#M561919</link>
      <description>&lt;P&gt;could someone further explain the following message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="content"&gt;&lt;PRE&gt;&lt;SPAN class="pEM_ErrMsg"&gt;&lt;SPAN class="cBoldNormal"&gt;Error Message&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt; %PIX-3-313001: Denied ICMP type=icmp_type, code=type_code from IP_addr &lt;BR /&gt;on interface int_name&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;%PIX-3-313001: Denied ICMP type=3, code=3 from 155.229.56.214 on interface 0 &lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:36:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/server-log-message/m-p/1664072#M561919</guid>
      <dc:creator>jstewart73</dc:creator>
      <dc:date>2019-03-11T20:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: server log message</title>
      <link>https://community.cisco.com/t5/network-security/server-log-message/m-p/1664073#M561920</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;This log message means that the ICMP Unreachable packet (since type=3) generated from 155.229.56.214 was dropped on interface 0 because this packet was matched against an ACL configured on that interface and the ACL denied this packet. 155.229.56.214 is probably not reachable from the PIX and is sending Unreachable messages to the PIX. These messages are being dropped by the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if the host 155.229.56.214 is acting like a syslog server and is not active, the PIX gets Unreachable messages from this IP whenever it sends a syslog to this server. To allow the Unreachable messages, add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;icmp permit any unreachable outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please mark this post as resolved if your question has been answered. Do rate helpful posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="content"&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 08:36:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/server-log-message/m-p/1664073#M561920</guid>
      <dc:creator>Anu M Chacko</dc:creator>
      <dc:date>2011-05-23T08:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: server log message</title>
      <link>https://community.cisco.com/t5/network-security/server-log-message/m-p/1664074#M561921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually don't know what IP address this is. Should I be cautious?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 16:49:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/server-log-message/m-p/1664074#M561921</guid>
      <dc:creator>jstewart73</dc:creator>
      <dc:date>2011-05-23T16:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: server log message</title>
      <link>https://community.cisco.com/t5/network-security/server-log-message/m-p/1664075#M561922</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;If you are not aware of this IP, i suggest you shun the IP. Here is the command: "shun &lt;SPAN class="pEM_ErrMsg"&gt;155.229.56.214&lt;/SPAN&gt;&lt;SPAN class="content"&gt;&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark the question as resolved if it had been answered, so that the post can be referred to by other people. Do rate helpful posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 18:53:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/server-log-message/m-p/1664075#M561922</guid>
      <dc:creator>Anu M Chacko</dc:creator>
      <dc:date>2011-05-23T18:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: server log message</title>
      <link>https://community.cisco.com/t5/network-security/server-log-message/m-p/1664076#M561924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could this message cause the PIX to cut off the internet connection?&amp;nbsp; The PIX intermittingly stops internet traffic.&amp;nbsp; I have to turn off/on the PIX to the traffic flowing again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 20:57:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/server-log-message/m-p/1664076#M561924</guid>
      <dc:creator>jstewart73</dc:creator>
      <dc:date>2011-07-01T20:57:10Z</dc:date>
    </item>
    <item>
      <title>server log message</title>
      <link>https://community.cisco.com/t5/network-security/server-log-message/m-p/1664077#M561926</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;It should not stop your internet traffic. Whats the smount of logs being generated, and could you plz paste an output of &lt;STRONG&gt;show run logging&lt;/STRONG&gt; from your firewall???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jul 2011 03:23:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/server-log-message/m-p/1664077#M561926</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-02T03:23:42Z</dc:date>
    </item>
  </channel>
</rss>

