ltm rule event RADIUS AAA ACCT REQUESTΒΆ

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

RADIUS_AAA_ACCT_REQUEST
       This event is raised when an accounting request is about to be sent out.

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

Examples
	when HTTP_REQUEST_DATA {
	    AAA::acct_send $internal_radius_aaa_vip user-name $username
							      framed-ip-address $framed-ip
	}						       acct-status-type 1
	when RADIUS_AAA_ACCT_REQUEST {
		log local0, "in RASIUS_AAA_ACCT_REQUEST"
	}

HINTS
SEE ALSO
       RADIUS_AAA_ACCT_RESPONSE, RADIUS_AAA_AUTH_REQUEST.

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

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