Hi, I have cisco rt3925 (C3900e Software (C3900e-UNIVERSALK9-M), Version 15.2(2)T1, RELEASE SOFTWARE (fc1)).
I want to create a user level 5 with right to only view the show run configuration.
I have applied this configuration in other cisco device and works fine, but I have problem with this router model (i have more than one 3925)
conf t
username user-backup privilege 5 secret PASSWORD
privilege exec level 5 show running-config view full
Then, I login with the user "user-backup", checked the privilege level but when I run "show run view full" nothing shows
arli002cirt3925#show privilege
Current privilege level is 5
arli002cirt3925#show run view full
arli002cirt3925#
So, can anyone help me out?
Thanks!
Hi,
This command is RBAC( view keyword), you should try sh run full instead.
Regards
Alain
Don't forget to rate helpful posts.
Thanks for your answer.
I tried "privilege exec level 5 show running-config full" but when I run "show running-config full" nothing shows
Any idea?
Hi There,
Still looking for some help here.
Any help would be much appreciated
Thanks
Hi,
I did some testing and research and I'm sorry but my first reply was wrong.
conf t
username user-backup privilege 5 secret PASSWORD
privilege exec all level 5 show running-config view full
I tested it and it works.
Regards
Alain
Don't forget to rate helpful posts.
Hi, I added:
username networking_backup privilege 5 secret PASSWORD
privilege exec all level 5 show running-config view full
But no change.
It works OK with switches, but no with router
Thanks anyway
Another idea?
Hi,
I also have this problem in the same model Router. may already have the solution ?
Cisco IOS Software, C3900e Software (C3900e-UNIVERSALK9-M), Version 15.2(4)M3, RELEASE SOFTWARE (fc2)
conf t
username test privilege 5 secret test
privilege exec all level 5 show running-config view full
CISCO3925#show privilege
Current privilege level is 5
CISCO3925 # show running-config view full
CISCO3925 #
can anyone help me ?
Thanks
Hi, I din't find a solution for this router. I think you can look in the new view configuration
http://www.cisco.com/en/US/docs/ios/12_3t/12_3t7/feature/guide/gtclivws.html#wp1027184
Regards,