cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7999
Views
5
Helpful
4
Replies

udp broadcast across vlans

tung.dang
Level 1
Level 1

Hi,

We have an application seeking for all testing equipment device on UDP port 43968 but it doesn't seems to work in our network. Would ip helpder-address can help? our core switch is 6509. please advice

Thanks.

4 Replies 4

jkillion
Level 1
Level 1

Yes, you can forward UDP broadcast's across VLAN's.

http://www.cisco.com/en/US/docs/internetworking/case/studies/cs006.html

Hello,

I have entered ip forward-protocol udp 43968 on both core (6905) but still doesn't work. Am I missing anything here? Thanks

tung.dang@finisar.com

Hello,

I have entered ip forward-protocol udp 43968 on both core (6905) but still doesn't work. Am I missing anything here? Thanks

If you want to forward udp broadcasts at L3 you need to do 3 things -

1) configure an ip helper-address to point to the remote subnet broadcast address

2) configure the ip forward-protocol command

3) configure "ip directed-broadcast" on the receiving vlan interface

so as an example, vlan 10 is the source of UDP broadcasts and vlan 11 is the vlan receiving the udp broadcast. vlan 11 subnet is 192.168.5.0/24

int vlan 10

ip helper-address 192.168.5.255

ip forward-protocol udp 43968

int vlan 11

ip directed-broadcast

Jon

Still doesn't work. We are running hsrp, could this be the reason?

Thanks.