Forum Discussion
Peter_Baumann
Jun 05, 2018Cirrostratus
LTM policies only works with http profile?
Hi all,
Today I found a limit when needed the following config:
A tcp-only service on one VS which does listen to any.
About 60 tcp-only listener ports which should be load balanced to two backe...
Valentine_96813
Jun 05, 2018Nimbostratus
text
When you create the "do the following..." change the request to be client accepted. This should match the client excepted in your "Match traffic" session and should be good. I was able to build this.
ltm policy test-aq {
controls { forwarding }
last-modified 2018-06-05:09:15:03
requires { tcp }
rules {
test {
actions {
0 {
forward
client-accepted
select
pool poo14
}
}
conditions {
0 {
tcp
client-accepted
port
values { 8137 }
}
}
}
}
status published
strategy first-match
}
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