ā02-20-2012 12:34 AM - edited ā03-07-2019 05:02 AM
Hi,
I configured 2960S switch as http server.
I'm unable to access the switch GUI with non privilege 15 user, with privilege 15 user it's working.
Does any one know if this could be done ?
ā02-20-2012 01:43 AM
Hi,
which GUI are you using ? are you using radius or tacacs+ ?
For CNA if using authentication server look at this:
Regards.
Alain
ā02-20-2012 01:57 AM
Create a new user with a level between 1 and 14 and enable that level on vty lines. It should work
username 2960 privilege 10 password 0 cisco
line vty 0 4
privilege level 10
login local
line vty 5 15
privilege level 10
login local
Hope this helps
Eugen
ā02-20-2012 02:39 AM
Hi,
I'm still not able to acces the http interface of the switch only with privilege 15.
The switch still expects the user to be with privilege 15.
ā02-20-2012 03:00 AM
Have a look thru this, it may help
ā02-20-2012 01:50 PM
Hi Eugen,
This web based authentication is talking about http session that passing through the switch.
I'm talking about accessing the switch with http.
ā02-20-2012 04:00 PM
Hi Alex, did you try to create a user with privilege 0 or 1, that is what most literature on cisco recommends for a user exec (some say that a privilege level between 1 to 14 is read-only and 15 is read-write).
Sorry, I give you the wrong link, try this one.
As the link above shows you can restrict using privilege mode, or create admin roles for each user.
Regards
Eugen
ā02-22-2012 02:32 AM
Hi,
first of all, i think Alex is talking about accessing the Switch via http (browser) and not telnet/ssh, so vty lines don't play a role.
I am currently stumbling upon this problem as well.
What works is to enter http://switch-ip/level/7/exec (Given that a user with Privilege Level 7 exists on the switch or AAA-Server).
The problem is, when you login with this method, you don't see the usual GUI, but a set of commands you could issue now.
If you find a way to get the GUI working with read-only access, please let me know.
Thanks,
Sebastian
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide