Extended ACLs Flashcards

1
Q

Create an extended ACL entry to permit or deny all traffic:
R1(config-ext-nacl)# […]

A

{permit | deny} ip any any

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

What is the command to create an extended ACL entry, specifying the protocol, source/destination IP, and source/destination port?
R1(config-ext-nacl)# […]

A

{permit | deny} protocol src-ip src-port dst-ip dst-port

*src-ip and dst-ip need the host keyword before or a wildcard mask after
*src-port and dst-port need a keyword such as eq before

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

Which command can be used to view which ACLs are applied to an interface?
R1# […]

A

show ip interface interface-id

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

Which extended ACL entry command option?
[…] matches the specified range of ports.

A

range lowest-number highest-number

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

Which extended ACL entry command option?
[…] matches all ports except the specified number.

A

neq port-num

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

Which extended ACL entry command option?
[…] matches all ports less than the specified number.

A

lt port-num

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

Which extended ACL entry command option?
[…] matches all ports greater than the specified number.

A

gt port-num

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

Which extended ACL entry command option?
[…] matches a single port.

A

eq port-num

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

OSPF = IP protocol number […]

A

89

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

[…] = IP protocol number 89

A

OSPF

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

EIGRP = IP protocol number […]

A

88

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

[…] = IP protocol number 88

A

EIGRP

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

UDP = IP protocol number […]

A

17

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

[…] = IP protocol number 17

A

UDP

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

TCP = IP protocol number […]

A

6

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

[…] = IP protocol number 6

A

TCP

17
Q

ICMP = IP protocol number […]

A

1

18
Q

[…] = IP protocol number 1

A

ICMP

19
Q

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

A

ip access-list extended {name | number}

20
Q

Configure an extended ACL entry, specifying protocol, source IP, and destination IP:
R1(config-ext-nacl)#

A

{permit | deny} protocol src-ip dest-ip

(use either host before each IP address for /32, or specify a wildcard mask)

21
Q

Configure an extended ACL entry, specifying protocol, source IP, and destination IP:
R1(config)#

A

access-list number {permit | deny} protocol src-ip dest-ip

(use either host before each IP address for /32, or specify a wildcard mask)

22
Q

Extended numbered ACL ranges:

A

100-199, 2000-2699

23
Q

Resequence an ACL:
R1(config)# […]

A

ip access-list resequence acl-id starting-seq-num increment

24
Q

You [can/can’t] delete individual ACL entries in named ACL config mode.

A

can

25
Q

You [can/can’t] delete individual ACL entries in global config mode.

A

can’t

26
Q

Delete an ACL entry by specifying the sequence number:
R1(config-std-nacl)# […]

A

no sequence-number