Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

NoelMcK_381487's avatar
NoelMcK_381487
Icon for Nimbostratus rankNimbostratus
Feb 05, 2019

ratio

What are the tmsh cmds needed to change 2 members of a pool from RR to Ratio Member on an LTM?

 

3 Replies

  • You can try something like this..

    Can you press tab after this command ,

    tmsh modify ltm pool  load-balancing-mode ratio
    tab

    Or try GUI 🙂

  • Or how about this?

    modify ltm pool pool_name members modify { IP:Port { ratio XX } IP:Port { ratio YY } }

  • tmsh modify ltm pool load-balancing-mode ratio-member

     

    for example: tmsh modify ltm pool pool_example load-balancing-mode ratio-member