Forum Discussion
cpt_ri_F5
Cirrostratus
3 years agoUDP Datagram LB
Hello, To enable fair load balancing between backend servers (5 syslog srv >> F5 >> 2 splunk srv) I created a new udp profile and activated the option : "Datagram LB" : https://support.f5.com/csp/a...
- 3 years ago
hello,
FYI, I solved this problem with a simple stateless VS: K13675
Thank you all
CA_Valli
MVP
3 years agoUDP datagram LB forwards traffic packet-by-packet, and no loger treats UDP packets from the same source and port as part of a connection, so if syslog message is split into multiple packets you might have part of the log on one server and part of the log on the other one, possibly resulting in messages missing.