Forum Discussion
add profiles tcp-lan-optimized
Hello all,
I need to add tcp-lan-optimized and tcp-wan-optimized profiles to my VS, so can somebody will help me to add it? So far I figured out something but not sure if it is correct or not. And yes, default profile is tcp at this moment.
modify ltm virtual my_virtual profiles add/modify { tcp-lan-optimized tcp-lan-optimized}...
the thing is, it is not mentioned that which one is client side and which one is server side, and even I am not sure if I want to modify or add. Because when I try to modify I only get one option i.e. modify tcp context clientside etc. but when I do add then I get tcp-lan-optimized and wan.... so please help me here. I refered tmsh guide but didn't find anything. I really appreciate your help. Thanks.
R
2 Replies
- Stanislas_Piro2
Cumulonimbus
try this:
modify ltm virtual my_virtual profiles add { tcp-lan-optimized { context serverside } tcp-wan-optimized { context clientside } } profiles delete { tcp } - Stanislas_Piro2
Cumulonimbus
As the default TCP profile is "tcp", you can't add a new tcp-lan-optimized if you didn't remove the previous one. There is no replace command to replace only one profile to another.
the context clientside and serverside are to configure different behavior between client and F5 (clientside) and F5 and server (serverside).
the command line I provided is the recommended combinaison to optimize connections from Internet clients connecting through a F5 in the same datacenter than the real server.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com