Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Well, you can log users' PC packets that was blocked by this ACL.Add next line to your ACL: "deny ip any any log"And you also need to configure logging: "logging buffered 4096" to local logging or "logging " to remote logging.Then verify local log by...
Hi.You've done one important mistake - you've written ACL for input traffic but you're using it for output traffic...You should remove command "ip access-group BOARDERS out" from interfaces (Vlan110, Vlan120 and Vlan130) and add command "ip access-gr...