12-17-2016 07:41 PM - edited 03-08-2019 08:37 AM
I have a requirement to rebroadcast a directed broadcast packet for one subnet onto another subnet. This is using a switch not a router. The directed broadcast are generated by a server with its nic on the subnet that it is generating directed broadcasts (it's local subnet). I need to use the ip helper function on the switch to receive these directed broadcast packets and re-transmit them using unicast ( or directed broadcast) to another subnet which was not part of the original directed broadcast.
ie server with ip 192.168.210.25/24 broadcasts a packet on port 18246 to 192.168.201.255/24 , I want the ip helper to send this packet to 192.168.38.38 which is not connected to the switch but the switch does have a route for. The config I have been using only seems to work for limited broadcasts ie 255.255.255.255 which of course does not help with my requirements.
Is this at all possible and if so how would I achieve it.
TIA
12-18-2016 03:32 AM
please check below link:
http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipapp/configuration/12-4/iap-12-4-book/iap-bph.html
BR
MTM
12-18-2016 10:06 PM
Thanks for the link. it was very informative and showed that what I was doing was correct.
It turns out that my issue was a result of the routing engine not working/running. A reboot of the switch seems to have kicked it into gear and now the packets are getting rebroadcast as required.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide