ACL - configure and verify access control lists. 5.6 Flashcards
Propose of ACLs
Controlling which devices have what access to the network.
Can ACLs control network traffic
Yes. They can function as a packet filter, instructing the router to permit or discard specific traffic.
Where are ACLs configured?
On the router. global config mode.
What makes up ACLs
ACEs (Access Control Entries)
What are ACEs
Series of permit of deny rules.
How do ACLs take effect
Need to be applied to interface.
Once the routers finds a match in ACL
It stops looking at other entries in the ACL
ACL are applied inbound or outbound.
yes
Are ACEs processed in order?
Yes. Top to bottom. once match is found, action is taken. Any remaining processes afterwards are ignored.
What is outbound vs inbound
Outbound is interface traffic leaving the router. inbound is the opposite.
Maximum of one ACL can be applied to a single interface Per Direction.
Inbound: Maximum one ACL
Outbound: Maximum one ACL
Implicit deny
at the end of all ACLs have a implicit deny. Any entry that doesn’t match the configured entry in the ACL, it will deny.
what is a Standard ACL
Reference Source IP Address ONLY
Two subtypes for Standard ACLs
Standard Numbered ACLs
Standard Named ACLs
Extended ACLs
check based on protocol(TCP, UDP), Source/Destination IP, Source/Destinations Ports.