Forum Discussion

Micka_61352's avatar
Micka_61352
Icon for Nimbostratus rankNimbostratus
Aug 16, 2012

iRule defined pool of IP addresses

Hi there,

 

 

I was wondering if anyone could advise how I can easily check what IP's are activity been used and if IP's are been returned to the availalbe IP's when sessions are closed

 

 

when RULE_INIT {

 

set static::dummy { \

 

172.20.75.1 172.20.75.2 172.20.75.3

 

}

 

 

Is the information kept is a table that can be viewed.

 

 

Regards,

 

Michael.

4 Replies

  • Hi Michael,

     

    What are you exactly trying to track? SNATs in a pool?

     

     

    Bhattman
  • Hi, I want to see at any one time what IP addresses are been used

     

     

    Also I have a tcp idle timeout defined system of 600 second but I notice with the iRule I have following and have clients reporting timeout issues are 3mins. Does this table override system setting? Do both need to be change or more specific the "used_ips"

     

     

    table add -subtable "used_ips" $ip [TCP::client_port] 300

     

    table add -subtable "client_ids" [TCP::client_port] $ip 300

     

     

  • sorry i do not understand what the problem is. can you explain a bit more? and would it be possible to post your configuration e.g. virtual, irule?