Forum Discussion

7 Replies

  • Jeff_Maddox_394's avatar
    Jeff_Maddox_394
    Historic F5 Account
    1. For your "myhttp" policy, there is a rule attached which is not provided here. But it looks at the rules (only 1 in this case), and upon the first match, it stops processing and performs the associated action. If there were more than one rule, none would be processsed after the first match. The "forwarding" control means that the rule action will be something like choosing a pool member, inserting a header, applying SNAT, etc.

       

    2. Strategy "all-match" means that it doesnt stop processing after the first match. You may have multiple rules to apply to the traffic. All of them will be evaluated.

       

    3. Best match strategy means that only the most specific match will be processed.

       

    See the following articles: https://devcentral.f5.com/articles/ltm-policy-matching-strategies-20834 https://devcentral.f5.com/articles/ltm-policy

     

    • bluestar007_339's avatar
      bluestar007_339
      Icon for Nimbostratus rankNimbostratus

      Hi, For your "myhttp" policy, there is a rule attached which is not provided here.

      Actually I did not find anything other than below

      rules { myrule1 {

              ordinal 1
          }
      
      
          Does it mean there is no proper rule defined ? 
      
          Thanks
      
    • bluestar007_339's avatar
      bluestar007_339
      Icon for Nimbostratus rankNimbostratus

      Hi, Can you give an example policy for forcing hsts ?

       

      It would be great help

       

      Thanks