Forum Discussion

Nick_Simos_6822's avatar
Nick_Simos_6822
Icon for Nimbostratus rankNimbostratus
Jun 21, 2010

viewing and deleting contents in session tables

Hi,

 

 

Although there was a similar topic with this (http://devcentral.f5.com/Community/GroupDetails/tabid/1082223/asg/50/afv/topic/aft/1172023/aff/5/showtab/groupforums/Default.aspx49400), no answer has been given.

 

 

I have created an irule which counts the http requests of each unique ip address and blacklist for a period of time the ips which exceed a threshold. I was wondering if there is a way to list this blacklisted ips. I know that table lookup needs to have a key value, so this can’t list the entire table.

 

 

The key of the table is the ip address and the value is the number of accesses.

 

 

Thanks

 

 

1 Reply

  • Hi Nick,

     

     

    Could you use table keys to get a list of the keys from a subtable and then loop through to get the values?

     

     

    Aaron