Standard ACLs Flashcards

1
Q

Configure a permit or deny entry for a standard named ACL:
R1(config-std-nacl)# […]

A

[entry-number] {deny | permit} ip wildcard-mask

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

Enter standard named ACL config mode:
R1(config)# […]

A

ip access-list standard acl-name

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

Apply an ACL to an interface:
R1(config-if)# […]

A

ip access-group acl {in | out}

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

[…] ACLs should be applied as close to the destination as possible.

A

Standard

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

Standard ACLs should be applied as close to the […] as possible.

A

destination

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

View all IP ACLs on the router:
R1# […]

A

show ip access-lists

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

View all ACLs on the router:
R1# […]

A

show access-lists

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

Configure a remark for standard numbered ACL:
R1(config)# […]

A

access-list number remark remark

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

Configure a standard numbered ACL entry, permitting or denying all source IPs.
R1(config)# […]

A

access-list number {deny | permit} any

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

Configure a standard numbered ACL entry, specifying the IP/mask.
R1(config)# […]

A

access-list number {deny | permit} ip wildcard-mask

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

What ranges of numbers can be used to identify standard numbered ACLs?

A

1-99, 1300-1999

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

[…] IP ACLs can match based on source/destination IP address and source/destination Layer 4 port.

A

Extended

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

[…] IP ACLs can match based on source IP address only.

A

Standard

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

The […] tells the router to deny all traffic that doesn’t match any of the configured entries in the ACL.

A

implicit deny

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

What will happen if a packet doesn’t match any of the entries in an ACL?

A

It will be dropped
(‘implicit deny’)

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

How many ACLs can be applied to a single interface?

A

Two:
one inbound
one outbound

17
Q

When a packet matches an ACE in an ACL, what happens to the remaining entries below the matching entry?

A

They are ignored (not checked/processed)

18
Q

In what order do routers check the ACEs of an ACL?

A

Top to bottom

19
Q

ACLs can be applied to an interface […] or […]

A

inbound / outbound

20
Q

ACLs must be […] to take effect.

A

applied to an interface

21
Q

ACLs are an ordered sequence of […]

A

ACEs (Access Control Entries)

22
Q

What does ACL stand for?

A

Access Control List