Single Node Persistence
Problem this snippet solves: A really slick & reliable way to stick to one and only one server in a pool.
Requirement: Direct traffic to only a single node in a pool at a time. Initially, traffic ...
Published Mar 18, 2015
Version 1.0CodeCentral_194
Cirrus
Joined May 05, 2019
CodeCentral_194
Cirrus
Joined May 05, 2019
Stanislas_Piro2
Oct 17, 2017Cumulonimbus
@jdeeby why didn't you copy / paste the code?
provided code :
when CLIENT_ACCEPTED {
persist uie 1
}
your code:
when CLIENT_ACCEPTED {
{ persist uie 1 }
}
or as I and Michael commented, use destination address persistence