f5-appsvcs-extension
f5-appsvcs-extension copied to clipboard
Adding lsn-legacy-mode & Destination Address/Port properties in Security_Log_Profile_Nat
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 }}}