Forum Discussion
swo0sh_gt_13163
Altostratus
Sep 16, 2013undefined procedure error in iRule
Hello Folks,
Could you please help me correcting my following iRule?
================================================================
when CLIENT_ACCEPTED {
if {
[IP::addr [IP::remote_addr] equa...
StephanManthey
Nacreous
Sep 16, 2013Hi Darshan, you are right, it´s just adding the pool selection as an additional command i.e. as follows:
switch [IP::addr [IP::client_addr] mask 255.255.255.0] {
10.11.1.0 {
snat 10.232.11.1
pool pool_1
}
10.11.2.0 {
snat 10.232.11.2
pool pool_2
}
10.11.3.0 { snat 10.232.11.3 }
default { snat 10.232.11.8 }
}
Thanks, Stephan
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
