cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
387
Views
0
Helpful
1
Replies

Debugging Access-lists

dan_track
Level 1
Level 1

Hi,

I have some traffic being blocked by an access-list on a 3750-E switch. Is there a way to get the switch to log which rule is blocking traffic? I'm looking for something similar to what the ASA's log.

Thanks

Dan

1 Reply 1

Jerry Ye
Cisco Employee
Cisco Employee

Hi Dan,

Are you having all permit statements or deny statements on your ACL? If all your statements are permit, the last one, hidden, will be deny any any. You can do the following to see

access-list 123 permit ip x.x.x.x 0.0.0.255 any

...

access-list 123 deny ip any any log

HTH,

jerry