Chapter 11 - Access Control Lists Flashcards

1
Q

What do standard access lists filter on?

A

Source address only!

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

What is the number range for standard ACLs?

A

1-99

1300-1999

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

What is the number range for extended ACLs?

A

100-199

2000-2699

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

When you add a new line to an access list, where is it placed by default?

A

At the very bottom of the list (before the implcit deny)

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

When using a wildcard mask, which part of the subnet would be looked at if it was 0.0.0.255

A

The last octet can be anything. Only the first 3 are looked at for matches.

ie: 172.25.1.XXX

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

What are the two main types of object groups?

A

Service Object Groups - identify devices by ip address, network, host, or range of hosts.

Network Object Groups - TCP or UDP and ports defined (or a collection of ports)

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

What command would you use to see all the lines of an access-list and check if there are any matches / hits?

A

show access-lists

or use the name or number of the ACL

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

What command would you use to check to see if an interface has an ACL applied to it?

A

show ip interface

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

How do you clear the counters (match counts) on an access list?

A

clear ip access-list counters

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

When you apply a IPv6 ACL on an interface, what kind of traffic is implicitly permitted (even though there is a default implicity deny at the end of the ACL)?

A

Neighbor Solicitation (NS) packets

Neighbor Advertisement (NA) packets

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

What keyword is different in IPv6 ACL’s when applying a list to an interface?

A

traffic-filter

for example:

(config-if)#ipv6 traffic-filter LIST_NAME in

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

What command allows you to view an IPv6 access-list (all of its lines, match counts, etc)?

A

show ipv6 access-list

(remember just add the “ipv6”)

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

How to you check to see if an interface has an IPv6 ACL applied?

A

show ipv6 interface g0/3

(g0/3 can be any interface name)

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