f5-appsvcs-extension
f5-appsvcs-extension copied to clipboard
Ability to change TCP scope to "local" instead of "remote" in LTM policy condition
Is your feature request related to a problem? Please describe.
Not able to select "local" instead of "remote" tcp scope in an ltm policy condition
Describe the solution you'd like
Ability to change to "local" TCP scope in an LTM policy declared using AS3.
Describe alternatives you've considered
Irules/multiple virtuals, but I want to avoid that in this case (they work, but this functionality exists in the GUI, just don't know how to apply it in as3)
Additional context
When creating a ltm policy rule condition, checking against the destination port on the virtual server (listening on all ports), it defaults to the "remote" port = client source port = useless.
Consider this ltm condition: - type: tcp caseSensitive: false event: request port: operand: equals values: - 80
This will mean that the CLIENT has source port 80, which is something i'd never check.
How do I make this to be the virtual server port 80 instead? In the GUI you can click on the "options" cog to select "local" instead of "remote" port (which is the default and applied with as3)
Thanks!