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

IT Questions BankCategory: CCNAWhich of the following access-list commands permit packets going from host 10.1.1.1 to all web servers whose IP addresses begin with 172.16.5? (Choose two answers.)

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

  • access-list 101 permit tcp host 10.1.1.1 172.16.5.0 0.0.0.255 eq www
  • access-list 1951 permit ip host 10.1.1.1 172.16.5.0 0.0.0.255 eq www
  • access-list 2523 permit ip host 10.1.1.1 eq www 172.16.5.0 0.0.0.255
  • access-list 2523 permit tcp host 10.1.1.1 eq www 172.16.5.0 0.0.0.255
  • access-list 2523 permit tcp host 10.1.1.1 172.16.5.0 0.0.0.255 eq www

Explanation: The correct range of ACL numbers for extended IP access lists is 100 to 199 and 2000 to 2699. The answers that list the eq www parameter after 10.1.1.1 match the source port number, and the packets are going toward the web server, not away from it.

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments