cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
319
Views
4
Helpful
2
Replies

Configuring privilege issue

nomanbari
Level 1
Level 1

Hi,

I need some advice here. I am trying to configure a router for access privileges.

Following is the configuration:-

enable secret level 14 5 $1$yQtt$0yL38AHKDnpuLO3MMaGi3/

privilege configure level 14 interface

privilege configure level 14 interface shutdown

privilege configure level 14 interface no shutdown

privilege configure level 14 interface ip address

privilege configure level 14 interface no ip address

privilege exec level 14 show run

privilege exec level 14 configure terminal

privilege exec level 14 show startup

Problem is that though user can login in access level 14 but he faces two issues:-

1. sh run output is appears only as

Building configuration...

Current configuration : 80 bytes

!

!

!

interface Tunnel0

!

interface FastEthernet0/0

!

interface Async5

!

!

end

But sh startup is completely shown with all the information.

2. User can enter interface config mode but if he tries to configure ip address or shutdown interface, it doesn't work.

Any help will be greatly appreciated.

--Noman Bari

2 Replies 2

spremkumar
Level 9
Level 9

Hi Noman Bari

AFAIK all config related commands can be executed only from privilege level 15.

Even Show run in any other privilege level except level 15 will fetch you the above output only.

regds

Hi kumar,

Thanks for your response and helping out..while tweaking around my initial posting, i stumbled upon what worked for me and this works now..

--Noman Bari