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

Forum Discussion

mike03_367540's avatar
mike03_367540
Icon for Nimbostratus rankNimbostratus
Sep 05, 2018

Adding Routes in LTM

can someone explain me how to ADD BIG LIST of routes in LTM

 

1 Reply

  • create one tmsh line for each route and execute with ssh.

    tmsh create net route 192.168.1.0/24 gw 1.2.3.4
    tmsh create net route 192.168.2.0/24 gw 1.2.3.5
    ...