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!

Login privileges.

Status
Not open for further replies.

testLED

Programmer
Joined
Apr 24, 2007
Messages
149
Location
GB
Hi Can anybody tell me where/how I can change my login privilege to 15. I have had some information through that requires me to set all devices to privilege 15. I am sure this is done through the CLI but am not exactly sure how to go about it.

Any Help would be great.
 
username cisco priviledge level 15 password cisco
aaa new-model
aaa authentication login default local


!
line con 0
password cisco
logging synchronous
line aux 0
modem InOut
modem autoconfigure discovery
transport input all
stopbits 1
speed 115200
flowcontrol hardware
line vty 0 4
password cisco

or just add login local priviledge level 15
be sure to setup global password!!!



[americanflag] SPC NVARNG
Tek-TIP Member 19,650
 
Ok so I'm sure

I SSH to the command Line and type exactly what you have written above but put my password in where you have typed 'password' ?
 
in jeter's example the password is cisco, so replace cisco with your password, following the word password.
 
This doesn't seem to work for me. When I log in on the CLI I dont have an option for username. If I type show myself it tells me tha I am set to privilege 4. I need to change this to 15 on Cisco's advise but they don't tell me how to do it. The only command that I think it might be under is set. When I just enter ? it brings up options I can use but only set would seem the obvious one but it is not under there. I am at a lost with this. Any help would be great.


 
After you have:
username <your name> priviledge level 15 password <your password>

Add under the line con 0 or line vty 0 4, add 'login local'. If you are on the console, the 'line con 0' is your access, if you are telneting in, you are connecting via 'line vty 0 4'. Don't apply it to line aux 0 until you know it is working.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top