Forum Discussion

3 Replies

  • M_2's avatar
    M_2
    Icon for Altocumulus rankAltocumulus

    tmsh create ltm virtual VIP_1.1.1.1_HTTP destination "1.1.1.1:80" ip-protocol "6" profiles add { http }

     

    -SAM

     

  • Instead of profiles add - use profiles replace-all-with {tcp { context all}}

     

  • 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.