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

Adding lsn-legacy-mode & Destination Address/Port properties in Security_Log_Profile_Nat

Open leondelyon3 opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

ISP customer Orange, would like the possibility to configure the lsn-legacy-mode & Destination Address/Port properties in Security_Log_Profile_Nat

Describe the solution you'd like

It can be configured either with GUI or tmsh as shown below: security log profile logfirewallall { dos-network-publisher MyPublisher nat {
end-inbound-session enabled
end-outbound-session {
action enabled
elements { destination } }
lsn-legacy-mode enabled
}
}

Describe alternatives you've considered

Additional context

tmsh modify security log profile logfirewallall nat { lsn-legacy-mode enabled } tmsh modify security log profile logfirewallall nat { end-outbound-session { elements add { destination }}}

leondelyon3 avatar Nov 30 '21 14:11 leondelyon3