Forum Discussion

Songseajoon_222's avatar
Songseajoon_222
Icon for Nimbostratus rankNimbostratus
Feb 22, 2016
Solved

APM VPE_Branch Rules

APM access policy VPE in the "branch Rules" menu You make the rules as the destination IP?

 

I do not care whether Simple Rule, Advanced rules which it.

 

1 Reply

  • Lucas_Thompson_'s avatar
    Lucas_Thompson_
    Historic F5 Account

    The rules are TCL code. There are some GUI options available to create the TCL code for you in "simple" mode. In "advanced" mode, you can edit or view the TCL code. If the branch evaluates to True (1), then it is followed. If no branches evaluate to True, the Fallback branch is followed. Think of it sort of like a scripting language where you have all user's data (session variables) available to work with.

     

    Please review the manual about this topic:

     

    https://support.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm_config_10_1_0/apm_config_understanding.html80106

     

    That's from an older version, but branch rules are the same in all versions. It's why APM is so flexible.