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

Forum Discussion

andrewmjones's avatar
andrewmjones
Icon for Nimbostratus rankNimbostratus
Sep 14, 2018

GTM Presistence Records

Can you let in the following command is correct to view the persistence records on a GTM

 

tmsh delete ltm persistence persist-records

 

regards

 

Andy

 

1 Reply

  • so you have two things wrong - you want to use

    tmsh show
    and you want to reference the gtm module.

    So the command would be something like

    tmsh show gtm persistence persist-records
    . I haven't tested this on GTM so you should confirm that.