04-Nov-2020 11:55
Hi All,
I have a scenario where I want to send duplicate udp packet to more than two node. I understand this is possible but can anyone point to the correct documentation or config sample of how it can be done?
Thanks,
Crown
04-Nov-2020 12:14
Hi Crown,
You can use "clone" command in iRule.
https://clouddocs.f5.com/api/irules/clone.html
05-Nov-2020 11:56
There are a number of ways - you can use clone pools to just spray it at layer 2, use the iRule clone command as above, use sideband/HSL if you want to change the content or ultimately use MRF to do complex and really groovy things such as having multiple sessions active etc
05-Nov-2020 11:59
Thanks for your response so far.
The problem I am going to have with spraying is, I have the node several hops away from F5. What will be the best way to address that?
05-Nov-2020 12:02