Forum Discussion

Yesh1923's avatar
Yesh1923
Icon for Nimbostratus rankNimbostratus
Mar 07, 2023

How to add two http_request irule in F5 ver 16.1.3.2

How to add two http_request irule in F5 ver 16.1.3.2

when HTTP_REQUEST {

4 Replies

  • 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

    • Yesh1923's avatar
      Yesh1923
      Icon for Nimbostratus rankNimbostratus

      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=

       

    • Yesh1923's avatar
      Yesh1923
      Icon for Nimbostratus rankNimbostratus

      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