Forum Discussion

speks's avatar
speks
Icon for Nimbostratus rankNimbostratus
May 14, 2018

iCALL to trigger device failover ?

Hi Guys,

 

Wondering if I can use iCALL to trigger a device failover due to the failure of an F5 BGP Peer ?

 

Thanks

 

3 Replies

  • Hi,

    Yes you can use ICALL to process a failover, but as you know you have to Triggered this call (reacting to a specific event).

    Can you tell me how you monitor your BGP peer? pool member monitoring, ....

    sys icall script failover {
        app-service none
        definition {
         tmsh::run /sys failover standby
         }
    }
    

    Regards

  • speks's avatar
    speks
    Icon for Nimbostratus rankNimbostratus

    Really appreciate your comments folks - I will try out the suggestions and let you know how I get on...