For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

cuwlui's avatar
cuwlui
Icon for Nimbostratus rankNimbostratus
Jun 28, 2019
Solved

Applying a HTTP Profile (Client) when creating a virtual server in TMOS?

I'm using a basic command to create a virtual server. I'd like to also apply the "http" profile for HTTP Profile (Client). I can't seem to find the command for it. Can you help? Thank you.

 

create ltm virtual test.com destination <ip:port> pool test.com ip-protocol tcp source-address-translation { type automap }

  • You can add "profiles add { http }" at the end of that command to add a basic http profile to the vip you are creating. If you have a custom http profile, you can replace "http" with the name of that profile.

     

    If you have any more questions, I am sure I can help.

2 Replies

  • You can add "profiles add { http }" at the end of that command to add a basic http profile to the vip you are creating. If you have a custom http profile, you can replace "http" with the name of that profile.

     

    If you have any more questions, I am sure I can help.