epaalx
Nov 03, 2016Cirrus
No clientside connection established
I'm running 12.1.1, vCMP.
I've created a basic iRule that I've attached to a UDP VS:
rule log_udp_conn_details {
when SERVER_CONNECTED {
log local0.alert "[virtual] - [IP::client_addr]:[UDP::client_port] -> [clientside {IP::local_addr}]:[clientside {UDP::local_port}] ::: [serverside {IP::local_addr}]:[serverside {UDP::local_port}] -> [IP::server_addr]:[serverside {UDP::remote_port}]"
}
}
and now, I'm getting in /var/log/ltm:
Nov 3 10:02:14 XX-dc-5250v-1-vcmp-guest-1 err tmm1[17437]: 01220001:3: TCL error: /Common/log_udp_conn_details - no clientside connection established (line 1) invoked from within "IP::client_addr"
Within SERVER_CONNECTED event, is the clientside connection is not already established? Within UDP VS, at what event would clientside connection is established?