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"?