Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

tmsh Commands to Add a Protocol Profile to a Virtual Server

kend
Nimbostratus
Nimbostratus

I am creating a script that creates a virtual server and adds an existing protocol profile. I want to add the protocol profile to the client side and "Use Client Profile" for the server side. The command I am using for adding the protocol profile is below, but I don't know how to specify to use "Use Client Profile" for the server side.

 

profiles add { tcp_epic_production_receivewindow_sendbuffer_change {context clientside } profiles add { (Use Client Profile) {context serverside }

1 REPLY 1

Hello Kend.

Try this:

profiles add { tcp_epic_production_receivewindow_sendbuffer_change {context all} }

Regards,

Dario.

Regards,
Dario.