ltm rule command CLASSIFY usernameΒΆ

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

CLASSIFY::username
       Assigns username to the flow.

SYNOPSIS
       CLASSIFY::username USERNAME (CONTEXT)?

DESCRIPTION
       This command assigns username to the flow. It could be used for reporting / statistics / etc.

       Syntax

       CLASSIFY::username  []

RETURN VALUE
VALID DURING
EXAMPLES
	when CLIENT_ACCEPTED {
	    CLASSIFY::username superuser
	}
	when CLASSIFICATION_DETECTED {
	    set res [CLASSIFICATION::results]
	    set uname [CLASSIFICATION::username]
	    log local0.debug "DPI results $res for $uname"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.4.0 --First introduced the command.

BIG-IP							    2022-04-12							  iRule(1)