PrepAway - Latest Free Exam Questions & Answers

Which two items could be a solution to this problem?

During the redistribution process configured on RTA, some of the EIGRP routes, such as
10.1.1.0/24 and 10.2.2.0/24, are not being redistributed into the OSPF routing domain.
Which two items could be a solution to this problem? (Choose two.)

PrepAway - Latest Free Exam Questions & Answers

A.
Change the EIGRP AS number from 100 to 1 in the redistribute command.

B.
Add the subnets option to the redistribute command.

C.
Change the metric-type to 2 in the redistribute command.

D.
Configure the redistribute command under router eigrp 1 instead.

E.
Change the metric to an EIGRP compatible metric value (bandwidth, delay, reliability,
load, MTUs) in the redistribute command.

Explanation:
In this example, the router is configured for EIGRP AS 1, but EIGRP AS 100 is being
redistributed into OSPF so the EIGRP AS needs to be changed from 100 to 1.
The subnets keyword tells OSPF to redistribute all subnet routes. Without the subnets
keyword, only networks that are not subnetted are redistributed by OSPF.

Example:
Router A(config)#router ospf 109
Router A(config-router)#redistribute rip subnets
Router A(config-router)#network 130.10.62.0 0.0.0.255 area 0
Router A(config-router)#network 130.10.63.0 0.0.0.255 area 0
The subnets keyword tells OSPF to redistribute all subnetroutes. Without the subnets
keyword, only networks that are not subnetted are redistributed by OSPF.


Leave a Reply