Forum Discussion
tdbarke27_30369
Nimbostratus
9 years agoHow to create a standard virtual server using CLI ?
What is the command to create standard virtual server on F5 LTM ?
3 Replies
- M_2
Altocumulus
tmsh create ltm virtual VIP_1.1.1.1_HTTP destination "1.1.1.1:80" ip-protocol "6" profiles add { http }
-SAM
- Paul_Williams
Nimbostratus
Instead of profiles add - use profiles replace-all-with {tcp { context all}}
- mplaksin_293271
Nimbostratus
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.