Refer to the exhibit. The branch router is configured with a default route toward the internet and has no routes configured for the HQ site that is connected through interface G2/0. The HQ router is fully configured and does not require changes. Which configuration on the branch router makes the intranet website (TCP port 80) available to the branch office users?

IT Questions BankCategory: CCNP 300-410Refer to the exhibit. The branch router is configured with a default route toward the internet and has no routes configured for the HQ site that is connected through interface G2/0. The HQ router is fully configured and does not require changes. Which configuration on the branch router makes the intranet website (TCP port 80) available to the branch office users?

Refer to the exhibit. The branch router is configured with a default route toward the internet and has no routes configured for the HQ site that is connected through interface G2/0. The HQ router is fully configured and does not require changes. Which configuration on the branch router makes the intranet website (TCP port 80) available to the branch office users?

A.
access-list 100 permit tcp any host intranet-webserver-ip eq 80
!
route-map pbr permit 10
match ip address 100
set ip next-hop 192.168.2.2
!
interface G2/0
ip policy route-map pbr

B.
access-list 101 permit tcp any any eq 80
access-list 102 permit tcp any host intranet-webserver-ip
!
route-map pbr permit 10
match ip address 101 102
set ip next-hop 192.168.2.2
!
interface G1/0
ip policy route-map pbr

C.
access-list 101 permit tcp any any eq 80
access-list 102 permit tcp any host intranet-webserver-ip
!
route-map pbr permit 10
match ip address 101
set ip next-hop 192.168.2.2
route-map pbr permit 20
match ip address 102
set ip next-hop 192.168.2.2
!
interface G2/0
ip policy route-map pbr

D.
access-list 100 permit tcp host intranet-webserver-ip eg 80 any
!
route-map pbr permit 10
match ip address 100
set ip next-hop 192.168.2.2
!
interface G1/0
ip policy route-map pbr

Correct Answer: B

Exam with this question: CCNP ENARSI 300-410 Dumps

myrmike replied 2 years ago

D should be the answer. B is wrong because a default route already exist towards towards the internet. The match statement will apply to access list 101 OR 102, setting the next hop for HTTP traffic to the HQ router

Subscribe
Notify of
guest

1 Comment
Inline Feedbacks
View all comments
myrmike
myrmike
2 years ago

D should be the answer. B is wrong because a default route already exist towards towards the internet. The match statement will apply to access list 101 OR 102, setting the next hop for HTTP traffic to the HQ router

1
0
Would love your thoughts, please comment.x
()
x