Please enable JavaScript.
Coggle requires JavaScript to display documents.
ACL Concepts - Coggle Diagram
ACL Concepts
-
-
4.1 Propuse of ACL
-
-
4.1.3 ACL Operation
Inbound ACL: Filters packets before routing. Saves resources if discarded. Best when traffic only comes from that interface.
Outbound ACL: Filters packets after routing. Useful when the same filter applies to traffic from multiple inbound interfaces.
Process: Source address checked against ACEs in order; first match decides. If no match, packet is dropped due to implicit deny.
Note: An ACL must include at least one permit, otherwise all traffic is blocked.
-