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

Forum Discussion

atoot_283592's avatar
atoot_283592
Icon for Nimbostratus rankNimbostratus
7 years ago
Solved

Run multiple TMSH commands remotley

Hello,   F5 user = name- admin1 ; rights- admin rights ; shell- TMSH only   Id like to run the follow in one remote script without having to enter password 2 times and without u...
  • Samir_Jha_52506's avatar
    7 years ago

    You can write something like this. It's basic Unix separator

    ;
    .

    ssh admin1@192.168.0.3

    run /util bash
    ; tmsh modify ltm virtual rule { rule1 }; tmsh delete sys connection cs-server-addr 10.3.3.111; echo FINISHED

    echo FINISHED
    --> Just for Information.

    cheers...