Forum Discussion

smp_86112's avatar
smp_86112
Icon for Cirrostratus rankCirrostratus
Jan 25, 2011

LB Connections to Disabled Pool Members

In one of my simple LTM 10.2.0 VIP configurations, I have a Pool with two members. There is no monitor applied to the Pool or its members, so all of their status' is Unknown.

The problem is that when I hit the VIP, the LTM load-balances to the disabled Pool Member.

Can you see any reason, based on this configuration, why the disabled member should be getting any connections?




virtual vs_192_168_0_1_80 {
   pool CCEISFR2_1
   destination 192.168.0.1:80
   ip protocol 6
   profiles {
      http {}
      tcp {}
   }
}
pool CCEISFR2_1 {
   lb method predictive
   min active members 1
   snat disable
   nat disable
   members {
      10.10.10.1:8907 {
         session user disabled
      }
      10.10.10.2:9252 {}
   }
}


  • I thought I had discovered a pattern, but I was wrong. Still investigating...