Create two access privilege classes on the router, one for configuring and viewing user accounts only and the second for configuring and viewing SNMP parameters only:
- [edit]
- system {
-
- login {
-
- class user-accounts {
- permissions [ configure admin admin-control ];
- }
-
- class network-mgmt {
- permissions [ configure snmp snmp-control ];
- }
- }
- }