<?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 Monitor logging on PIX515(E) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/monitor-logging-on-pix515-e/m-p/839444#M955143</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a PIX515(E) and we want to monitor the traffic. So that we have the posibility to see which user is visiting which websites and how often. I believe there is a certain logging command, isn't there?&lt;/P&gt;&lt;P&gt;Could anyone tell me which logging that would be and how to turn in on?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Danny.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 12:02:14 GMT</pubDate>
    <dc:creator>dannypostma</dc:creator>
    <dc:date>2019-03-11T12:02:14Z</dc:date>
    <item>
      <title>Monitor logging on PIX515(E)</title>
      <link>https://community.cisco.com/t5/network-security/monitor-logging-on-pix515-e/m-p/839444#M955143</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a PIX515(E) and we want to monitor the traffic. So that we have the posibility to see which user is visiting which websites and how often. I believe there is a certain logging command, isn't there?&lt;/P&gt;&lt;P&gt;Could anyone tell me which logging that would be and how to turn in on?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Danny.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:02:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/monitor-logging-on-pix515-e/m-p/839444#M955143</guid>
      <dc:creator>dannypostma</dc:creator>
      <dc:date>2019-03-11T12:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor logging on PIX515(E)</title>
      <link>https://community.cisco.com/t5/network-security/monitor-logging-on-pix515-e/m-p/839445#M955145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Logs at debug level would not tell you which website you visits but would definitely tell you the ip address..along with the ports information...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you would need to install a syslog server software on one of the computers. You may&lt;/P&gt;&lt;P&gt;download one of the popular kiwisyslog server from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.kiwisyslog.com/software_downloads.htm" target="_blank"&gt;http://www.kiwisyslog.com/software_downloads.htm&lt;/A&gt; . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is listed as Kiwi Syslog Daemon and latest version is 7.1.0. You may download standard&lt;/P&gt;&lt;P&gt;edition that runs as a program.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Once the syslog server is installed you will then need to login into the PIX in&lt;/P&gt;&lt;P&gt;configuration terminal mode and enter the following commands.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;logging host [in_if_name] ip_address &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(example: logging host inside 1.2.3.4 &lt;/P&gt;&lt;P&gt;We are assuming syslog server is installed on computer with IP address 1.2.3.4 in the&lt;/P&gt;&lt;P&gt;inside network.)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;logging timestamp&lt;/P&gt;&lt;P&gt;logging trap 7&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Logging on level 7 is only for debugging purposes and do not leave pix on level 7 "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see if this helps !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 14:36:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/monitor-logging-on-pix515-e/m-p/839445#M955145</guid>
      <dc:creator>abinjola</dc:creator>
      <dc:date>2008-02-13T14:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor logging on PIX515(E)</title>
      <link>https://community.cisco.com/t5/network-security/monitor-logging-on-pix515-e/m-p/839446#M955147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;logging host 1.2.3.4&lt;/P&gt;&lt;P&gt;logging timestamp&lt;/P&gt;&lt;P&gt;logging trap 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you do NOT need "logging trap 7" to tell you which website users visit.  "logging trap 6"&lt;/P&gt;&lt;P&gt;will generate less syslog messages and it also&lt;/P&gt;&lt;P&gt;can tell you which website user(s) visit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They both can tell you the same thing but &lt;/P&gt;&lt;P&gt;"logging trap 6" generates much less message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not a windows person.  If you use&lt;/P&gt;&lt;P&gt;Linux/Unix syslog-ng, you can have granular&lt;/P&gt;&lt;P&gt;syslog than windows.  Just make sure you&lt;/P&gt;&lt;P&gt;have the "-r" option in your syslog config&lt;/P&gt;&lt;P&gt;so that it can accept syslog from other&lt;/P&gt;&lt;P&gt;devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CCIE Security&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 15:52:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/monitor-logging-on-pix515-e/m-p/839446#M955147</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-02-13T15:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor logging on PIX515(E)</title>
      <link>https://community.cisco.com/t5/network-security/monitor-logging-on-pix515-e/m-p/839447#M955149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Requster..you need to be on logging trap 7 to see www/urls..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/l2_72.html#wp1690864" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/l2_72.html#wp1690864&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 16:09:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/monitor-logging-on-pix515-e/m-p/839447#M955149</guid>
      <dc:creator>abinjola</dc:creator>
      <dc:date>2008-02-13T16:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor logging on PIX515(E)</title>
      <link>https://community.cisco.com/t5/network-security/monitor-logging-on-pix515-e/m-p/839448#M955150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright, thanks everybody for the answers. I will read the documenation and I'll let you know if it resolved my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Kind Regards,&lt;/P&gt;&lt;P&gt;Danny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 11:26:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/monitor-logging-on-pix515-e/m-p/839448#M955150</guid>
      <dc:creator>dannypostma</dc:creator>
      <dc:date>2008-02-14T11:26:41Z</dc:date>
    </item>
  </channel>
</rss>

