Which Cisco IOS command would configure an extended IP ACL statement that permits all TFTP traffic from the 192.168.1.0/26 network to the 10.2.3.192/27 network?

A) access-list 101 permit udp 192.168.1.0 0.0.0.63 10.2.3.192 0.0.0.31 eq 69
B) access-list 101 permit tcp 192.168.1.0 0.0.0.63 10.2.3.192 0.0.0.31 eq tftp
C) access-list 101 permit udp 10.2.3.192 0.0.0.31 192.168.1.0 0.0.0.63 eq 69
D) access-list 101 permit udp 192.168.1.0 0.0.0.63 eq tftp 10.2.3.192 0.0.0.31


A
Explanation: A) TFTP is UDP and uses port 69, so this is used to determine the protocol and port number used in the statement. The first address that is listed in the statement is the source and the second is the destination. Because the question was to control the traffic coming from the 192.168.1.0/26 network to the 10.2.3.192/27 network, this means that the statement to control this traffic would be access-list 101 permit udp 192.168.1.0 0.0.0.63 10.2.3.192 0.0.0.31 eq 69.

Computer Science & Information Technology

You might also like to view...

Using a binary search, what is the maximum number of comparisons required to find a search key in a 31-element sorted array?

a. 4. b. 5. c. 32. d. 1.

Computer Science & Information Technology

Outlook automatically includes the day of the week when you enter a date in the Date box.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The Style group of icons is located in the ________ tab

Fill in the blank(s) with correct word

Computer Science & Information Technology

To the user, distributed databases look like a single database, just with slightly slower access times.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology