-
Hello, Our VerifyLLDPNeighbors are failing due to configured [ dns domain example.net ]. Consider the error report generated below. Other than the domain name, the reported LLDP neighbors are correct.
Could the VerifyLLDPNeighbors test be modified to have an option to ignore domain names? anta, version v1.4.0 Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @janthon1 Thanks for reaching out! Can you please confirm what role you are using? You either need to use
Cheers, gmuloc |
Beta Was this translation helpful? Give feedback.
Hello @janthon1
Thanks for reaching out!
Can you please confirm what role you are using?
Can you please also confirm how you are injecting the domain name?
Basically AVD should be able to detect it when generating the test if it is in your structured_config. My suspicion is that you may be using
dns_domain
directly in your group_vars / host_vars which is aneos_cli_config_gen
variableYou either need to use
dns_settings
if you are running fromdevel
(newer way, merged yesterday, that will be supported in the next release)custom_structured_configuration_dns_domain
Cheers,
gmuloc