Link to home
Start Free TrialLog in
Avatar of Donnie4572
Donnie4572Flag for United States of America

asked on

logging pix

Hi,

I have turned on logging to my logging server from my pix 515.

I have tried: logging trap debugging which produces a lot records.

This is what I want to log:

access-list inside line 1 deny tcp any any eq 445 (hitcnt=136255)

I have blocked port 445 on my inside interface and now I would like to find out which inside host the traffic is coming from.

I need to filter the logging to only show "deny tcp any any eq 445" Is this possible?

thanks for any help.
Donnie
ASKER CERTIFIED SOLUTION
Avatar of td_miles
td_miles

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Donnie4572

ASKER

Thanks td_miles!

I did this:
      access-list inside line 1 deny tcp any any eq 445 log 0

It is working great.

Donnie