Forum Discussion
Mikoto_Misaka_1
Nimbostratus
Aug 07, 2006Is it possible that BIG-IP loadbalances TCP Packets indivisually ?
Hello,
Is it possible that BIG-IP loadbalances TCP Packets indivisually ?
One client sends a large amount of packets on a TCP connection to VIP of BIG-IP which loadbalances Log servers.
Can I write a iRule to indivisually loadbalance TCP packets which the client sends ?
Thanks,
Mark
- Colin_Walker_12Historic F5 AccountWell, you could certainly inspect each piece of data sent across from the client.
- unRuleY_95363Historic F5 AccountIf you want to just arbitrarily load-balance each TCP packet individually, you could try this rule:
when CLIENT_ACCEPTED { TCP::collect } when CLIENT_DATA { LB::detach TCP::release TCP::collect }
- unRuleY_95363Historic F5 AccountOh, forgot to mention that you would probably want OneConnect otherwise the back-side servers will incur the 3WHS for each packet.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects