Forum Discussion
asayer_6572
Nimbostratus
Jan 21, 2010LDAP - Tracking Heavy Clients
Hi all,
we have are using a pair of LTM1500's(v9.4.7) to LB LDAP 389 and 636.
I am trying to get stats on client usage.
For example what client IP's have the highest tra...
hoolio
Cirrostratus
Jan 22, 2010If the connections through LTM are less then ~7k (Click here), you could dump out the connection table using 'b conn all show all' and parse the output to find out which are the top clients.
This would be considerably more efficient than the alternatives of trying to track all client connections. If you did want to try that route, you could use an iRule which logs (ideally remotely) all client connections. One example using a remote UDP syslog server is:
when SERVER_CONNECTED {
Log the connection details to a remote syslog server
log 1.1.1.1:514 local0.debug "client IP:port=[IP::client_addr]:[TCP::client_port],\
SNAT IP:port=[IP::local_addr]:[TCP::local_port], server IP:port=[IP::server_addr]:[TCP::server_port]"
}
Aaron
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects