Forum Discussion

steven_normole's avatar
Mar 26, 2023
Solved

Create a fqdn node in CLI

I am trying to create FQDN nodes through the CLI.  When i type in the command the F5 returns an error that the FQDN is invalid and the node exist.

I checked the GUI and the conf file and this node does not exist.  Any ideas

 

create ltm node name www.msn.com fqdn {name www.msn.com autopopulate enabled interval 0}

01070734:3: Configuration error: Invalid FQDN : the node already exists for (www.msn.com)

  • Samir's avatar
    Samir
    Mar 26, 2023

    can you do one more thing here. In tmsh mode just type ltm and go inside of ltm module

    then run below command lets see

    (tmos)ltm# create node name www.msn.com fqdn {name www.msn.com address-family ipv4 autopopulate enabled interval 0}

    if still issue open ticket with f5 support team 

4 Replies

  • I belive you are missing "address-family [ipv4 | ipv6]"  parameter

    create ltm node name www.msn.com fqdn {name www.msn.com address-family ipv4 autopopulate enabled interval 0}

     Try this.

    • I think that is a default, but just to make sure i added the address-family ipv4 and I am setting getting the same error returned.

      I went through the conf file and there is no reference to what I am trying to do by using the CLI.  In the GUI i can create the FQDN with no errors.

      • Samir's avatar
        Samir
        Icon for MVP rankMVP

        can you do one more thing here. In tmsh mode just type ltm and go inside of ltm module

        then run below command lets see

        (tmos)ltm# create node name www.msn.com fqdn {name www.msn.com address-family ipv4 autopopulate enabled interval 0}

        if still issue open ticket with f5 support team