Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to add two http_request irule in F5 ver 16.1.3.2

Yesh1923
Nimbostratus
Nimbostratus

How to add two http_request irule in F5 ver 16.1.3.2

when HTTP_REQUEST {

4 REPLIES 4

mihaic
MVP
MVP

If you have one irule , you can use priorities  of each "when requests":

when HTTP_REQUEST  priority 100 {
     ............................
   }
when HTTP_REQUEST priority 200
{
......................
}

You can also have multiple irules attached to a virtual server.

https://clouddocs.f5.com/api/irules/priority.html

team am getting below error with f5 version 16.x.x and not getting error with f5 version 13.x with using same irule ,can any support this issue , if i spoofing the am not facing the issue , if its going to public dns only we facing issue with f5 ver 16.x (same is working in f5 ver 13.x)

<!DOCTYPE html>

<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
	<head runat="server">
		<title>Page not found | Esaar</title>
        
        <meta name="viewport" content="width=device-width, initial-scale=

 

my requriement is to add multiple irule in one VS , this is what i used version 13.x and now upgraded to version 16.x but this mutiple irule does not support 

please help 

mihaic
MVP
MVP

I would suggest opening a Support ticket with F5.