Exam 642-883 | Question id=3510 | Route Manipulations in Service Provider Environments |
An engineer is using configuration blocks to build policy-based routing. All other traffic must not be affected and the policy must be applied to GigabitEthernet1/0. Which block correctly implements traffic that is destined for 10.10.10.0/24 using a next hop of 192.168.55.1?
A. |
access-list 110 permit ip any 10.10.10.0 0.0.0.255
!
route-map PBR permit 10
match ip address 110
set next-hop 192.168.55.1
!
interface GigabitEthernet1/0
ip policy route-map PBR
| |
B. |
access-list 110 permit ip any 10.10.10.0 0.0.0.255
!
route-map PBR permit 10
match ip address 110
set next-hop 192.168.55.1
route-map PBR permit 20
!
interface GigabitEthernet1/0
ip policy route-map PBR
| |
C. |
access-list 110 permit ip any 10.10.10.0 255.255.255.0
!
route-map PBR permit 10
match ip address 110
set next-hop 192.168.55.1
!
interface GigabitEthernet1/0
ip policy route-map PBR
| |
D. |
access-list 110 permit ip any 10.10.10.0 255.255.255.0
!
route-map PBR permit 10
match ip address 110
set next-hop 192.168.55.1
route-map PBR permit 20
!
interface GigabitEthernet1/0
ip policy route-map PBR
|