For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Greg_33932's avatar
Greg_33932
Icon for Nimbostratus rankNimbostratus
Oct 29, 2015

Pool statistics question/issue LTM 11.5.3

I am seeing some strangeness on my test pair of 11.5.3.

 

I see some pools with statistics. I can clear those stats, they go back up as expected with traffic. I see a bunch of other pools that do not exhibit the same behavior. I went line by line comparing the VIP and pool settings and they are the same. Is this a bug in 11.5.3?

 

Since I could not get connection statistics from the pool statistics area, I applied a analytics profile, which also is not populating for only this vip/pool that works for other vips. Any advise?

 

I have to say so far this has been a very buggy upgrade from 10.2 to 11.5.3.

 

1 Reply

  • I even checked the bigip.conf file and compared the pool and vip and they are identical. I was hoping there was some odd character or something. looks good. bigip.conf Raw data: ltm pool /Common/xxxx-qa { members { /Common/10.x.x.x:80 { address 10.x.x.x priority-group 1 } /Common/10.x.x.x:8183 { address 10.x.x.x priority-group 1 } } monitor /Common/http }

    ltm virtual /Common/cmss-qa {
        destination /Common/10.x.x.x:80
        ip-protocol tcp
        mask 255.255.255.255
        pool /Common/xxxx-qa
        profiles {
            /Common/EOWEB_tcp { }
            /Common/GSW_Test_Analytics { }
            /Common/http_EOWEB { }
        }
        source 0.0.0.0/0
        translate-address enabled
        translate-port enabled
    }