ltm rule command QOE disableΒΆ

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



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

SYNOPSIS
       QOE::disable

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.



BIG-IP				  2017-01-31			      iRule(1)