Forum Discussion
paul_73820
Mar 19, 2012Nimbostratus
iRule changes not showing up
I am finding when i make change to an iRule they don't show up for some time.
I suspect it's due to the old rule still being in use but this seems odd.
Running version 10.2.1
...
Michael_Yates
Mar 21, 2012Nimbostratus
Hi Paul, virtual.server.ip.address show virtual.server.ip.address delete
As koenning pointed out. Any existing TCP Sessions would continue using the cached (old) iRule until their TCP Session has completed.
Any new connections would cache and use the new iRule.
I would be very careful with the b conn command. If you executed the "b conn all delete" this would delete / reset all connections to the entire device which would be highly disruptive to your traffic.
If you need to use this command you can get more granular.
Show connections to specific Virtual Server:
b conn server
Delete connections to specific Virtual Server:
b conn server
The graceful solution is to either allow users to fall off by attrition and get the new iRule when they come back, or direct them to close out their browsers / sever their connection and then come back in a new browser.
Hope this helps.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects