Forum Discussion
Rikardo_77456
Nimbostratus
May 07, 2011Priority Group not working correctly
Hi, I've only been using the F5 BIG-IP for a few weeks and am trying to get priority groups working for one of our pools. I'm sure i've set it up correctly but connections still keep appearing on the lower priority member when they shouldn't. Connections should only appear when the higher priority member becomes unavailable, if i'm correct?
The pool consists of only 2 members, one with priority group 1, the other with priority group 2. Priority Group Activation is set when there is less than 1 available members, but I am still having the issue described above. Any help would be greatly appreciated.
8 Replies
- Teerarat
Cirrostratus
Hi Mustphabassim,
Yes, its's HSL Pool, Please try step below,
Step1 Create Syslog Pool
Step2 Create this irule below
when CLIENT_ACCEPTED
{ set hsl [HSL::open -proto UDP -pool syslog_server_pool]
}
HTTP_REQUEST {
HSL::send $hsl "<190> [IP::client_addr]:[TCP::client_port]->[IP::local_addr]:[TCP::local_port]; [HTTP::host][HTTP::uri]"
}
Step3 Apply to virtual server