<?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: logging in ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/logging-in-asa/m-p/1658205#M556991</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 the trap level is set at "warnings" level, ensure that the message IDs corresponding to the "ftp" transcations are set at the same level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your config mode, you can try the following command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logging message &lt;MESSAGE id=""&gt; warnings&lt;/MESSAGE&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Believe this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sam Roberts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Apr 2011 21:43:13 GMT</pubDate>
    <dc:creator>sam-roberts</dc:creator>
    <dc:date>2011-04-27T21:43:13Z</dc:date>
    <item>
      <title>logging in ASA</title>
      <link>https://community.cisco.com/t5/network-security/logging-in-asa/m-p/1658202#M556987</link>
      <description>&lt;P&gt;I would like to log any ftp traffic outbound at the ASA firewall to a syslog server; and I created an access-list as below to log any ftp traffic;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the trap logging level is set at warnings. (i do not want to logged at a lower level).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I do need to see "informational" logging on ftp traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i set up the command line below; it appear i can not see the ftp traffic on the syslog, this probably due to the trap logging is set at warnings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way i can still log warning message to syslog server but I am able to log informational message on ftp traffic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;________________________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list OUTBOUND extended permit tcp any any eq ftp log informational&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logging trap warnings&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:26:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/logging-in-asa/m-p/1658202#M556987</guid>
      <dc:creator>kope</dc:creator>
      <dc:date>2019-03-11T20:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: logging in ASA</title>
      <link>https://community.cisco.com/t5/network-security/logging-in-asa/m-p/1658203#M556988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; "&gt;Hi Kope, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each logging message has a default severity level associated with it. You can change that default behavior so that a message is sent based on a configurable severity level instead. For the messages that have a higher default level and that will not be sent, you can reconfigure their level to a lower value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To change a message's severity level, use the following configuration command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;Firewall(config)# &lt;STRONG&gt;logging message&lt;/STRONG&gt; &lt;EM&gt;message-number &lt;/EM&gt;[&lt;STRONG&gt;level&lt;/STRONG&gt;&lt;EM&gt; &lt;/EM&gt;&lt;EM&gt;level&lt;/EM&gt;]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In your case you need to configure : &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firewall(config)# loggingg message &lt;SPAN class="content"&gt;&lt;STRONG&gt;106100&lt;/STRONG&gt;&lt;/SPAN&gt; level 4&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Som&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please mark this post as resolved if this has answered your question. Do rate the helpful posts.&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 21:12:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/logging-in-asa/m-p/1658203#M556988</guid>
      <dc:creator>Somanna M.P</dc:creator>
      <dc:date>2011-04-27T21:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: logging in ASA</title>
      <link>https://community.cisco.com/t5/network-security/logging-in-asa/m-p/1658204#M556989</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;My understanding is that you see the messages related to 'ftp' in the ASA local log. If so, one way I can recomend (there may be different way, but Iam not sure..;-)) - using the Message list. For this first find the message ids for the ftp related connections from ASA logs then create message list based on that. ex: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logging list my_CRITICAL level warnings&lt;/P&gt;&lt;P&gt;logging list my_CRITICAL message 111001-111009&lt;BR /&gt;logging list my_CRITICAL message 611103&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;logging trap my_CRITICAL&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will send 'warning' and any log messages Ids matches between 111001-111009 &amp;amp; 611103 as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00805a2e04.shtml"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00805a2e04.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 21:21:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/logging-in-asa/m-p/1658204#M556989</guid>
      <dc:creator>mvsheik123</dc:creator>
      <dc:date>2011-04-27T21:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: logging in ASA</title>
      <link>https://community.cisco.com/t5/network-security/logging-in-asa/m-p/1658205#M556991</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 the trap level is set at "warnings" level, ensure that the message IDs corresponding to the "ftp" transcations are set at the same level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your config mode, you can try the following command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logging message &lt;MESSAGE id=""&gt; warnings&lt;/MESSAGE&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Believe this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sam Roberts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 21:43:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/logging-in-asa/m-p/1658205#M556991</guid>
      <dc:creator>sam-roberts</dc:creator>
      <dc:date>2011-04-27T21:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: logging in ASA</title>
      <link>https://community.cisco.com/t5/network-security/logging-in-asa/m-p/1658206#M557001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;logging list APR27_2011 level errors&lt;BR /&gt;logging list APR27_2011 message 106100&lt;BR /&gt;logging buffered APR27_2011&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;I have this setup as above and it still did not showed any message id 106100; it just shown error level messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything wrong here?&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 02:57:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/logging-in-asa/m-p/1658206#M557001</guid>
      <dc:creator>kope</dc:creator>
      <dc:date>2011-04-28T02:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: logging in ASA</title>
      <link>https://community.cisco.com/t5/network-security/logging-in-asa/m-p/1658207#M557002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;I also tried as below, but return with an INFO message...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA1(config)# logging message 106100 level 3&lt;BR /&gt;INFO: Please use the access-list command to change the severity level of this syslog&lt;BR /&gt;ASA1(config)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea...thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 03:47:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/logging-in-asa/m-p/1658207#M557002</guid>
      <dc:creator>kope</dc:creator>
      <dc:date>2011-04-28T03:47:32Z</dc:date>
    </item>
  </channel>
</rss>

