Standard Named ACLs

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>
  • The router may re-order the /32 entries.

  • This improves the efficiency of processing the ACL.

  • It does not change the effet of the ACL.

  • This applies to both standard named and standard numbered ACLs.

Last updated