Standard Named ACLs
Last updated
Last updated
Standard ACLs match traffic based only on the source IP address of the packet.
Named ACLs are identified with a name (ie. 'BLOCK_BOB').
Standard named ACLs are configured by entering 'standard named ACL config mode', and then configuring each entry within that config mode.
R1(config)# ip access-list standard <acl-name>
R1(config-std-nacl)# [<entry-number>] {deny | permit} <ip> <wildcard-mask>