I have a customer with the ESXi management interface on a private VLAN, with a firewall VIP being the default gateway. If the firewall is taken offline for management, or a failover is performed, the default gateway will stop responding. I don't want this to cause an isolation event on the ESXi hosts.
I thought about adding an IP to the switch VLAN interface the host's management ports are conencted to, but the customer doesn't want me to do this, as there's no way to stop the switch routing (layer 3) and there's already an IP being used on a different VLAN interface already. There is nothing else on the VLAN other than the ESXi hosts and the firewall interfaces that make up the virtual IP for the default gateway. I could use routed IPs, but they would all depend on the firewall pair anyway.
My idea is to use the other ESXi host's management interface IPs and configure as follows:
das.isolationaddress0 <default gateway IP>
das.isolationaddress1 <mgmt IP of ESXi host 1>
das.isolationaddress2 <mgmt IP of ESXi host 2>
das.isolationaddress3 <mgmt IP of ESXi host 3>
das.isolationaddress4 <mgmt IP of ESXi host 4>
das.isolationaddress5 <mgmt IP of ESXi host 5>
das.usedefaultisolationaddress false
Is this a viable option? There are five hosts in the cluster, running the HPE OEM version of vSphere 6.5 and they are using the VCSA (which is on a different VLAN).
TIA :smileyhappy: