Chapter 11: ACL Configuration Flashcards
1
Q
Interpret and provide a configuration example for a standard and an extended ACL.
A
Standard ACL:
acl number 2000
rule 10 permit source 192.168.1.0 0.0.0.255
Extended ACL:
acl number 3000
rule 10 permit ip source 192.168.1.0 0.0.0.255 destination 10.0.0.0 0.0.0.255
1
Q
List the different categories of ACLs and describe their use cases.
A
Standard ACLs: Filter traffic by source IP.
Extended ACLs: Filter traffic by source and destination IP, protocol, and port.