ltm rule namespace UDPΒΆ

iRule(1)					  BIG-IP TMSH Manual					     iRule(1)

UDP
       Namespace UDP

DESCRIPTION
       These commands allow you to manage your UDP traffic.

       Associated Events
	   * CLIENT_ACCEPTED triggers on the first UDP datagram for a connection.
	       Note that (unlike events for TCP virtual servers) the packet data ([UDP::payload]) is available in
       this event.
	   * CLIENT_DATA triggers on every UDP datagram that the client sends, including the first one.
	   * SERVER_CONNECTED triggers if and when a server is selected.
	       This is before the UDP datagram is sent to the server, and after the CLIENT_ACCEPTED and CLIENT_DATA
       events have triggered.
	       Note that if something prevents a server from being selected (e.g. drop or reject is called in
       CLIENT_ACCEPTED, or no pool members are UP), then this event will not be triggered.
	   * SERVER_DATA triggers on every UDP datagram that the server sends.
	   * CLIENT_CLOSED and SERVER_CLOSED trigger when the connection closes (i.e. the connection is removed from
       the table, likely by timing out).
	       The order that these two events fire in is explicitly not specified.

HINTS
SEE ALSO
BIG-IP						      2020-06-23					     iRule(1)