f5-appsvcs-extension
f5-appsvcs-extension copied to clipboard
Improved feature parity: ALG logging profiles
Is your feature request related to a problem? Please describe.
It is not possible to create an ALG logging profile with AS3
Describe the solution you'd like
I would like to create an ALG logging profile with AS3, as it is feasible with the CLI (create ltm alg-log-profile) or the GUI (Local Traffic / Profiles / Other / ALG Logging). The configurable parameters should be the same as with the CLI/GUI.
Describe alternatives you've considered
I create the ALG logging profiles out of AS3 (with non declarative commands).
Additional context
@LaurentGravier please can you reach out to me [email protected]
I would like to have a call/email/chat with you to understand better the use case. There may be other ways to look at this issue that could work better.
@LaurentGravier @sunitharonan and I are looking at this issue. BTW we dont see the "tmsh" commands to create this profile
root@(ocp-02)(cfg-sync In Sync)(Standby)(/Common)(tmos)# create alg-log-profile ?
Syntax Error: "alg-log-profile" unexpected argument
root@(ocp-02)(cfg-sync In Sync)(Standby)(/Common)(tmos)# create alg-log-profile
@mdditt2000 @sunitharonan
It looks like this profile requires the CGNAT module to be provisioned.
@mdditt2000 @RobCupples
Indeed, CGNAT module has to be provisioned to be able to use command create alg-log-profile in CLI mode.
Theoretically, the AFM module is now sufficient for making CGNAT, but because of the ALG log profiles, it remains necessary to provision the CGNAT module. By the way, such provisioning is not necessary if you want to create ALG log profiles with the GUI. This is described in bug tracker ID 1097973.
This has been resolved with AUTOTOOL-3491 backlog item in As3 3.43.0. Thanks.