Question 6
Refer to the exhibit. The network administrator configured VRF lite for customer A. The technician at the remote site misconfigured VRF on the router.
Which configuration will resolve connectivity for both sites of customer A?
ip vrf customer_a
rd 1:1
route-target export 1:1
route-target import 1:1
!
interface FastEthernetO.1
encapsulation dot1Q 2
ip vrf forwarding customer_a
ip address 192.168.4.1 255.255.255.0
!
router ospf 1
log-adj adjacency-changes
!
router ospf 2 vrf customer_a
log-adj adjacency-changes
network 192.168.4.0 0.0.0.255 area 0
!
end
ip vrf customer_a
rd 1:2
route-target both 1:1
ip vrf customer_a
rd 1:2
route-target both 1:2
ip vrf customer_a
rd 1:1
router-target import 1:1
router-target export 1:2
ip vrf customer_a
rd 1:1
route-target export 1:2
router-target import 1:2
Correct answer: A