June 10, 2014 04:36:41
Posted By Kepler Lam
|
When teaching the F5 admin class last week, there is a lab to use cookie persistence. In order to configure this feature, you need to apply a cookie persistence profile. Yet, most students didn’t realize that there is profile dependence in the F5 configuration. As this feature is obviously on top of the HTTP protocol which is using the TCP protocol. Under the virtual server configuration, when you select the destination port as port 80, it automatically applies the TCP profile. However, the HTTP profile is not by default selected. So if you directly apply the cookie persistence profile (Local traffic > Virtual Server > Resources) without the HTTP profile, it will produce an error.
So in order to fix this, you need to go back to the Local traffic > Virtual Server > Properties screen. Under the HTTP profile, need to select one of the HTTP profile, then update.
Then go back to the resources screen, apply the cookie persistence profile.
|