21-Aug-2020 06:53
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 }
21-Aug-2020
10:17
- last edited on
04-Jun-2023
21:19
by
JimmyPackets
Hello Kend.
Try this:
profiles add { tcp_epic_production_receivewindow_sendbuffer_change {context all} }
Regards,
Dario.