Symptom
ip name-server command can not be pushed.
1) if "vrf" specified, e.g "ip name-server vrf
device replies with error message:
Device: Data provider returned CONFD_ERRCODE_INCONSISTENT_VALUE (38): inconsistent value: Device refused one or more commands:
ip name-server vrf 1
^
% Invalid input detected at '^' marker."
2) "ip name-server 1.1.1.1 1.0.0.1" does not give any errors, but configuration is absent from the device
Conditions
When running vManage on 20.12 with any cEdge below 17.12 (e.g. 17.9.3)
Workaround
For issue 1, edit the CLI template to configure additional keyword "server-ip-list" in the cli
as a workaround, configure additional keyword "server-ip-list", like "ip name-server vrf server-ip-list "
For issue2, edit the CLI template to configure additional keyword "no-vrf", like "ip name-server no-vrf "