<?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: Pix Logging in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-logging/m-p/775643#M1003487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, if you enable the highest level of logging, you may get a performance hit. Generally, enabling the Debug level is only for troubleshooting. There are 8 levels of logging:&lt;/P&gt;&lt;P&gt;0 - Emergencies - system is unusable&lt;/P&gt;&lt;P&gt;1 - Alerts - Immediate action needed&lt;/P&gt;&lt;P&gt;2 - Critical - Critical conditions&lt;/P&gt;&lt;P&gt;3 - Errors - Error conditions&lt;/P&gt;&lt;P&gt;4 - Warnings - Warning conditions&lt;/P&gt;&lt;P&gt;5 - Notifications - Informational messages&lt;/P&gt;&lt;P&gt;6 - Informational - Normal but significant conditions&lt;/P&gt;&lt;P&gt;7 - Debugging - debug messages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally, if you want to be able to actually READ the logging files, setting to level 5 - Notifications would be enough. To capture the most information, set it to 6 - Informational.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#logging buffered info (if you want to see the logs on the PIX, "sho logg")&lt;/P&gt;&lt;P&gt;#logging trap info (or "notif" for less clutter) &lt;/P&gt;&lt;P&gt;I generally use the "informational" level on the trap (syslog) setting, and "notification" on the buffered logging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#logging timestamp (add timestamps to logging)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can enable the other logging options, but this could cause issues. (console logging will  log to your console session, making it hard to  see any commands entered or other information, Monitor logging will log to your remote access session (telnet, ssh))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this URL about logging:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00805a2e04.shtml" target="_blank"&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;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2007 14:55:33 GMT</pubDate>
    <dc:creator>rsmith</dc:creator>
    <dc:date>2007-06-08T14:55:33Z</dc:date>
    <item>
      <title>Pix Logging</title>
      <link>https://community.cisco.com/t5/network-security/pix-logging/m-p/775642#M1003476</link>
      <description>&lt;P&gt;I am new to the PIX and want to make sure that the logging is as high as it can be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it isnt how can I raise the level of logging to the highest level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;###########CONFIG-PORTION-START##########&lt;/P&gt;&lt;P&gt;[sho config]&lt;/P&gt;&lt;P&gt;logging on          &lt;/P&gt;&lt;P&gt;logging monitor debugging                         &lt;/P&gt;&lt;P&gt;logging trap notifications                          &lt;/P&gt;&lt;P&gt;logging history warnings                        &lt;/P&gt;&lt;P&gt;logging host inside XXX.XXX.XX.XX&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;[sho logging]&lt;/P&gt;&lt;P&gt;Syslog logging: enabled&lt;/P&gt;&lt;P&gt;    Facility: 20&lt;/P&gt;&lt;P&gt;    Timestamp logging: disabled&lt;/P&gt;&lt;P&gt;    Standby logging: disabled&lt;/P&gt;&lt;P&gt;    Console logging: disabled&lt;/P&gt;&lt;P&gt;    Monitor logging: level debugging, 0 messages logged&lt;/P&gt;&lt;P&gt;    Buffer logging: disabled&lt;/P&gt;&lt;P&gt;    Trap logging: level notifications, 506680159 messages logged&lt;/P&gt;&lt;P&gt;        Logging to inside XXX.XXX.XX.XX&lt;/P&gt;&lt;P&gt;    History logging: level warnings, 502996377 messages logged&lt;/P&gt;&lt;P&gt;    Device ID: disabled&lt;/P&gt;&lt;P&gt;###########CONFIG-PORTION-END##########&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:27:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-logging/m-p/775642#M1003476</guid>
      <dc:creator>cadstillo</dc:creator>
      <dc:date>2019-03-11T10:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Logging</title>
      <link>https://community.cisco.com/t5/network-security/pix-logging/m-p/775643#M1003487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, if you enable the highest level of logging, you may get a performance hit. Generally, enabling the Debug level is only for troubleshooting. There are 8 levels of logging:&lt;/P&gt;&lt;P&gt;0 - Emergencies - system is unusable&lt;/P&gt;&lt;P&gt;1 - Alerts - Immediate action needed&lt;/P&gt;&lt;P&gt;2 - Critical - Critical conditions&lt;/P&gt;&lt;P&gt;3 - Errors - Error conditions&lt;/P&gt;&lt;P&gt;4 - Warnings - Warning conditions&lt;/P&gt;&lt;P&gt;5 - Notifications - Informational messages&lt;/P&gt;&lt;P&gt;6 - Informational - Normal but significant conditions&lt;/P&gt;&lt;P&gt;7 - Debugging - debug messages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally, if you want to be able to actually READ the logging files, setting to level 5 - Notifications would be enough. To capture the most information, set it to 6 - Informational.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#logging buffered info (if you want to see the logs on the PIX, "sho logg")&lt;/P&gt;&lt;P&gt;#logging trap info (or "notif" for less clutter) &lt;/P&gt;&lt;P&gt;I generally use the "informational" level on the trap (syslog) setting, and "notification" on the buffered logging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#logging timestamp (add timestamps to logging)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can enable the other logging options, but this could cause issues. (console logging will  log to your console session, making it hard to  see any commands entered or other information, Monitor logging will log to your remote access session (telnet, ssh))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this URL about logging:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00805a2e04.shtml" target="_blank"&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;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 14:55:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-logging/m-p/775643#M1003487</guid>
      <dc:creator>rsmith</dc:creator>
      <dc:date>2007-06-08T14:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Logging</title>
      <link>https://community.cisco.com/t5/network-security/pix-logging/m-p/775644#M1003496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, how can I disable the timestamp logging?&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Never mind I just saw it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no logging timestamp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 15:47:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-logging/m-p/775644#M1003496</guid>
      <dc:creator>cadstillo</dc:creator>
      <dc:date>2007-06-08T15:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Logging</title>
      <link>https://community.cisco.com/t5/network-security/pix-logging/m-p/775645#M1003507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NP... It is usually a good idea to keep timestamps on if you syslog multiple devices, so you can correlate log entries if any issues happen. (and, of course, Time Servers and NTP on all devices to keep them syncronized.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 15:53:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-logging/m-p/775645#M1003507</guid>
      <dc:creator>rsmith</dc:creator>
      <dc:date>2007-06-08T15:53:21Z</dc:date>
    </item>
  </channel>
</rss>

