Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi everyone,I've been using my pair of ACE-4710s for quite some time and have usually stuck to the Class C Subnet sticky settings, as that's what we migrated from in Windows NLB. In one instance of load balancing I'm trying to create an L4 inspectio...
Hmmm...I was going to post a new thread, but it is related to this issue. Apparently my ACE 4710 (A4 1.0) is not persisting on new client TCP sessions that have the same 'SessionID'. Here is a breakdown of issue:Example of it working:Client port 12...
Borys my friend, you have the answer! I didn't know about that metacharacter. I was able to configure what I needed using a begin-pattern of:"(SessionId: [^0]|\r\n\r\n\xST)"Which essentially looks for a non-zero SessionId in the application header,...
Hi Daniel,Let me try to clear this up a bit. Here is how the exchange works:Client ->SessionID:0-> ServerClient <-SessionID:5<- ServerClient ->SessionID:5-> ServerSo the initial contact with the server has a SessionID of 0, once the server responds ...