cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
338
Views
3
Helpful
1
Replies

trying to debug an ACL on PIX

tato386
Level 6
Level 6

I would like to setup an ACL then use a "debug packet" type command to observe certain traffic on my PIX 515e. I have used this technique many times with IOS routers but the PIX just doesn't behave the same way. As soon as I give the "logging monitor debug" I am swamped with all sorts of info concerning other operations of the PIX like denied inbound packets, NAT events, TCP connections established and so on. How can I get the PIX to show me ONLY the traffic defined by my ACL and NOTHING else?

Thanks,

Diego

1 Reply 1

gfullage
Cisco Employee
Cisco Employee

Debugging on the PIX will certainly give you a ton of information. With the PIX you can either use the "capture" command to capture all traffic based on an ACL (which can then even be saved off in Sniffer format, very useful), or in 6.3 code you can add a log keyword to the end of the access-list command.

See http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/ab.htm#1067755 for details, the default logging level of ACL lines is informational, so if you do "logging monitor info" then you should see these and not get all the other stuff you get at debug level.

Review Cisco Networking for a $25 gift card