Category: Brocade ADX
-
Brocade ADX – JSession Persistence
This is an example for JSession ID based persistence for Brocade ADX: csw-rule “JSESSION” header “cookie” pattern “JSESSIONID=” case-insensitive csw-rule “URI” url pattern “JSESSIONID=” case-insensitive csw-policy “CSW_JSESSION” case-insensitive match “JSESSION” persist offset 0 length 32 passive-persist match “URI” persist offset 0 length 32 passive-persist default forward 1 In the above policy, the persistence decision is […]
-
Brocade ADX – CSW HTTP Method
When using CSW Rule with POST method and load balancing based on incoming URI, you could run into a defect that prevents the right configuration. By default, “case-insensitive” CSW Rules would have to be added to “case-insensitive” CSW Policies. However, “case-insensitive” key word at the end of the CSW Rule for HTTP Method is NOT […]
-
Brocade ADX – TCP Profile & Slowness
With the newer Brocade ADX code versions (12.4G+), it is possible to alter the TCP profile settings that is associated with the Virtual Server. Why Change the TCP Profile: I have run into issues when there is slowness in data transfer between the client and the Brocade ADX. Usually, I have seen this happen under […]