Split-Horizon with Frame-relay encap
Netstudent
Member Posts: 1,693 ■■■□□□□□□□
in CCNA & CCENT
This isn't a question, but rather something I found interesting. Some of you may already know this and some may not so i thought I would point it out. And maybe this post will lead to others pointing out relevant information on the topic.
Anyways using distance-vector routing protocols with Frame-relay networks could lead to problems with Split-horizon. Split-horizon can be disabled, BUT with frame-relay encap it is disabled on the physical interface by default. But it will still be enabled on subinterfaces. Anyways just something to ponder over.
Anyways using distance-vector routing protocols with Frame-relay networks could lead to problems with Split-horizon. Split-horizon can be disabled, BUT with frame-relay encap it is disabled on the physical interface by default. But it will still be enabled on subinterfaces. Anyways just something to ponder over.
There is no place like 127.0.0.1 BUT 209.62.5.3 is my 127.0.0.1 away from 127.0.0.1!
Comments
-
mysql1988 Member Posts: 115Netstudent wrote:This isn't a question, but rather something I found interesting. Some of you may already know this and some may not so i thought I would point it out. And maybe this post will lead to others pointing out relevant information on the topic.
Anyways using distance-vector routing protocols with Frame-relay networks could lead to problems with Split-horizon. Split-horizon can be disabled, BUT with frame-relay encap it is disabled on the physical interface by default. But it will still be enabled on subinterfaces. Anyways just something to ponder over.
assumming you are running Eigrp over a frame-relay, you might run into split horizon. When that happens you can turn of split horizon off by typingno ip split-horizon eigrp 100
If you are running a hub and spoke environment you put this command on the hub.
Remember split horizon is, routing info sent from one interface should not be sent back to the same place it came from -
dtlokee Member Posts: 2,378 ■■■■□□□□□□For RIP split horizon is disabled by default on multipoint interfaces (including the physical interface) but it is not disabled for EIGRP unless you do it manually.
This is part of the reason why it is commonly accepted to use point-to-point subinterfaces. They eliminate the need for disabling split horizion but can increase the overall size of your routing table if you're not careful in the design.The only easy day was yesterday! -
Obliged Member Posts: 39 ■■□□□□□□□□A Frame Relay multipoint interface, even in a hub and spoke Frame Relay topology can run into "Split Horizon" issues. If everythig else works and one router is prevented from learning about another router on the same network. It's very likely that they cant see each other because of Split Horizon.
Am I making any sense?
roses are #FF0000
violets are #0000FF
all my base
are belong to you