Forum Discussion

paul_dawson_258's avatar
paul_dawson_258
Icon for Nimbostratus rankNimbostratus
Aug 26, 2016

TMSH - How to apply ASM policy to a VIP

I have the details to create the ASM policy but I am really struggling to find how to apply it to the Virtual Server on TMSH.

 

1 Reply

  • nathe's avatar
    nathe
    Icon for Cirrocumulus rankCirrocumulus

    When you create an Asm policy, depending on version (my lab is 11.5.1) it automatically creates a Local Traffic Policy. To assign the ASM policy then simply add the local traffic policy to your virtual. You may need to add a websecurity profile too, again in my lab version i did.

    Try:

    tmsh modify ltm virtual  profiles add { websecurity } policies add { asm_auto_l7_policy__xxxxxx }

    Hope this helps,

    N