F5Networks / f5-appsvcs-extension

F5 BIG-IP Application Services 3 Extension
Apache License 2.0
169 stars 54 forks source link

Source Port option is limited to PEM - Needs to be available on service level #737

Closed jrooty closed 1 year ago

jrooty commented 1 year ago

On the VS object, the option Source Port seems to be not available on AS3, service level.

The option appears only inside Enforcement_Forwarding_Endpoint, which requires the PEM module.

According the schema reference :

sourcePortAction (string) | “preserve” | “change”, “preserve”, “preserve-strict” | Specifies whether the system preserves the source port of the connection

Could you please confirm that option (Source Port) is not available for regular VS/service (fastl4, ...) ?

If not, is it possible to add the support of this option ?

Thank you.

RobCupples commented 1 year ago

@jrooty

The property "translateClientPort" might be what you are looking for which can hold the values of true, false or one of the string values "change", "preserve", or "preserve-strict". This maps to the "source-port" property of a "ltm virtual".

jrooty commented 1 year ago

@RobCupples It was what I was looking for. Thank you for assistance.