Forum Discussion
How to create a standard virtual server using CLI ?
What is the command to create standard virtual server on F5 LTM ?
- M_2Altocumulus
tmsh create ltm virtual VIP_1.1.1.1_HTTP destination "1.1.1.1:80" ip-protocol "6" profiles add { http }
-SAM
- Paul_WilliamsNimbostratus
Instead of profiles add - use profiles replace-all-with {tcp { context all}}
- mplaksin_293271Nimbostratus
Hello, To change a VS to FastL4:
mplaksin@(f-f5)(cfg-sync In Sync)(/S2-green-P::Active)(/xx)(tmos) modify ltm virtual nat8 profiles replace-all-with { fastL4 }
To change VS to Standard: mplaksin@(f-f5)(cfg-sync In Sync)(/S2-green-P::Active)(/xx)(tmos) modify ltm virtual nat8 profiles replace-all-with { tcp { context all } }
I think you can use this parameters on add ltm virtual server. Just try it.
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