01-04-2014 10:57 PM - edited 03-07-2019 05:22 PM
Hi all,
I have a Cisco 2811 I am having issues with. I am trying to login to the webpage, but it will not accept any user name or password combo I try. Anyone got some ideas?
Thanks!
I get :
"level_15_access"
CISCO-2811#sh run | be line vty
line vty 0 4
exec-timeout 0 0
password <redacted>
transport input ssh
!
scheduler allocate 20000 1000
end
CISCO-2811#sh run | be line
line con 0
exec-timeout 0 0
password <redacted>
line aux 0
line vty 0 4
exec-timeout 0 0
password <redacted>
transport input ssh
!
scheduler allocate 20000 1000
end
Solved! Go to Solution.
01-04-2014 11:24 PM
Hello,
So you are trying to log to the HTTP/GUI.
For that as the error says you need a priviliged 15 user
username julio privilege 15 password cisco
ip http authentication local
ip http server to enable the service
ip http secure-server to use SSL/TLS to encrypt the traffic
Looking for some Networking Assistance?
Contact me directly at jcarvaja@laguiadelnetworking.com
I will fix your problem ASAP.
Cheers,
Julio Carvajal Segura
http://laguiadelnetworking.com
01-04-2014 11:24 PM
Hello,
So you are trying to log to the HTTP/GUI.
For that as the error says you need a priviliged 15 user
username julio privilege 15 password cisco
ip http authentication local
ip http server to enable the service
ip http secure-server to use SSL/TLS to encrypt the traffic
Looking for some Networking Assistance?
Contact me directly at jcarvaja@laguiadelnetworking.com
I will fix your problem ASAP.
Cheers,
Julio Carvajal Segura
http://laguiadelnetworking.com
01-05-2014 12:25 AM
There seems to be some confusion about what the original poster is trying to do and how to accomplish it. He says he is trying to login to the webpage, but the information that he provides is about the console and vty ports. The vty are involved in remote access for SSH or Telnet but are not involved in access via the web page. As Julio has pointed out access via the webpage uses ip http server or ip http secure-server.
If Julio's suggestions do not resolve the issue then I would request that the original poster give us the details of what he has configured involving http server/http secure-server and also what he has configured for user IDs.
HTH
Rick
01-05-2014 03:18 AM
i agree with rick.
OP title says "routing issue." are you referring to CCP?
could you post show run and explain again briefly what you're trying to achieve?
01-05-2014 10:21 AM
You are correct Richard.
I amalso having an issue with connecting to my switch with SSH and I guess it was late so I posted the wrong information. I have a Cisco 2970 that I can ssh into, but when I run the Enable command, it gives me an error:
C2970>enable
% Error in authentication.
It also doesn't prompt me for the password, which is add because I have it set for that user and for enable, I think.
01-05-2014 10:57 AM
I am glad that you have a solution for the original problem with http authentication. I hope that we can also find a solution of the issue on your 2970. The fact that it is not prompting for the password is a bit odd and suggests that something is configured for enable authentication which it is not able to do or that somehow it has decided that this user does not qualify. Could you post all configuration of aaa from the 2970? That would be the best place to start the investigation of this issue.
HTH
Rick
01-05-2014 10:18 AM
Thank you Julio,
You gave me the one command I had missed, well had entered wrong. I had done everything you listed except for:
ip http authentication local
Everything else I had done, which was why I was frustrated, because I thought I had covered the AAA Authentication before.
Thank you!
Mitchell
01-05-2014 10:19 AM
Hello Mitchell,
No problem, it's always a pleasure to help
Looking for some Networking Assistance?
Contact me directly at jcarvaja@laguiadelnetworking.com
I will fix your problem ASAP.
Cheers,
Julio Carvajal Segura
http://laguiadelnetworking.com
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