Hi,ACL is created to match conditionsEx with standard ACL: access-list 1 permit 10.0.0.0 0.255.255.255There is implicit deny at the endSo when IP 10.1.1.1.1 comes => ACL matches for this IPWhen IP 9.1.1.1 comes => ACL don't match for this IP Suppose ...