cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
373
Views
1
Helpful
1
Replies

NACM setting up visibility of Yang leafs

navkuma4
Cisco Employee
Cisco Employee

I am looking suggestion or pointer on solution of NACM setting up the visibility for yang leafs.

For Ex. I have 2 leafs to treat based on type of user logs in – Basic or Advanced User.

    leaf basic {

      description "User level - Basic";

      tailf:info "User level as basic";

      type boolean;

      default true;

    }

   

    leaf advanced {

      description "User level - Advanced";

      tailf:info "User level as Advanced";

      type boolean;

      default true;

    }

Based on the type of user logs, we need to set the leaf accordingly.

We are going to use NSO4.6 version.

1 Reply 1

Jan Lindblad
Cisco Employee
Cisco Employee

Did you have a look at the "Authorization Examples" section in the NSO Admin Guide?