Forum Discussion

JoergK's avatar
JoergK
Icon for Nimbostratus rankNimbostratus
Aug 22, 2019
Solved

tmsh or bash command to kill all access policy sessions in apm module

Hi, we are running two Big IP 5250 with APM module. Sometimes we need to kill all APM sessions. Today we do that by going to Access Policy -> Manage Sessions, select the existing sessions and kill...
  • Niels_van_Sluis's avatar
    Aug 22, 2019

    Yes, like this:

    [root@big-ip:Active:Standalone] config # /usr/bin/sessiondump --delete all
    Succesfully deleted 2 sessions
    [root@bigip:Active:Standalone] config #