You are troubleshooting an OSPF problem where external routes are not showing up in the OSPF database. Which two options are valid checks that should be performed first to verify proper OSPF operation? (Choose two.) A. Are the ASBRs trying to redistribute the external routes into a totally stubby area? B. Are the ABRs configured with stubby areas? C. Is the subnets keyword being used with the redistribution command? D. Is backbone area (area 0) contiguous? E. Is the CPU utilization of the routers high? Â Suggested Answer: AC Explanation - A totally stubby stubby area cannot have an ASBR so it will discard this type of LSA (LSA Type 5) -> A is a valid check. Each stubby area needs an ABR to communicate with other areas so it is normal -> B is not a valid check. When pulling routes into OSPF, we need to use the keyword subnets so that subnets will be redistributed too. For example, if we redistribute these EIGRP routes into OSPF: + 10.0.0.0/8 + 10.10.0.0/16 + 10.10.1.0/24 without the keyword subnets router ospf 1 redistribute eigrp 1 Then only 10.0.0.0/8 network will be redistributed because other routes are not classful routes, they are subnets. To redistribute subnets we must use the keyword subnets router ospf 1 redistribute eigrp 1 subnets -> C is a valid check. We don`t need to care if area 0 is contiguous or not -> D is not a valid check. CPU utilization cannot be the cause for this problem -> E is not a valid check. This question is in 300-101 Cisco Implementing Cisco IP Routing (ROUTE) Exam For getting Cisco Certified Network Professional (CCNP) Routing and Switching Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Cisco. Trademarks, certification & product names are used for reference only and belong to Cisco. The website does not contain actual questions and answers from Cisco's Certification Exam.
Please login or Register to submit your answer