I have a HA pair of F5 BIG-IP devices running version 11.5.3 Build 1.0.167 Hotfix HF1
. I currently have an iRule attached to about 200 virtual servers which enables high-speed logging for certain types of events. I need to update this iRule, but I'm worried about what will happen to existing connections. Will they be broken or continue running using the old version of the iRule? Many of these virtual servers are for our ERP systems, so connection interruptions are basically unacceptable.
Asked
Active
Viewed 347 times
0

D34DM347
- 1,471
- 2
- 19
- 32
1 Answers
1
Your assumption is correct, when you save the iRule, existing connections will continue to use the old version, while new connections will use the update.

Jason Rahm
- 396
- 1
- 6
-
Do you have a source for that? I'm just trying to be absolutely sure before I make changes in production. – D34DM347 Jan 18 '17 at 17:49
-
Hmm, trying to find an actual source for you, but coming up empty. It is tribal knowledge though. – Jason Rahm Jan 18 '17 at 19:45
-
Edited my answer to include source. – Jason Rahm Jan 19 '17 at 16:36