Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco exec/global priviliges 2

Status
Not open for further replies.

dvtestguy

Technical User
Joined
Dec 8, 2005
Messages
109
Location
US
Have a question about priviliges...

Here's my current (not real login/passwords) config, and need to be able to add more users with privilages that can be able to get into global mode, but cannot change interface level parameters. Any ideas? Looked on cisco web, and did not see anything.

If not, I'd like to setup users to on be able to do "do show int commands".


username root secret 5 $2/JF8T$zc1rYez/mw4Dadd8Xd1jg/
username 123abc password 0 456xyz

line con 0
password 456xyz
line vty 0 4
password 456xyz
line vty 5 15
password 456xyz
 
lol no such thing my friend. You can not assign a username with limited prividges to access the router.

the command you have "username 123.... " is for other router to access that particular router you setup.

 
vipergg,

looks like i'll need some sort of AAA?...TACACS+ perhaps?

if not, do you have any cisco examples?

thanks
 
You can assign different levels for certain users.

IE: Level 15 is for the person who needs all access. Whereas, level 5 give only certain 'show' commands.
 
Don't think you need that , this what you use if you don't have a tacacs server . I'll be honest we haven't used this because we do use a tacacs server and you restrict users abilities thru that if needed . The page appears to tell you everything you need , may have to play around a little with it .
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top