Refer to the exhibit. Router 1 and router 2 are running IBGP, and router 2 and router 3 are running OSPF Area 0. Router 1 is advertising loopback interfaces Lo 0 and Lo 2, and router 2 is redistributing BGP into OSPF Area 0. Which configuration must an administrator apply so that router 2 uses a route map to redistribute only the internal route from Lo 2?

- ip prefix-list BGP-to-ospf seq 5 permit 22.22.22.22/32 router bgp 100 bgp redistribute-internal route-map BGP-To-OSPF permit 10 match ip address prefix-list BGP-to-ospf router ospf 1 redistribute bgp 100 metric 100 metric-type 1 subnets route-map BGP-To-OSPF
- ip prefix-list BGP-to-ospf seq 5 permit 22.22.22.0/24 router bgp 100 bgp redistribute-static route-map BGP-To-OSPF permit 10 match ip address prefix-list BGP-to-ospf router ospf 1 redistribute bgp 100 metric-type 2 route-map BGP-To-OSPF
- ip prefix-list BGP-to-ospf seq 5 permit 22.22.22.0/24 router map BGP-To-OSPF permit 10 match ip address prefix-list BGP-to-ospf router ospf 1 redistribute bgp 100 metric 100 metric-type 1 subnet route-map BGP-To-OSPF
- ip prefix-list BGP-to-ospf seq 5 permit 22.22.22.0/24 router map BGP-To-OSPF permit 10 match ip address prefix-list BGP-to-ospf router ospf 1 redistribute bgp 100 route-map BGP-To-OSPF
Reveal Solution Next Question