Which extended access list should you implement on the inbound interface of Router1?

View the Exhibit.

Refer to the exhibit. You are configuring an extended access list to permit a reply from Destination Server B to Source Host A for HTTP traffic.
Which extended access list should you implement on the inbound interface of Router1?
A. router(config)# permit tcp host 209.165.200.230 host 209.165.202.130 eq www
B. router(config)# permit tcp host 209.165.200.230 eq www host 209.165.202.130
C. router(config)# permit tcp host 209.165.202.130 host 209.165.200.230 eq www
D. router(config)# permit tcp host 209.165.202.130 eq www host 209.165.200.230

cisco-exams

2 thoughts on “Which extended access list should you implement on the inbound interface of Router1?

  1. host 209.165.202.130 port dynamic (49152 – 65535 don’t care) —> server 209.165.200.230 port 80

    REPLY: server 209.165.200.230 port 80 —> 209.165.202.130 port dynamic (49152 – 65535 don’t care)

    Correct answer B, please comment

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.