exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 235 discussion

Actual exam question from Cisco's 300-410
Question #: 235
Topic #: 1
[All 300-410 Questions]


Refer to the exhibit. Mutual redistribution is enabled between RIP and EIGRP on R2 and R5. Which configuration resolves the routing loop for the 192.168.1.0/24 network?

  • A. R2: router eigrp 10 network 181.16.0.0 redistribute rip metric 1 1 1 1 1 distribute-list 1 in s0 ! router rip network 178.1.0.0 redistribute eigrp 10 metric 2 ! access-list 1 deny 192.168.1.0 access-list 1 permit any R5: router eigrp 10 network 181.16.0.0 redistribute rip metric 1 1 1 1 1 distribute-list 1 in s0 ! router rip network 178.1.0.0 redistribute eigrp 10 metric 2 ! access-list 1 deny 192.168.1.0 access-list 1 permit any
  • B. R2: router eigrp 10 network 181.16.0.0 redistribute rip metric 1 1 1 1 1 distribute-list 1 in s0 ! router rip network 178.1.0.0 redistribute eigrp 10 metric 2 ! access-list 1 deny 192.168.1.0 access-list 1 permit any R5: router eigrp 10 network 181.16.0.0 redistribute rip metric 1 1 1 1 1 distribute-list 1 in s1 ! router rip network 178.1.0.0 redistribute eigrp 10 metric 2 ! access-list 1 deny 192.168.1.0 access-list 1 permit any
  • C. R2: router eigrp 10 network 181.16.0.0 redistribute rip metric 1 1 1 1 1 distribute-list 1 in s1 ! router rip network 178.1.0.0 redistribute eigrp 10 metric 2 ! access-list 1 deny 192. 168.1.0 access-list 1 permit any R5: router eigrp 10 network 181.16.0.0 redistribute rip metric 1 1 1 1 1 distribute-list 1 in s0 ! router rip network 178.1.0.0 redistribute eigrp 10 metric 2 ! access-list 1 deny 192.168.1.0 access-list 1 permit any
  • D. R2: router eigrp 7 network 181.16.0.0 redistribute rip metric 1 1 1 1 1 distribute-list 1 in s1 ! router rip network 178.1.0.0 redistribute eigrp 7 metric 2 ! access-list 1 deny 192.168.1.0 access-list 1 permit any R5: router eigrp 7 network 181.16.0.0 redistribute rip metric 1 1 1 1 1 distribute-list 1 in s1 ! router rip network 178.1.0.0 redistribute eigrp 7 metric 2 ! access-list 1 deny 192.168.1.0 access-list 1 permit any
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
CiscoTerminator
2 months, 1 week ago
Selected Answer: D
this current setup does not cause a routing loop tbh...EIGRP has 2 ADs: one for internal routes and one for external routes.
upvoted 2 times
...
[Removed]
9 months, 2 weeks ago
Selected Answer: D
D is corerct
upvoted 1 times
...
bk989
1 year, 1 month ago
For firther Clarification: Answer D according to document (router eigrp 7). However answer A is the only one where the interfaces match up to the diagram.
upvoted 1 times
...
[Removed]
1 year, 9 months ago
Selected Answer: D
First off, the exhibit is wrong in that a loop is caused in this scenario. EIGRP has two ways of preventing this loop, 1) Split Horizon and 2) EIGRP External routes have an AD of 170. IGRP would cause a loop because AD is 100 for both internal and external routes. Life of the route 192.168.1.0/24 1) R1 advertises 192.168.1.0/24 via RIP with AD 120. 2) R2 and R5 learn the route via their links to R1 on RIP with AD 120 3) R2 and R5 redistribute the route into IGRP outbound of interface S1. 4) R3 and R4 learn the route via their links to R2 and R5 respectively and advertise it to each other, R3 to R4, and R4 to R3 5) R2 and R5 learn the route again via their links to R3 and R4, respectively. Note that this route is now learned via IGRP with an AD of 100 which is preferred over RIP AD 120. 6) Loopty doop. Solution: Filter the route from being learned via Interface S1 on R2 and R5.
upvoted 2 times
...
Malasxd
1 year, 11 months ago
Selected Answer: D
This question with EIGRP does not make any sense. This scenario does not create a looping. If you replace EIGRP by IGRP the looping is true, just like the exemplo in this link: https://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/8606-redist.html With IGRP instead EIGRP, D is right.
upvoted 4 times
HungarianDish_111
1 year, 10 months ago
Good point! The example from the above article is for IGRP - RIP redistribution. IGRP has AD of 100 for both internal and external routes. So, R2 and R5 are going to prefer the IGRP path for 192.168.1.0/24, and not RIP with AD 120. EIGRP with external AD of 170 won't have this issue. Btw, the article has an example for EIGRP "Example 2". I think that their "Example 2" is not entirely correct.)
upvoted 3 times
HungarianDish_111
1 year, 10 months ago
Some questions have a really poor quality. Based on experience, it is not better on the real exam either. :(
upvoted 2 times
...
...
[Removed]
1 year, 9 months ago
I'm glad I wasn't going crazy, I wrote down notes on how the route would be installed in the RIB. R2 and R5 will install the route as RIP AD 120, which will be preferred over EIGRP external AD 170, R3 and R4 will not have a cause for Loop as they will learn it through R2 and R5 respectively with AD 170. No loop here.
upvoted 5 times
...
...
HungarianDish_111
1 year, 12 months ago
Selected Answer: D
Example is taken from the cisco document linked by BECAUSE: https://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/8606-redist.html "[R2 and R5] are told that they must not learn network 192.168.1.0/24 through the EIGRP updates they receive on their serial 1 interface. Therefore, the only knowledge these routers have for network 192.168.1.0/24 is through RIP from R1."
upvoted 3 times
HungarianDish_111
1 year, 12 months ago
R2 router igrp 7 network 172.16.0.181 redistribute rip metric 1 1 1 1 1 distribute-list 1 in s1 router rip network 172.16.0.0 redistribute igrp 7 metric 2 access-list 1 deny 192.168.1.0 access-list 1 permit any R5 router igrp 7 network 172.16.0.181 redistribute rip metric 1 1 1 1 1 distribute-list 1 in s1 router rip network 172.16.0.0 redistribute igrp 7 metric 2 access-list 1 deny 192.168.1.0 access-list 1 permit any
upvoted 2 times
...
...
DUBC89x
2 years, 5 months ago
I agree D Both R2 and R5 are redistributing the rip route for 192.168.1.0/24. What you want to do is block that route that is being received from R3/R4 and being redistributed back into R2 and R5.
upvoted 1 times
...
BECAUSE
2 years, 6 months ago
Selected Answer: D
Given answer is correct. https://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/8606-redist.html
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago