Is there a substatement for setting the help message provided for a node when using the CLI? description and reference seem to be the obvious choices, but they don't seem to populate.
admin@ncs(config)# vpc-distribution EAST ?
Possible completions:
peer-link
aggregate-prefix
check-sync Check if device config is according to the service
leaf aggregate-prefix {
description
"This pool is used to pull the /24's needed for VLANs, this prefix is also
advertised northbound of the distribution block";
type inet:ipv4-prefix;
mandatory true;
}
container peer-link {
reference "Configure Peer link interfaces/properties";
list interface {
key interface;
leaf interface {
type string;
}
}
}