Forum Discussion
Robert_Richmond
Nimbostratus
Aug 16, 2007Wildcard VIP with iRule defining Port
Thanks for taking the time to read this.
I am trying to load balance cisco secure traffic through a vip. And here are my options:
A) Create a separate VIP with a separate po...
JRahm
Admin
Aug 16, 2007Still don't need a rule if you use a packet filter, but if you want a rule, this should work for you assuming your pool members have their port set to any:
class myRadius_class {
"1645"
"1646"
"1812"
"1813"
}
when CLIENT_ACCEPTED {
if { ([TCP::local_port] == 49) or [matchclass [UDP::local_port] equals $::myRadius_class ] } {
pool myPool
} else { discard }
}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