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

Forum Discussion

Rdouglas_80332's avatar
Rdouglas_80332
Icon for Nimbostratus rankNimbostratus
Apr 07, 2010

viewing session table

Is there a command line utility to view session table entries created by irules?

 

3 Replies

  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    'b persist all show all' will show the first ~7000 persistence table entries which includes the session table entries.

     

     

    Aaron
  • Thanks for the tip... The entries that show up seem to only be persistence related. What I've done is use the "table" command in irules to add entries into a subtable. I can do individual lookups in irule; however, it would be nice if I could get a dump of all the entries (or even a portion)

     

     

    http://devcentral.f5.com/Default.aspx?tabid=63&articleType=ArticleView&articleId=2380

     

  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    I think you could use 'table keys' to get a list of all keys in a subtable. If you wanted to get the values, you could loop through them using 'table lookup'.

     

     

    Aaron