You have configured an OSPF stub area. The routes in the stub area require external reachability.
Which statement explains how OSPF meets this requirement?
A.
The ABR will generate a 0.0.0.0/0 martian route in the area.
B.
The ABR will flood Type 5 LSAs into the area.
C.
The ABR will flood Type 7 LSAs into the area.
D.
The ABR will generate a 0.0.0.0/0 default route in the area.
Explanation:
Reachability for routes external to OSPF is achieved via a 0/0 default route injected by the ABR.
https://forums.juniper.net/jnet/attachments/jnet/Learning/58/2/AJNR_Module02_OSPF-Stub_5-1-
0_Alpha.ppt
D correct
set protocols ospf area ## stub default-metric ##
https://www.juniper.net/documentation/en_US/junos/topics/concept/ospf-stub-areas-overview.html
Note: You must explicitly configure the ABR to generate a default route when attached to a stub or not-so-stubby-area (NSSA).
To inject a default route with a specified metric value into the area, you must configure the default-metric option and specify a metric value.