Which configuration must an administrator apply so that router 2 uses a route map to redistribute only the internal route from Lo 2?


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?
A. 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
B. 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
C. 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
D. 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

cisco-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.