What are ACLs used for?
True or False. ACLs are enabled per interface.
What are the different types of ACLs and their numbers where required?
Features of Standard Numbered ACLs
Features of Standard Named ACLs
Features of Extended Numbered ACLs
Features of Extended Named ACLs
In an ACL, how does the router decide which rule to match a packet against?
What happens to a packet that matches no statements of an ACL?
What is the name for a statement in an ACL?
ACE (Access Control Entry)
How do you match just a single IP address in an ACL statement?
What can you use to match multiple addresses in a given subnet in an ACL?
Wildcard masks
What keyword can you use in place of an IP address to match all traffic against an ACL statement?
How do you enable an ACL on an interface?
In interface config mode, use ‘ip access-group <ACL> <direction></direction></ACL>
Rules of thumb for ACLs
How can you see information about IPv4 specific ACLs?
How could you make a note about what an ACL statement does?
Use the ‘access-list <number> remark <remark>' command</remark></number>
True or False. ACL statements apply to traffic generated by the router.
False.
How can you see specifically what traffic is being caught by an ACL?
Use the ‘access-list <number> log' command</number>
True or False. Wildcard masks used in ACLs can interleave 1s and 0s (0.255.255.0)
True unlike wildcard masks used for things such as OSPF.
True or False. You can’t have multiple ACLs applied to a single interface in a single direction.
True. You can have one ACL for outbound and one ACL for inbound.
What command do you use to configure a Standard Named ACL?
‘ip access-list standard <name>'</name>
This will put you into the config mode for this named ACL where you add the ACEs.
How do you delete particular ACEs from ACLs?
What extra functionality did IP ACL sequence numbers bring in?