Link to home
Start Free TrialLog in
Avatar of Douglas_Fagerstrom
Douglas_FagerstromFlag for Kuwait

asked on

CLI input to Enable SDM over HTTP Interface

I need to enable SDM through the command line interface.  I have configred enough to get FE0 to ping at 192.168.2.3 255.255.255.0.

My IT left and I need to reconfigure the router so reset it to Factory Defaults, I cannot access with SDM now, however, I can get through on the CLI Console port, or Telnet in through FE0.
Avatar of myin68
myin68
Flag of United States of America image

It would help to know what model router and IOS your working with.  Try:
http 192.168.2.0 255.255.255.0 inside
Also try: ip http server and use the ? to finish the command.
Avatar of Douglas_Fagerstrom

ASKER

I have a 1803W ISR Router with IOS 12.4
UPDATE:

I have gotten to the point where I enter the IP in SDM Launcher.  I get the first window that verifies Java, then the second popup comes up, normally here I would see a password prompt but instead I get a third popup window with this error:

Startup Error
has not been granted with the necessary privileges in order to startup successfully, or another unknown error occurred during startup.Please close all involved browser windows and try again by granting all requested privileges

I have tired the following fix from another posting:
try https://<ip address>

If http secure access is not enabled then do:

Router>enable
password:
router# config t
router(config)# Ip http secure-server
router(config)# ip http authentication local  (if using local authentication)
router(config)# end
router# wr mem

WIth no luck.
i suppose you have problems with SDM as an application, not with cisco configuration
Maybe.  Not sure.  I can access one of our remote sites with SDM.
Make sure there aren't any popups being blocked, make sure you have a compatible java version for the SDM version, and always close all browsers before retying your login process.
I have no antivirus, internet popup blocker is disabled and I have tried with SDM Launcher and through SDM installed on the router with the same error.
I have also tried Java version 5 and 6.
ASKER CERTIFIED SOLUTION
Avatar of myin68
myin68
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial