Forum Discussion
APM Local user database authentication decrypt errors
- Lucas_ThompsonJul 12, 2024
Employee
Sure. BIG-IP can definitely log data about all connection flows.
If you don't know what data you need to monitor, you'd probably start with a generic one. We do have such generic article here:
Log client to vip connections | DevCentral
I want to monitor output of command "tmsh show sys connection cs-client-addr".
Maybe like this :
tmsh show sys connection cs-client-addr 10.10.10.77
Sys::Connections
10.10.10.77:55130 10.10.10.69:22 10.10.10.60:55130 10.10.10.71:22 tcp 241 (tmm: 1) none none
Total records returned: 1- Lucas_ThompsonJul 17, 2024
Employee
This command will give you a snapshot of the connection table.
Be aware that this command enumerates all of the flows on the BIG-IP, which gets more expensive as the count of connections increases and can impact system stability. Read this article for more information on that:
https://my.f5.com/manage/s/article/K53851362