Forum Discussion
sonu_kumar4
Jan 20, 2018Altostratus
iRule understand
Hello Folks,
Could you please explain me the following iRule :-
when CLIENT_ACCEPTED {
if {[ class match [IP::client_addr] equals private_net] } {
pool MY_Internal_Farm
...
Surgeon
Jan 20, 2018Ret. Employee
It is pretty easy. When TCP connection is established CLIENT_ACCEPTED being triggered. If IP address of a client is in private_net data group list then the request will be forwarded to a pool member of pool MY_Internal_Farm and the client's IP address will be logged into /var/log/lmt
If the IP address of the client is not in private_net data group then the request will be forwarded to a pool member of pool MY_proxy_farm and the client's IP address will be logged into /var/log/ltm
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