10-22-2013 10:28 AM - edited 03-16-2019 08:01 PM
i have CME and i can't telnet it or access GUI interface and i get the attached error .
10-22-2013 01:13 PM
Hello Gharip,
Can i just ask if you have the following in your configuration:
Router> enable
Router> config terminal
Router(config)#
Create a user account with privilege level 15.
Router(config)# username name privilege 15 secret 0 password
Ensure that you have a correctly configured interface whether it be a 802.1q interface or similar or a directly accesible ethernet port
Router(config)# int FastEthernet0
Router(config-if)# ip address 192.168.1.1 255.255.255.0
Router(config-if)# no shutdown
Router(config-if)# exit
Configure the router as a http server
Router(config)# ip http server
Configure the router for local authentication
Router(config)# ip http authentication local
Configure the VTY lines for privilege level 15 (this effectively allows access to Priv exec mode.
Router(config)# line vty 0 4
Router(config-line)# privilege level 15
Router(config-line)# login local
Router(config-line)# exit
I am guessing by your screenshot that your HTTP path is correctly configured. If not set it to the GUI directory which my be HTTP path flash:/gui
I hope this helps some.
Good luck
Daz
10-22-2013 01:29 PM
Hi Gharip
Please find the below:-
1- Make sure that you have GUI files on your flash:-
2-Please find the below commands:-
ip http server
ip http path flash:/gui
or
ip http path flash:
2-Under Telephony-service you have to set username and password
telephony-service
web admin system name cisco123 password cisco123
Thank you
Please rate all useful infromation
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