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 would like to be able to determine the base, or any other level in the hierarchy of a device with the role "local-aggr-router", for example in a programmatic manner (maapi, ideally).
Does anybody know if it's possible to determine in code, for example, that a device tagged only with "local-aggr-router" identity is based on "aggregation" which is in turn based on "device-role"?