This blog was originally started to better help me understand the technologies in the CCIE R&S blueprint; after completing the R&S track I have decided to transition the blog into a technology blog.

CCIE #29033

This blog will continue to include questions, troubleshooting scenarios, and references to existing and new technologies but will grow to include a variety of different platforms and technologies. Currently I have created over 185 questions/answers in regards to the CCIE R&S track!! Note: answers are in the comment field or within "Read More" section.

You can also follow me on twitter @FE80CC1E


Monday, October 11, 2010

Question 132

What should you be concerned with when running RIP or EIGRP in a hub and spoke frame-relay network?

1 comments:

Packets Analyzed said...

split horizon - Remember that a route learned through an interface will not be advertised out the same interface it was learned on. This would cause an issue with this particular scenario as the hub uses a single interface to communicate to the spokes.

In order to resolve this issue you must turn off split horizon for both RIP and EIGRP.

EX: HUB interface to spokes is serial 1/0

HUB
___

EIGRP

interface serial 1/0
no ip split horizon eigrp AS# (AS# = EIGRP autonomous number)

RIP

interface serial 1/0
no ip split-horizon

Post a Comment