Forum Discussion
Ashok_01_133435
Nimbostratus
Sep 12, 2013Is this irule effecting persistence if called for any VIP
Can someone help me if this irule is effecting the persistence if called for any VIP?
when LB_SELECTED {
It checks whether the IP address is within the class group preloaded with
IP addresses that...
Kevin_Stewart
Employee
Sep 12, 2013The rule you've presented (slightly modified):
when LB_SELECTED {
It checks whether the IP address is within the class group preloaded with
IP addresses that need to validate, you can put host or network
if { [class match [IP::client_addr] equals source_ip_addr ] } {
Is written to the log for review by ssh with the following command:
tail -f /var/log/ltm
log local0. "Source Ip Adress [IP::client_addr], Server Selected [LB::server]"
}
}
only logs the source address and the chosen pool member IF the source address matches an IP/subnet in your data group (source_ip_addr). What do you need it to do?
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