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

ip helper address

kcountway
Level 1
Level 1

To forward a udp broadcast to a remote subnet, what do I configure for a helper addr? For example if the remote subnet has a router interface addr of 192.168.100.1/30 do I use ip helper-address 192.168.100.0 or 192.168.100.3 or the router interface?

2 Replies 2

thisisshanky
Level 11
Level 11

Your helper address should be either directed to a broadcast or to a unicast address.

The broadcast address for your subnet is 192.168.100.3. If you have a server on that subnet which is supposedly receiving this broadcast, say 192.168.100.2/30, then you can even forward your udp broadcasts to that.

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

thanks, that sounds like the classical way of doing it. i just started a new job a few months ago and this company does it using the network address, In my example 192.168.100.0. Seemed like a strange way to do it and i'm wondering if there is a reason? It apparently has the same effect. No one here seems to have been involved with the original decision to do it this way vs using the b'cast addr.