Forum Discussion
kridsana Cirrocumulus
Cirrocumulus
Sep 11, 2025Is it possible to select ASM BoT profile from irule?
 Hi.  .  Is it possible to select BoT profile from irule?  .  Concept is we have different set of IP which need to allow "some" BoT type. That why we can't use whitelist IP in BoT profile because it w...
Juergen_Mang MVP
MVP
Sep 11, 2025No, you can only enable or disable it:
https://clouddocs.f5.com/api/irules/BOTDEFENSE__enable.html
Injeyan_Kostas Nacreous
Nacreous
Sep 11, 2025Taking up from this
you could forward these rewuests to another VS where the approriate Bot is selected
for example
when HTTP_REQUEST {
    if { [IP::client_addr] eq "A" } {
		BOTDEFENSE::disable
		virtual NEW_VS
}This new VS will be a clone of your main, use a not routable IP as VIP, with just a different Bot Profile
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