ltm rule event ACCESS ACL DENIEDΒΆ

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

ACCESS_ACL_DENIED
       This event is triggered when a resource request fails to meet the access control criteria and is denied
       access.

DESCRIPTION
       This is triggered when a resource request fails to meet the access control criteria and is denied access. This
       event is a notification to the administrator that a resource request has been denied to go through in the
       network. You can use this event to evaluate custom logic which is not supported natively in ACLs. For example
       you could send a specific response based on specific session variables or HTTP/SSL properties of the user.
       This event may also be useful for logging purposes. You can use commands to get and set session variables in
       this event and commands to enforce more ACLs in addition to TCP/SSL/HTTP iRule commands.

Examples
	when ACCESS_ACL_DENIED {
	    ACCESS::acl eval "additional_acl"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-10.1.0 --First introduced the event.  --Requires APM module

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