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

Ben_Wilson_2412's avatar
Nov 06, 2014

bigsuds, v10.2.4 with partitions

Hi!

I'm able to interact as expected using bigsuds on v11 just fine.

On most of our v10 appliances it works ok too.

But, when trying to access any LocalLB methods on v10 with partitions, all I get is an empty list back. There is nothing in the /Common for Local Traffic, so I'm not surprised, but the only way I read to change the "active" partition is using the System.Session namespace that requires v11.

Is there another way to access the partitions other then common with bigsuds on v10? Nothing fancy, just:

    >>> import bigsuds
    >>> b = bigsuds.BIGIP(hostname=hostname,username=username,password=pass,)
    >>> b.LocalLB.Pool.get_list()
    []

Thanks!

Ben

1 Reply

  • Hi Ben,

    b.Management.Partition.set_active_partition('partition_name')