I have built CLI to correspond to my YANG model and it works great for scalars/leafs. I can’t figure out how to configure any items that are a list type object.
servers{
list server{
key "address"
leaf address {
type leafref {
path "../config/address"
}
...
etc.
I have tried every combination I can think of via CLI to configure this and can’t seem to figure it out.
I just need a primer on how to enter a list type value at CLI:
system dns servers server address 172.28.100.100
^
%Invalid input detected at '^' marker.