Forum Discussion
EastCoast_16835
Sep 18, 2015Altostratus
How to add asm to the existing LTM policy
Hello
Is there a way to add the asm actions to an existing LTM policy. Let's say there is an LTM policy with a lot of rules and forwarding actions only.
When a I try to add the asm control...
Stanislas_Piro2
Sep 18, 2015Cumulonimbus
Hi,
you can do it with tmsh:
modify ltm policy mypolicy controls add { asm } rules modify { all { actions add { 10 { asm disable } } } } rules modify { default { actions add { 1 { asm disable } } ordinal 1000 } }
it add
asm disable
action on every rules, add a default rule with asm disabled and add controls ASM. you can then define for every rules the ASM policy manually.Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects