Forum Discussion

Thiyagu's avatar
Thiyagu
Icon for Cirrus rankCirrus
Jun 13, 2019

Incoming UDP session to the VIP and the outgoing TCP session to the server

Hello All,

I'm working on the request to setup the Client-to-VIP session as UDP and the VIP-to-backend server as TCP protocol.

 

Could you please help me to know whether the above flow is possible on LTM?

 

Regards,

Thiyagu

 

 

3 Replies

  • I don't think this is possible out-of-the-box, but with use of iRules and iRulesLX you can build about anything. So yes, this is possible. What would be the use case for this?

    • Thiyagu's avatar
      Thiyagu
      Icon for Cirrus rankCirrus

      Hi Niels,

      The use case is one of the customer is accessing the application over UDP to our LB VIP whereas the LB VIP and backend appication servers are listening on TCP port.

       

      So we want the incoming request to LB on UDP needs to be changed to TCP when the new session intiated to the backend server.

       

      so that I'm thinking to have VIP listening on UDP port whereas the backend server listening on TCP port.

       

      Could you please help me to know how we can achive this using irules?

       

      Regards,

      Thiyagu

      • Sorry, but I can't help you with this. This sounds like a bad plan. I think you should go for a solution where both the client and server are using the same protocol.