f5-appsvcs-extension icon indicating copy to clipboard operation
f5-appsvcs-extension copied to clipboard

Ability to change TCP scope to "local" instead of "remote" in LTM policy condition

Open Eken92 opened this issue 3 years ago • 0 comments

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!

Eken92 avatar Feb 21 '22 16:02 Eken92