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.
ASA CLI Book says: "You can configure one access-group command per ACL type per interface per direction."
Does this mean one command per interface, or one command per direction?
Can we add two rules on outside interface? Sg like this:
access-list OUT...
Got it thanks. There's a couple of inside networks and all have some services permitted in common to go outside. So I thought its easier (makes more sense) to put that on outside out once than to put it on every network and deny each other networks f...