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_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.