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.)
A.
Change the metric-type to 2 in the redistribute command.
B.
Configure the redistribute command under router eigrp 1 instead.
C.
Change the EIGRP AS number from 100 to 1 in the redistribute command.
D.
Add the subnets option to the redistribute command.
Suggested Answer:E. Change the metric to an EIGRP compatible metric value (bandwidth, delay, reliability, load, MTUs) in the redistribute command.🗳️
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:
RTA(config)#router ospf 109 - RTA(config-router)#redistribute rip subnets RTA(config-router)#network 130.10.62.0 0.0.0.255 area 0 RTA(config-router)#network 130.10.63.0 0.0.0.255 area 0 The subnets keyword tells OSPF to redistribute all subnet routes. Without the subnets keyword, only networks that are not subnetted are redistributed by OSPF.
C. Change the EIGRP AS number from 100 to 1 in the redistribute command.
D. Add the subnets option to the redistribute command.
upvoted 2 times
...
This section is not available anymore. Please use the main Exam Page.300-101 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Nemanja
5 years, 4 months ago