Standard ACL

A Standard Access Control List (ACL) is the simplest way to control traffic on Cisco devices by filtering only on the source IP address. In this lesson, you’ll learn how to configure it step by step and apply it correctly to secure your network.

  • 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