Users privileges

You can create Users access by creating different privilege levels :

(config)#privilege exec level ( level # ) (command)

In the following example, the show ip route command is set to privilege level 15. To keep all show ip and show commands from also being set to privilege level 15, these commands are specified to be privilege level 1.

(config)#privilege exec level 15 show ip route
(config)#privilege exec level 15 show ip route
(config)#privilege exec level 1 show ip
(config)#privilege exec level 1 show

 

Leave a Comment