Forum Discussion

jyseg_48587's avatar
jyseg_48587
Icon for Nimbostratus rankNimbostratus
Aug 23, 2017

Please help persist idle timeout 0 irule

Some users want to make persist idle timeout 0 Please check irule applicable

class internal {

network 10.100.28.0/16

}

when CLIENT_ACCEPTED {

if { [matchclass [IP::client_addr] equals $::internal] } {

log local0. "internal_user :: [IP::client_addr]"

   persist sticky 0

}

}

Persist sticky 0

I do not know if this part is accurate.

Please help.

1 Reply

  • If you are trying to disable persistence, you can use "persist none". What is the functional requirement i.e., how do you want the connections to be processed for 10.100.28.0/16 ?