You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have issues when trying to failover cluster and that trigger CFE saying.
finest: [f5-cloud-failover] Status: Network interface f5-bigip-vm-02-nic-03 must have one or more IP configurations. Retries left:
Description
We have issues when trying to failover cluster and that trigger CFE saying.
finest: [f5-cloud-failover] Status: Network interface f5-bigip-vm-02-nic-03 must have one or more IP configurations. Retries left:
In Azure on NIC we see primary IP exist.
"ipConfigurations": [
{
"name": "f5-bigip-vm-02-ipconfig-primary0",
"id": "[concat(resourceId('Microsoft.Network/networkInterfaces', parameters('networkInterfaces_f5_bigip_vm_02_nic_03_name')), '/ipConfigurations/f5-bigip-vm-02-ipconfig-primary0')]",
"etag": "W/"xxxxxxx-3116-xxx-9301-xxxxc0cf4d13"",
"type": "Microsoft.Network/networkInterfaces/ipConfigurations",
"properties": {
"provisioningState": "Succeeded",
"privateIPAddress": "10.45.136.12",
"privateIPAllocationMethod": "Static",
"subnet": {
"id": "[concat(parameters('virtualNetworks_vnet_ingress_cn3_externalid'), '/subnets/backend-subnet')]"
},
"primary": true,
"privateIPAddressVersion": "IPv4"
}
}
],
Environment information
For bugs, enter the following information:
Severity Level
Severity level definitions:
The text was updated successfully, but these errors were encountered: