With this feature, a user (view) could be assigned to execute certain command, to configure certain technologies. To configure role based access for users we must consider the following.
- The aaa new model must be activated.
- Only the root view can configure other views. The root view has all privileges like level 15 user.
- The authentication method must not be none. This means enable pass must be configured.
- Each view must have a password configured.
There are three kinds of views. The root view, normal view, super view.
root view: Only the root view can configure any other views.
normal view: The normal view is a user who has some commands assigned.
super view: A super view could have commands from many views.
Continue reading »