ltm rule command PROTOCOL INSPECTION idΒΆ

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



PROTOCOL_INSPECTION::id
       Provides protocol inspection match result.

SYNOPSIS
       PROTOCOL_INSPECTION::id

DESCRIPTION
       This command provides inspection match result.

       Syntax

       PROTOCOL_INSPECTION::id

	    * Returns inspection match ids in form of array

RETURN VALUE
       PROTOCOL_INSPECTION::id returns inspection id array

VALID DURING
       PROTOCOL_INSPECTION_MATCH

EXAMPLES
	In the example, the PROTOCOL_INSPECTION::id array is logged.

	when PROTOCOL_INSPECTION_MATCH {
	    set id [PROTOCOL_INSPECTION::id]
	    log local0.debug "inspection id: $id"
	}

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



BIG-IP				  2018-07-19			      iRule(1)