Forum Discussion
IanK_37848
Nimbostratus
Nov 26, 2009Flushing Source address persistance for a singe Virtual ?
Hi All
Is it possible to flush /delete the src-address persistence records on a D68 9.4.6 for a particular virtual ?
i have searched and read the Manual .. and ...
hoolio
Cirrostratus
Jan 21, 2010Hi Ian,
I haven't tested this, but I think you can use 'b persist client 1.1.1.1 delete' to delete a client's persistence records.
I don't think there is a way to add a persistence record using the 'b persist' command. If you want to isolate one client to a specific pool member on a temporary basis, you could use an iRule which checks the client IP address and specifies the particular pool member:
when CLIENT_ACCEPTED {
Check if client is 1.1.1.1
if {[IP::addr [IP::client_addr] equals 1.1.1.1]}{
Force the client to the current pool's 2.2.2.2:80 member
pool [LB::server pool] member 2.2.2.2 80
}
}
Aaron
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