Cisco IOS gives an ability to create "views", users are restricted to command specifies in their view.
view UserA
show interface
secret cisco
view UserB
configure ip http
configure ip
configure terminal
secret cisco
view UserC
view UserA
view UserC
secret cisco
There is also a "root" or superuser mode, called "view root".
username SUPERUSER privilege 10 view root
enable view root
Using this concept you can limit users with accounts on your IOS device, say VPN users (in some cases you have local users defined for RA).
view VpnUser
show clock
username VPNUSER privilege 0 view VpnUser
Links:
We have 4 guests and no members online