ltm rule command PEM enableΒΆ
iRule(1) BIG-IP TMSH Manual iRule(1)
PEM::enable
PEM iRule command to enable PEM feature on current flow.
SYNOPSIS
PEM::enable
DESCRIPTION
Enable PEM for the current flow. Note that the config must already contain a Policy Enforcement Profile.
RETURN VALUE
VALID DURING
EXAMPLES
when HTTP_REQUEST {
PEM::enable;
}
HINTS
SEE ALSO
CHANGE LOG
@BIGIP-11.3.0 --First introduced the command.
BIG-IP 2022-04-12 iRule(1)