Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, We have a hierarchical identity scheme like this: identity device-role {
description "the role a device serves in the network";
}
identity aggregation {
base device-role;
}
identity local-aggr-router {
base aggregation;
}We...
Hello, We have a YANG model, a part of which looks like this: list c-tag {
key "tag";
leaf tag {
type types:flexible-vlan-tag;
}
choice default-or-native {
description "The V...
Interesting, thank you for the clarification. That was my thinking as well, but I was stumped by the use of the square brackets on a leaf node. I am familiar with their use for defining predicates in something like a list, but how could square bracke...