Cat3750 ACL debugging

Hi,

I've made a little ACL for one of my VLANs allowing only special source hosts to connect to that VLAN:

access-list 2 permit 172.16.0.14 access-list 2 permit 172.16.0.7 access-list 2 permit 172.16.13.0 0.0.0.255 access-list 2 deny any log

interface Vlan252 ip address 172.31.252.17 255.255.252.0 ip access-group 2 in

So far so good. Every five minutes I'm getting an access log telling me:

%SEC-6-IPACCESSLOGS: list 2 denied 0.0.0.0 5 packets

Now I want to know what's exactly causing this message. I've got a suspicion, but I'm not sure and src IP of 0.0.0.0 isn't really meaningful. Is there any way to debug? IP capturing like on a PIX?

BR, PIT

Reply to
Peter Allgeyer
Loading thread data ...

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.