wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CXA - Access Control List

Total questions: 10

Worksheet time: 20mins

Name
Class
Date
1.

Which of the following answers list a valid number that can be used with extended numbered IP ACLs? (Choose two answers).

a)

89

b)

123

c)

2000

d)

1989

2.

In which layer or layers does packet filtering works?

a)

Layer 3

b)

Layer 2 and 3

c)

Layer 4

d)

Layer 3 and 4

3.

Which of the following wildcard masks is most useful for matching all IP packets in subnet 192.168.128.0/21?

a)

0.0.127.255

b)

0.0.7.255

c)

0.0.0.31

d)

0.0.15.255

4.

Which of the following access-list commands matches all packets sent from hosts in subnet 10.1.120.0 255.255.252.0?

a)

access-list 1 permit 10.1.120.0

b)

access-list 1 permit 10.1.120.0 0.0.3.255

c)

access-list 1 permit 10.10.120.0 0.0.3.255

d)

access-list 1 permit 10.10.0.120 0.0.3.255

5.

On applying an ACL to a router interface, where will an inbound ACL filter its packets?

a)

Before being routed to the inbound interface.

b)

After leaving the router and going towards the destination host.

c)

Before being routed to the outbound interface.

d)

a.     After leaving the router and going towards the source host.

6.

An administrator has configured an access list on R1 to allow SSH administrative access from host 172.20.1.50. Which command correctly applies the ACL?

a)

R1(config-if)# ip access-group 1 out

b)

R1(config-line)# ip access-class 1 out

c)

R1(config-if)# ip access-group 1 in

d)

R1(config-line)# ip access-class 1 in

7.

1Which of the following access-list commands permit packets going from host 172.16.5.1 to all web servers whose IP addresses begin with 10.1.1? (Choose two answers)

a)

access-list 111 permit tcp host 172.16.5.1 10.1.1.0 0.0.0.255 eq www

b)

access-list 1395 permit tcp host 172.16.5.1 10.1.1.0 0.0.0.255 eq www

c)

access-list 2123 permit tcp host 172.16.5.1 eq www 10.1.1.0 0.0.0.255

d)

access-list 2123 permit tcp host 172.16.5.1 10.1.1.0 0.0.0.255 eq www

8.

Refer to the following command output. Which answers list a configuration mode and command that would result in the deletion of the line that matches subnet 192.168.2.0/24? (Choose two answers)

a)

In ACL control-list config mode: no 20

b)

In ACL control-list config mode: no permit 192.168.2.0 0.0.0.255

c)

In global config mode: no 20

d)

In global config mode: no permit 192.168.2.0 0.0.0.255

9.

Which statements of standard ACLs are correct? (Select two).

a)

Should be applied as close the destination as possible.

b)

Match based on destination IP address.

c)

One of its ranges is 1300-1999

d)

Should be applied as close the origin as possible.

10.

Which ACL entry satisfies the next requirement?

“Allow traffic from 10.0.0.0/16 to access the server at 8.8.8.8/32 using HTTPS.”

a)

R1(config-ext-nacl)#permit udp 10.0.0.0 0.0.255.255 8.8.8.8 0.0.0.0 eq 443

b)

R1(config-ext-nacl)#permit tcp 10.0.0.0 0.0.255.255 8.8.8.8 0.0.0.0 neq 443

c)

R1(config-ext-nacl)#permit tcp 10.0.0.0 0.255.255.255 8.8.8.8 0.0.0.0 eq 443

d)

R1(config-ext-nacl)#permit tcp 10.0.0.0 0.0.255.255 8.8.8.8 0.0.0.0 eq 443