Access Control Lists Flashcards

1
Q

What is an Access Control List (ACL)?

A

An ordered list of rules that restricts or classifies network traffic

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

What header fields are used to match the packet to a rule? (2)

A

1) layer 3 IP addressing
2) layer 4 port addressing

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

What are the two Cisco defined ACL types

A

Standard and Extended

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

What does the Standard ACL type filter on?

A

Source IP address only

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

What does the extended ACL type filer on?

A

source socket address, destination socket address, and protocol

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

True or False: Both Standard and Extended ACL types require a wildcard mask

A

true

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

What is the syntax for the standard ACL?

A

access-list <number> {permit|deny} <source></source> [log]</number>

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

How are rules proccessed?

A

Top to bottom

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

What are end conditions for processing rules?

A

a match is made or all rules have been checked

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

What happens in no rule is matched?

A

the traffic is denied (called implicit deny all)

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

When adding a new rule where in the list does it go?

A

the bottom

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

Where should device specific rules go?

A

Top of the list

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

where to network wide / general rules go?

A

bottom of list

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

Where is a ACL installed?

A

A routers interface in a specific direction

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

what are the directions an ACL can be installed?

A

Ingress or egress

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

True or False: An ACL cannot be installed on an interface in both directions

A

True

17
Q

How does ingress filter packets?

A

Coming into an interface
before it is routed to an outbound interface

18
Q

How does egress filter packets?

A

After it is routed to an interface regardless of inbound traffic

19
Q

Where should an extended ACL be placed?

A

As close as possible to the source of the filtered traffic

20
Q

Where should a standard ACL be placed?

A

as close to the destination as possible