Forum Discussion

Jayaram_S_96796's avatar
Jayaram_S_96796
Icon for Nimbostratus rankNimbostratus
Jun 02, 2006

How to identify a pair of BIG IP Devices programatically

Hi

 

1. Our current configuration is not allowing to assign a Shared IP for redundant pair of BIG IP Devices. Is there any i can identify pair of BIG IP devices programatically, May be some setting in each of the devices identifying they are pairs.

 

 

2. How to identify which device is in Active state and which is passive mode (standby mode)

 

1 Reply

  • Which version of BIG-IP software are you running? Since you posted to the v4 to v9 migration forum, I'm assuming you are running v9.

     

     

    This post addresses how to determine a peers address for v9.x.

     

     

    http://devcentral.f5.com/Default.aspx?tabid=28&view=topic&forumid=1&postid=6866

     

    Click here

     

     

    As for determining what the current state of the device is, for 9.x use the System::Failover::get_failover_state() method. It will return either FAILOVER_STATE_ACTIVE or FAILOVER_STATE_STANDBY.

     

     

    -Joe