Token-based Persistence and SCCP inspection

Posted by danguijun

Good day Folks,

I would need please help to validate/ confirm the following:

  • Can we somehow do token-based session persistence through aFleX or natively?

  • If required, can we inspect through aFleX a SCCP header field in order to use it as a load balancing decision?

Thanks in advance,

Posted by ddesmidt A10 provides built-in persistence: . sce-IP . cookie (from a AX cookie inserted) . dest-IP . SSL-ID If you want AX to provide persistence based on something else (such as a token injected by the server), AX offers also such option via aFleX (and persist uie). aFleX can look at anything from Layer3 to Layer7, such as a cookie or a header XYZ. You can find examples here: http://www.a10networks.com/vadc/index.php/forums/topic/persistance-based-on-sip-session-id/ or http://www.a10networks.com/vadc/index.php/forums/topic/aflex-for-individual-server-cookie-persist/ Note: You simply need to change the aFleX based on the header SCCP value instead. If you need help to build it, feel free to ask another question Dimitri