300-440 · Question #24
300-440 Question #24: Real Exam Question with Answer & Explanation
The correct answer is B. router bgp 100 C. redistribute ospf 1. Based on the exhibits provided, the goal is to redistribute OSPF internal routes into BGP on Looking at the configuration and the diagram: - R2 is the boundary router between OSPF Area 1 and the BGP AS 100 peering with R3. - To send routes from OSPF into BGP, you must enter the B
Question
Exhibits
Options
- Arouter ospf 1
- Brouter bgp 100
- Credistribute ospf 1
- Dredistribute bgp 100
- Eredistribute ospf 1 match internal external
Explanation
Based on the exhibits provided, the goal is to redistribute OSPF internal routes into BGP on Looking at the configuration and the diagram: - R2 is the boundary router between OSPF Area 1 and the BGP AS 100 peering with R3. - To send routes from OSPF into BGP, you must enter the BGP configuration mode and use the redistribute command targeting the OSPF process. router bgp 100: You must first enter the BGP configuration mode for the local Autonomous System. According to the neighbor 10.30.10.2 remote-as 100 command in the exhibit, R2 is peering with AS 100. (Note: In a real-world scenario, R2 would likely have its own AS number, but within the context of these certification-style questions, you enter the BGP routing process to apply redistribution). redistribute ospf 1: This is the standard command used within the BGP process to pull in OSPF routes. By default, when OSPF is redistributed into BGP, it only includes internal routes (intra- area and inter-area).
Community Discussion
No community discussion yet for this question.

