26-Mar-2023 02:08
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)
Solved! Go to Solution.
26-Mar-2023 03:10
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
26-Mar-2023 02:35
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.
26-Mar-2023 02:39
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.
26-Mar-2023 03:10
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
26-Mar-2023 04:05
clicked wrong button. still have the same issue. i appreciate the assistance, but looks like will have to open a ticket with f5