<?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 access list logging on firewall in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-list-logging-on-firewall/m-p/1867600#M460142</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;Would you be looking at the logs through the ASDM Monitoring or reading them from a separate server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your basic ASA logging configuration could look something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;logging timestamp&lt;/P&gt;&lt;P&gt;logging buffer-size &lt;VALUE&gt;&lt;/VALUE&gt;&lt;/P&gt;&lt;P&gt;logging device-id hostname&lt;/P&gt;&lt;P&gt;logging buffered notifications&lt;/P&gt;&lt;P&gt;logging trap informational&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;logging host &lt;NAMEIF&gt; &lt;IP address="" of="" server=""&gt;&lt;/IP&gt;&lt;/NAMEIF&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"logging&amp;nbsp; trap informational" would mean that your ASA would send a log message of every connection and NAT translation made through the ASA. It would also log messages when those connections and NATs are tore down. (When the connections in question are finished)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"logging asdm informational" should do the same as above but this would only apply when you have opened the Monitor/logging window in through the ASDM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These to my knowledge dont require any separate command on the actual access-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't used the "log" parameters in my ASA configurations but If I understood correctly this parameter would make it so that you will also see permitted connections in the ASA logs while without the "log" parameter you would only see a message when the access-list blocked some connection based on some access-list rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Command Reference states the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Optional) Sets logging options when a ACE matches a packet for network&lt;/P&gt;&lt;P&gt;access (an access list applied with the access-group command). If you enter&lt;/P&gt;&lt;P&gt;the log keyword without any arguments, you enable system log message&lt;/P&gt;&lt;P&gt;106100 at the default level (6) and for the default interval (300 seconds). If&lt;/P&gt;&lt;P&gt;you do not enter the log keyword, then the default system log message&lt;/P&gt;&lt;P&gt;106023 is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heres link to the syslog IDs mentioned above (Software 8.2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;106100: &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa82/system/message/logmsgs.html#wp4769049"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/system/message/logmsgs.html#wp4769049&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;106023:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa82/system/message/logmsgs.html#wp4769021"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/system/message/logmsgs.html#wp4769021&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Feb 2012 13:53:31 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2012-02-03T13:53:31Z</dc:date>
    <item>
      <title>access list logging on firewall</title>
      <link>https://community.cisco.com/t5/network-security/access-list-logging-on-firewall/m-p/1867599#M460140</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I permit all traffic on my firewall, will I see on the logs all this traffic going through, or would I need to add the log keyword on the end of the permit statement ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carl&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:23:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-logging-on-firewall/m-p/1867599#M460140</guid>
      <dc:creator>carl_townshend</dc:creator>
      <dc:date>2019-03-11T22:23:38Z</dc:date>
    </item>
    <item>
      <title>access list logging on firewall</title>
      <link>https://community.cisco.com/t5/network-security/access-list-logging-on-firewall/m-p/1867600#M460142</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;Would you be looking at the logs through the ASDM Monitoring or reading them from a separate server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your basic ASA logging configuration could look something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;logging timestamp&lt;/P&gt;&lt;P&gt;logging buffer-size &lt;VALUE&gt;&lt;/VALUE&gt;&lt;/P&gt;&lt;P&gt;logging device-id hostname&lt;/P&gt;&lt;P&gt;logging buffered notifications&lt;/P&gt;&lt;P&gt;logging trap informational&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;logging host &lt;NAMEIF&gt; &lt;IP address="" of="" server=""&gt;&lt;/IP&gt;&lt;/NAMEIF&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"logging&amp;nbsp; trap informational" would mean that your ASA would send a log message of every connection and NAT translation made through the ASA. It would also log messages when those connections and NATs are tore down. (When the connections in question are finished)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"logging asdm informational" should do the same as above but this would only apply when you have opened the Monitor/logging window in through the ASDM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These to my knowledge dont require any separate command on the actual access-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't used the "log" parameters in my ASA configurations but If I understood correctly this parameter would make it so that you will also see permitted connections in the ASA logs while without the "log" parameter you would only see a message when the access-list blocked some connection based on some access-list rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Command Reference states the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Optional) Sets logging options when a ACE matches a packet for network&lt;/P&gt;&lt;P&gt;access (an access list applied with the access-group command). If you enter&lt;/P&gt;&lt;P&gt;the log keyword without any arguments, you enable system log message&lt;/P&gt;&lt;P&gt;106100 at the default level (6) and for the default interval (300 seconds). If&lt;/P&gt;&lt;P&gt;you do not enter the log keyword, then the default system log message&lt;/P&gt;&lt;P&gt;106023 is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heres link to the syslog IDs mentioned above (Software 8.2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;106100: &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa82/system/message/logmsgs.html#wp4769049"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/system/message/logmsgs.html#wp4769049&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;106023:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa82/system/message/logmsgs.html#wp4769021"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/system/message/logmsgs.html#wp4769021&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 13:53:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-logging-on-firewall/m-p/1867600#M460142</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-02-03T13:53:31Z</dc:date>
    </item>
  </channel>
</rss>

