Question 2 of 92 from exam 300-410-ENARSI: Implementing Cisco Enterprise Advanced Routing and Services

Question 2 of 92 from exam 300-410-ENARSI: Implementing Cisco Enterprise Advanced Routing and Services

Question

Refer to the exhibit.

Which configuration configures a policy on R1 to forward any traffic that is sourced from the 192.168.130.0/24 network to R2?

192.168.130.0/24

172.20.40.0/30.

172.20.20.0130

A.

access-list 1 permit 192.168.130.0 0.0.0.255
!

interface Gi0/2

ip policy route-map test

!

route-map test permit 10
match ip address 1

set ip next-hop 172.20.20.2

B.

access-list 1 permit 192.168.130.0 0.0.0.255
!

interface Gio/1

ip policy route-map test

!

route-map test permit 10
match ip address 1

set ip next-hop 172.20.40.2

C.

access-list 1 permit 192.168.130.0 0.0.0.255
!

interface Gi0/2

ip policy route-map test

!

route-map test permit 10
match ip address 1

set ip next-hop 172.20.20.1

D.

access-list 1 permit 192.168.130.0 0.0.0.255
!

interface Gio/1

ip policy route-map test

!

route-map test permit 10
match ip address 1

set ip next-hop 172.20.40.1

Explanations

D.