ltm rule command QOE disableΒΆ

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



QOE::disable
       Deprecated: Disables the video QOE filter from processing any video or
       non-video traffic on a connection basis.

SYNOPSIS
DESCRIPTION
       This command disables the video QOE filter from processing any video or
       non-video traffic on a connection basis. It is preferred to disable QOE
       if the connection doesn't contain video with formats like MP4, FLV,
       their derivitives, or Apple HLS.

       QOE::disable

RETURN VALUE
VALID DURING
       QOE_PARSE_DONE, HTTP_RESPONSE, HTTP_REQUEST, CLASSIFICATION_DETECTED

EXAMPLES
	when HTTP_REQUEST {
	  if {not ([HTTP::uri] contains "any_video_string")} {
	    QOE::disable
	  }
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.5.0 --First introduced the command.  @BIGIP-15.0.0
       --Deprecated the command.



BIG-IP				  2019-05-10			      iRule(1)