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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly