ltm rule event RADIUS AAA AUTH REQUESTΒΆ

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

RADIUS_AAA_AUTH_REQUEST
       This event is raised when an authentication request is about to be sent out.

DESCRIPTION
       This event is raised when an authentication request is about to be sent out.

Examples
	when HTTP_REQUEST_DATA {
	    AAA::auth_send $internal_radius_aaa_vip $username $password
	}
	when RADIUS_AAA_AUTH_REQUEST {
		log local0, "in RADIUS_AAA_AUTH_REQUEST"
	}

HINTS
SEE ALSO
       RADIUS_AAA_AUTH_RESPONSE, RADIUS_AAA_ACCT_REQUEST.

CHANGE LOG
       @BIGIP-11.6.0 --First introduced the event.

BIG-IP						      2020-06-23					     iRule(1)