Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status: Network interface f5-bigip-vm-02-nic-03 must have one or more IP configurations #129

Open
DahlPatric opened this issue Sep 29, 2023 · 2 comments

Comments

@DahlPatric
Copy link

DahlPatric commented Sep 29, 2023

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:

  • Cloud Failover Extension Version: f5-cloud-failover-1.15.0-0.noarch
  • BIG-IP version: BIG-IP 16.1.3.4 Build 0.0.2 Point Release 4
  • Cloud provider: Azure China

Severity Level

Severity level definitions:

  1. Severity 1 (Critical) : Defect is causing systems to be offline and/or nonfunctional. immediate attention is required.
@mikeshimkus
Copy link
Contributor

Hi @DahlPatric, since this is a severity 1 issue, please open a ticket with F5 support and share the ticket number here so we can track it.
Thanks

@pcloup
Copy link

pcloup commented Oct 2, 2023

Hi Michael ,
here is the SR associated : #00480886
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants