Hi Experts,
I have requirement to create multiple users with different level of permission. Requirement is user with low permission can only execute following commands and no other commands:
"show interface fastether1/3"
"show ip ospf neighbor"
"router ospf"
what is happening when i allow like "show interface", it will allow user all show commands.
when i allow router ospf with commands:
privilege exec level 10 configure terminal
privilege configure level 10 router ospf
these commands allow all protocols under router command.
Please help me configuring this local authorization. And i will appreciate if you share any comprehensive document specifically on my requirement.
Thanks in advance
Yasir