exam questions

Exam 300-101 All Questions

View all questions & answers for the 300-101 exam

Exam 300-101 topic 2 question 570 discussion

Actual exam question from Cisco's 300-101
Question #: 570
Topic #: 2
[All 300-101 Questions]

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.
Show Suggested Answer Hide Answer
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.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Nemanja
5 years, 4 months ago
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
...
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.

SaveCancel
Loading ...