Forum Discussion
MIGUEL_MELENDEZ
Nimbostratus
Jul 13, 2006TCL error: Rule after convert irule with otcu
Hello everybody,
I am having problems with a irule converted with the utility OTCU ( from v4.5 to v9.2.3) and I am receiving the following message on /var/log/ltm
TCL error: Rule ...
uni
Altostratus
Jul 18, 2006How about something along these lines (untested):
rule Rule-OSN-IN {
when CLIENT_ACCEPTED {
switch [IP::protocol] {
6 { set vip_port [TCP::local_port] }
17 { set vip_port [UDP::local_port] }
default { event disable }
}
switch $vip_port {
25 { pool osn-in }
80 { pool osn-in }
default { pool default_pool }
}
}
}
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