For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Muhammad_Irfan1's avatar
Dec 08, 2014

Rarely getting server connected log.

when CLIENT_ACCEPTED {
log 10.50.242.239 local0.info "Client Connected, IP: [IP::client_addr]:[TCP::client_port]" 
}
when SERVER_CONNECTED { 
log 10.50.242.239 local0.info "And Pool member [IP::server_addr]:[TCP::server_port]"
}

Majority of the time I am receiving only logs of client accepted but do not get server connected although server is connected. Only rarely I get server connected log.

Does it only log server connected when different server is connected? if same server is connected for same client with different ports it does not log server connected again and again or there is something wrong with the iRule.

2 Replies

  • If you are using oneconnect profile, it will reuse the server connection due to which SERVER_CONNECTED event is not triggered.

     

    • Muhammad_Irfan1's avatar
      Muhammad_Irfan1
      Icon for Cirrus rankCirrus
      Yes I am using oneconnect profile. SO I can assume that the first log I get of server_connected is used for the rest of the time till I get server_connected again.