Hi,
The show command is capable to be issued for any data node which is defined in yang model.
For example, the RFC7317 ietf-interface yang model, user is capable to issue the command to retrieve specific leaf value like show interfaces interface foo description
, so I would like to know if there is a way to disallow user to issue leaf name but only for list and container, for example show interfaces interface foo
but error reports when issue show interfaces interface foo description
.
Thanks for helping on this.