Forum Discussion

wl310's avatar
wl310
Icon for Nimbostratus rankNimbostratus
Aug 27, 2024

BIG-IP LTM VE config sync failure

Hello, running into an issue where our secondary F5 appliance is failing to sync its config from the primary appliance due to an "invalid node address, the IP address already exists" error. We've ide...
  • F5_Design_Engineer's avatar
    Aug 27, 2024

    Hi WL310,

     

    This error can be seen when you have FQDN ephemeral nodes auto populated with this IP address as your desired new node which you wish to create. Environment BIG-IP Configuring a node FQDN node Cause This is expected behavior. Recommended Actions To configure new node which would have same IP address as auto_X.X.X.X FQDN node, you'll need to delete this FQDN first. It's not possible to configure node when same IP address node already exist.

     

    To configure new node which would have same IP address as auto_X.X.X.X FQDN node, you'll need to delete this FQDN first. It's not possible to configure node when same IP address node already exist.
    In rare circumstances, after deleting FQDN node, its ephemeral counterpart will still remain in configuration disallowing to create new node with this IP address.

    Normally after deleting the template FQDN nodes, the ephemeral ones should be removed automatically.
    If not, then after deleting the template nodes and if the ephemeral nodes still exists then you can try to remove them with the following command:
    tmsh delete ltm node _auto_<address>

    eg.
    tmsh delete ltm node _auto_192.0.2.41

     

     

    https://my.f5.com/manage/s/article/K11093282

     

     

     

    HTH

     

    If this resolve your issue , kindly rate.