Forum Discussion
a_pavlov_114144
Cirrus
Jan 03, 2014How to assign an iRule to a virtual server in iApp template
Hello!
I'm trying to modify radius iApp template to automatically create and assign an iRule to the virtual server.
I've managed to create an iRule, but I can't assign it to the server.
In the t...
a_pavlov_114144
Cirrus
Jan 09, 2014I've managed to do it. The right code was:
foreach port $supported_ports {
iapp::conf create ltm virtual ${tmsh::app_name}_${service}_${port} \
destination [iapp::destination $addr $port] \
[iapp::substa mask($share_ip,$advanced)] \
ip-protocol udp \
[iapp::substa pool($create_new_pool,$override_monitor)] \
$profiles_action \
[iapp::substa snat($use_snat,$use_automap,$new_snatpool)] \
vlans-disabled \
vlans none \
rules \{ RADIUS_persist \}
}
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