Switches, Hubs, and Modems
1751971 Members
4610 Online
108783 Solutions
New Discussion юеВ

Re: ip udp-bcast-forward

 
SOLVED
Go to solution
Carsten M
Regular Advisor

ip udp-bcast-forward

Hi!
If the command "ip udp-bcast-forward" is really required to be able to use the command "-protocol udp < ip-address >
< port-number | port-name >"?

My configuration looks up to now thus and
works:
ip routing
vlan 21
name "QS"
ip helper-address 172.16.100.206
ip forward-protocol udp 172.16.100.206 4011
ip forward-protocol udp 172.16.100.206 tftp
ip address 172.16.21.1 255.255.255.0
exit

Which function has "ip udp-bcast-forward"?
cm60
3 REPLIES 3
OLARU Dan
Trusted Contributor
Solution

Re: ip udp-bcast-forward

"Syntax [no] ip udp-bcast-forward. Enables or disables UDP broadcast forwarding on the router. Routing must be enabled before executing this command."

Quoted from this:
ftp://ftp.hp.com/pub/networking/software/6400-5300-4200-3400-AdvTrafficMgmt-Oct2006-59906051-Chap11.pdf
Carsten M
Regular Advisor

Re: ip udp-bcast-forward

Hi Olaru Dan!

The routing is or was on. The question is, Why must I give the order " ip-udp-bcast- forward " if already the order " ip forward-protocol udp is sufficient 172.16.100.206 4011 " to the activation of the function?
cm60
Carsten M
Regular Advisor

Re: ip udp-bcast-forward

Config as in Admin Guide
cm60