Privilege configuration on cisco switch
I have a Cisco switch who have an user configured with **privilege** level 3 configured as below
! the user can configure an interface
privilege configure level 3 interface
privilege exec level 3 configure terminal
privilege exec level 3 configure
I wonder how can I get him the privilege to execute the following command.
the goal :
copy run tftp:XXX
by curiosity :
show run
EDIT: I found the answer for the first **copy run tftp:XXX** add the following command
privilege exec level 3 copy
If anyone know how to view the **show run** will be great.