Standard ACL

  • When managing a network, you often need to control which traffic is allowed or denied.

    A Standard Access Control List (ACL) filters IPv4 traffic solely based on the source IP address.

    Standard ACL diagram allowing Legal network 192.168.1.0/24 and denying HR network 192.168.2.0/24 from accessing Legal Server 192.168.3.1

    Figure 1 – Standard ACL Use Case

    In the example below:

    • The Legal network (192.168.1.0/24) is allowed to access the Legal Server (192.168.3.1).

    • The HR network (192.168.2.0/24) is denied access to that same server.

    This is a perfect use case for a Standard ACL, you only care about who is sending the traffic, not where it’s going or what kind of traffic it is.

    Answer the question below