cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
199
Views
0
Helpful
2
Replies

Broadcast in Frame-relay

paulo.prista
Level 1
Level 1

Hi,

We have a small network with Cisco routers with a HQ and seven branches.

Now, we have changed from dedicated leased lines to frame-relay.

Our configuration is: seven subinterfaces in point-to-point on the core router and related config in the branch side. The default inverse Arp is in place (no map is configured)

Everything is ok, but as use Rip v2, and frame-relay, by default, does not run broadcasts, we are not receiving the annoucements of rip.

I circumvent this with static routes, but I would like to avoid this, using rip default.

How could I configure frame-relay to allow broadcast amongst the interfaces linked to the cloud?

Thanks,

Paulo Prista

2 Replies 2

jamey
Level 4
Level 4

You could use the rip neighbor command:

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fipr_c/ipcprt2/1cfrip.htm

Also watch for split horizon issues. More info at the above URL

ruwhite
Level 7
Level 7

You could make the frame circuit broadcast using the broadcast keyword on the frame interfce ldci command, if this is a multipoint interface.

Russ.W