cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
904
Views
0
Helpful
1
Replies

Broadcasts across Subnets

thestagman
Level 1
Level 1

I have a server that sits on one side of a router and a number of clients that sit on the opposite of the router (different Subnet). The Server needs to send a broadcast out across the router to the clients. Has anyone any ideas how to do this ?

IP helper does not help as in this case I have one device talking to many and not many devices talking to one

Thanks

1 Reply 1

mark.edwards
Level 1
Level 1

hi, can you not use a helper address but send traffic to the broadcast address of the destination network? You'll need "ip directed-broadcast" on the inbound interface of the destination router. Failing that a "multicast helper-map" is designed to translate broadcast to multicast the broadcast again. This could also be configured to get your required solution but would require multicast enabled (so may be overly complex).

source of broadcast

int fas0/0

ip helper-address 2.2.2.255

exit

ip forward-protocol udp

ip directed-broadcast

Review Cisco Networking products for a $25 gift card