cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
295
Views
0
Helpful
3
Replies

Users and privilege levels

qbakies11
Level 1
Level 1

I want to create a user on my 1720 so other IT people can log in but have limited privileges. All I really want them to be able to do is see the output of a 'sh int Sx/x' or 'sh service-module' to see if a T1 circuit is down. I have an encrypted secret password which I won't give out so it should keep them from doing an 'enable' but I'm not sure. Any help would be appreciated.

1 Accepted Solution

Accepted Solutions

line vty 0 4

login local

View solution in original post

3 Replies 3

wochanda
Level 4
Level 4

Of these 2 commands, only 'show interface' is supported at the disable prompt (>) by default. The easiest way I can think to accommodate both commands is to change the privilege level for the 'show service-module' command. To do that you can configure:

2811-113(config)#privilege exec level 0 show service-module

This will allow you to do the 'show service-module' command from the disable prompt.

If you need to get more advanced with this, you can create different privilege levels and make logins for each. For more about this, look at this link:

http://www.cisco.com/en/US/products/ps6350/products_configuration_guide_chapter09186a00803f3bb7.html

Ok, that was helpful, but I don't see in that document how to get it to prompt for a UN/PW when you connect through telnet. Right now when I telnet in it just prompts me for the telnet password that I have set and not for user credentials. It did let me create users however.

line vty 0 4

login local

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card