I’ve created several service models and annotated them as hidden for group “full” (to be hidden from netconf, not only in CLI)
tailf:annotate "/if-int:internal-interfaces" {
tailf:hidden "full";
}
and have added the group to config:
<hideGroup>
<name>full</name>
</hideGroup>
If I do in CLI unhide full it shows me the interfaces list.
But I also want to have a similar option for the NetConf queries.
Is it feasible or I should use AAA to permit/restrict access to the nodes via NetConf?
Thank you.