Forum Discussion
steph_01_143006
Nimbostratus
Sep 05, 2014Error on "when CLIENT_ACCEPTED" IRule
Hello,
I created the following Irule in order to increase the TCP idle TimeOut for certain applications. When a connexion occur, in /var/log/ltm file I see systematically the following error and...
nitass
Employee
Sep 05, 2014I suspected a bug with TCP::local_port ...
i did not get an error.
config
[root@ve11a:Active:In Sync] config tmsh list ltm rule qux
ltm rule qux {
when CLIENT_ACCEPTED {
log local0. ""
switch [TCP::local_port] {
1423 {
set idle 3600
IP::idle_timeout 3600
}
default {
set idle 300
IP::idle_timeout 300
}
}
}
when SERVER_CONNECTED {
log local0. ""
IP::idle_timeout $idle
}
}
/var/log/ltm
[root@ve11a:Active:In Sync] config tail -f /var/log/ltm
Sep 5 08:27:39 ve11a info tmm[15094]: Rule /Common/qux CLIENT_ACCEPTED:
Sep 5 08:27:39 ve11a info tmm[15094]: Rule /Common/qux SERVER_CONNECTED:
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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