Search

Standard Access Control Lists, syntax of access-list IOS command to create a Standard Access Control List (ACL)

Standard Access Control Lists (ACLs) are the oldest type of Access Control Lists (ACL). Standard IP access lists are used to permit/deny traffic only based on source IP address of the IP datagram packets.

Standard Access Control Lists (ACLs) can be created by using the "access-lists" IOS command. The syntax of "access-list" IOS command to create a Standard Access Control List is shown below.

access-list [Access_list_number] [permit | deny] [IP_address] [wildcard mask (optional)]

The arguments are explained in detail below.

Access_list_number: For Standard Access Control List, Access list number must be between 1–99 or 1300–1999.

permit | deny: Whether to permit or deny traffic.

IP_address: An IP address to filter the traffic.

wildcard mask: Instead of specifying a single IP address, you can also permit or deny networks/subnets entirely or partly by using wildcard masks, also known as inverse masks. Wildcard mask is optional in above IOS command.

Click the following link to learn more about Access Control List (ACL) wildcard masks.

Related Tutorials
• Standard Access Control Lists (ACLs)
• Where should a Standard Access Control List (ACL) be placed
• Access Control List (ACL) - Wildcard Masks
• How to create and configure Standard Access Control Lists (ACLs)
• Extended Access Control Lists (ACLs)
• Where should an Extended Access Control List (ACL) be placed
• Extended Access Control List (ACL) - Operators
• Extended Access Control List (ACL) - TCP and UDP port numbers and names
• Extended Access Control List (ACL)- established Keyword
• How to create and configure Extended Access Control Lists (ACLs)
• How to create and configure Access Control Lists (ACLs) for vty lines (telnet and ssh)
• Named Access Control Lists (ACLs)
• How to create and configure Standard Named Access Control Lists (ACLs)
• How to create and configure Extended Named Access Control List (ACL)
• How to edit a Named Access Control List (ACL) on router