09-04-2002 07:56 PM - edited 02-20-2020 10:13 PM
I've been logging PIX through syslog server and workin just fine.
I got lots of denied logs and other informational logs, but i can't find any accept log. I've browse through syslog http://www.heltel.fi/www/tuotteet/tuotetieto/PIX_syslog_messages_5.3.pdf
but can't find any accept log.
question: Does Cisco PIX log accept packet ? how to configure it ?
09-05-2002 08:08 AM
What level are you logging? If you use the informational logging level, you should get messages related to valid sessions too.
09-05-2002 08:46 PM
thanks for the reply.
i've reset the logging level from error to informational.
now i can see the session established and terminated.
another question:
after setting the severity level to 6 (informational), i can't seem to get any messages from level 0 - 3. is this due to the network traffic ?
fyi, the syslog server has been set to accept any severity level (*).
09-06-2002 05:59 AM
I was frustrated by this as well. While you can use "Informational" level logging you end up with a signal-to-noise ratio that is very poor.
My solution was to add an access-list statement on the edge router on the outside interface of the pix that looks something like...
access-list 105 permit tcp any host
This way the router allows the connection AND logs it like...
Sep 6 09:55:16
You only log the connections you care about and then you can set the PIX logging level back where it should be.
Hope this helps. It sure beats sorting through all those "informational" logs!
Pete
09-08-2002 10:15 PM
thanks for the tips Pete but the router is beyond by my control.
gunawan
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide