I'm creating 4 different users in the routers on my network.
Let's name the users A,B,C and D.
I want that all of the users can access the configuration of the router, the only restriction that I want on users C and D is the configuration of the usernames and passwords.
So user A and B can create, remove or rename users or passwords, but users C and D cant.
I gived privilege 15 to users A and B, but I dont know what privilege to give on user C and D to restrict the user configuration.
Its there any other form of doing this configuration??
Example:
---------------------------------------
username A privilege 15 secret XXX
username B privilege 15 secret XXX
username C password XXX
username D password XXX
---------------------------------------
Thanks!!