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

kend's avatar
kend
Icon for Altostratus rankAltostratus
Aug 21, 2020

tmsh Commands to Add a Protocol Profile to a Virtual Server

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

  • Hello Kend.

    Try this:

    profiles add { tcp_epic_production_receivewindow_sendbuffer_change {context all} }

    Regards,

    Dario.