12.1 Access Control Lists (ACL) Flashcards

1
Q

Standard IP

A

Standard ACLs can be used to permit or deny traffic based only on the source IP address. Standard ACLs don’t care about where the package is being sent, just the packet origin. Standard ACLs should be placed as close to the destination as possible.

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

Extended IP

A

An extended ACL can be used to permit or deny traffic based on source and destination IP address. Extended ACLs are also used to permit or deny traffic based on port numbers and different types of traffic such as TCP and UDP

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

Router>enable

A

This command logs you into the enable mode, also known as the privileged mode.

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

Router#configure terminal

A

This command logs you into configuration mode.

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

Router(config)#

A

This is the prompt from which you can start creating access lists

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

Router(config)#ip access-list standard 1

A

Creates or edits a standard access list using an ID number of 1.

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

Router(config)#10 deny 192.168.0.0 0.255.255.255

A

Assigns the sequence number of 10 to the deny statement.

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

access-list ACL log

A

Displays log messages that identify which line in an ACL is being matched.

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

show run

show access-lists

A

Displays all access lists that exist on the router.

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

show ip int

show run

A

Displays all access lists applied to an interface.

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

show log

A

Displays rejected traffic information.

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

show run

show ip access-lists

A

Displays IP access lists configured on the router.

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

show access-lists [number]

A

Displays a specific access list.

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