Is it possible to use F5 OneConnect with non-http traffic? It seems like it might be possible to create iRules that can figure out when to attach/detach, but I haven't seen any examples.
Asked
Active
Viewed 1,354 times
1 Answers
1
Yes, its possible. As per F5 AskF5 SOL7208:
The OneConnect profile may be used with any TCP protocol,
but will function only when applied to virtual servers that
are processing simple request/response protocols where
transaction boundaries are explicitly obvious, such as those
in which each request and each response is contained within
a single packet.
So it would still depend on the protocol that you want to load-balance. What protocol are you going to load balance?

Alex
- 948
- 1
- 13
- 17
-
It is a custom sockets protocol. The request/response will use more than one packet. My thought is that I can use iRules to scan the request and response and trigger attach/detach when it sees the start/end. – Dave Oct 06 '12 at 03:28