Forum Discussion

mfkk531_168091's avatar
mfkk531_168091
Icon for Nimbostratus rankNimbostratus
Jul 20, 2016

Help adding Timeout to this iRule

What is th default timeout if i use the iRule as-is

    when CLIENT_ACCEPTED {
  persist uie "[RADIUS::avp CALLING-STATION-ID]:[RADIUS::avp FRAMED-IP-ADDRESS]"
}

Can someone help m add a timeout of 30 min on this irul syntax

Thanks.

1 Reply

  • The timeout can be added to the UIE statement - 1800s (30minutes) in this case:

    when CLIENT_ACCEPTED {
      persist uie "[RADIUS::avp CALLING-STATION-ID]:[RADIUS::avp FRAMED-IP-ADDRESS]" 1800
    }
    

    2nd option is to use a Universal Persistence profile, attach this iRule and set the timeout in the Universal Persistence Profile. The persistence profile would have to be attached to the VS.