- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-06-2020 12:42 PM
Hi All,
Can we setup floating management IP so that I can always login to active device ?
We do have option by setting management profile for interface, but looking for an option if we can set it up via management interface .
Thanks
03-06-2020 01:03 PM - edited 03-06-2020 01:04 PM
I don't think there's a way to do an actual floating VIP on the management interfaces. However, you can enable a management profile on another interface (such as your main inside LAN interface, or an interface you setup specifically for this purpose). You can then use this address to login to whichever device is active.
03-07-2020 09:31 PM
Is this just for ease of use for the GUI/CLI or for automation? If it's for automation, you can actually utilize the API call below to show the high-availability state result. Once you have the result it's just as simple as parsing the result to determine the peers HA state, and then you can pass your automation calls to the active peer.
https://firewall/api/?type=op&cmd=<show><high-availability><state></state></high-availability></show>&key=myfirewallkey
If this isn't for automation and you simply want to have an easy way of only ever hitting the active unit, you don't have any other option outside of setting up an interface management profile as mentioned by @OwenFuller.
03-08-2020 03:26 AM
@BPry ,
Yeah , i was asking for automaton prospective .
i will use script to validate HA status.
Thanks
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!