nerdexam
Cisco

300-415 · Question #429

Refer to the exhibit. CSRV1 must redistribute OMP routes into OSPF Area 1 that must be seen as type 7 LSA by RTR1. CSRV1 must also advertise the default route toward RTR1, which is learned via OMP…

The correct answer is C. area 1 nssa default-information-originate D. redistribute omp subnet. To redistribute OMP routes into OSPF as type 7 LSAs and inject a default route into an NSSA, the engineer must configure Area 1 as NSSA with default-information-originate and redistribute OMP routes into OSPF.

WAN Edge Router Deployment

Question

Refer to the exhibit. CSRV1 must redistribute OMP routes into OSPF Area 1 that must be seen as type 7 LSA by RTR1. CSRV1 must also advertise the default route toward RTR1, which is learned via OMP. Which two configurations must the engineer implement to meet these requirements? (Choose two.)

Options

  • Aarea 1 stub no-summary
  • Bdefault-information originate always
  • Carea 1 nssa default-information-originate
  • Dredistribute omp subnet
  • Earea 1 nssa no-summary

How the community answered

(52 responses)
  • A
    8% (4)
  • B
    2% (1)
  • C
    77% (40)
  • E
    13% (7)

Why each option

To redistribute OMP routes into OSPF as type 7 LSAs and inject a default route into an NSSA, the engineer must configure Area 1 as NSSA with default-information-originate and redistribute OMP routes into OSPF.

Aarea 1 stub no-summary

'area 1 stub no-summary' configures Area 1 as a totally stubby area, which blocks all external LSAs and does not support type 7 LSAs that NSSA requires.

Bdefault-information originate always

'default-information originate always' injects a type 5 (external) LSA default route into normal OSPF areas, but type 5 LSAs are not flooded into NSSA - only type 7 LSAs are valid inside NSSA.

Carea 1 nssa default-information-originateCorrect

The 'area 1 nssa default-information-originate' command configures Area 1 as a Not-So-Stubby Area and automatically injects a type 7 LSA default route toward RTR1, satisfying both the NSSA and default route requirements simultaneously.

Dredistribute omp subnetCorrect

The 'redistribute omp subnets' command is required to import OMP-learned routes into the OSPF process; without the 'subnets' keyword, only classful networks are redistributed, causing subnetted routes to be dropped.

Earea 1 nssa no-summary

'area 1 nssa no-summary' creates a totally NSSA (blocking inter-area summary LSAs) but does not automatically originate a default route toward the NSSA, leaving RTR1 without a default.

Concept tested: OSPF NSSA type 7 LSA and OMP redistribution

Source: https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/6208-nssa.html

Topics

#OSPF NSSA#Route Redistribution#Default Route Origination#Type 7 LSA

Community Discussion

No community discussion yet for this question.

Full 300-415 Practice