Which Cisco IOS command would configure an extended IP ACL statement that denies all HTTP traffic from the 10.10.20.128/25 network to the 172.17.1.0/24 network?

A) access-list 101 deny tcp 172.17.1.0 0.0.0.255 eq www 10.10.20.128 0.0.0.127
B) access-list 101 deny udp 172.17.1.0 0.0.0.255 eq 80 10.10.20.128 0.0.0.127
C) access-list 101 deny udp 10.10.20.128 0.0.0.127 172.17.1.0 0.0.0.255 eq 80
D) access-list 101 deny tcp 10.10.20.128 0.0.0.127 172.17.1.0 0.0.0.255 eq www


D
Explanation: D) HTTP is TCP and uses port 80, 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 10.10.30.128/25 network to the 172.17.1.0/24 network, this means that the statement to control this traffic would be access-list 101 deny tcp 10.10.20.128 0.0.0.127 172.17.1.0 0.0.0.255 eq www.

Computer Science & Information Technology

You might also like to view...

Essentially, Alice events are used to build ____ stories.

A. sequential B. lasting C. interactive D. static

Computer Science & Information Technology

Which feature in Windows Server 2016 allows up to eight identical physical adapters on the host system to be configured as a team and mapped to a virtual switch?

A. Data center bridging B. Switch Embedded Teaming C. NIC Teaming D. Quality of Service

Computer Science & Information Technology

Data in a struct variable must be read one member at a time.

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

Computer Science & Information Technology

The digital certificate used by PGP is equal to the standard X.509 certificate.

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

Computer Science & Information Technology