Link to home
Start Free TrialLog in
Avatar of jskfan
jskfanFlag for Cyprus

asked on

Using SDM to access a router

I have configured:

IP http server
IP http secure server

on the router and saved it.

But when I try to access the SDM, I get the message shown on the attached screenshot.
Any Help?

Thanks
sdm.png
ASKER CERTIFIED SOLUTION
Avatar of rfc1180
rfc1180
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
Avatar of jskfan

ASKER

Actually I don't even need the http secure-server, since this is a lab environment
SOLUTION
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
give output of  sh run command
ip http access-list 10
access-list 10 permit ip any any
Avatar of jskfan

ASKER

Here is the configuration:

Router#sh run
Building configuration...

Current configuration : 658 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
ip cef
!
!
!
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 ip address 10.100.100.1 255.255.255.0
 duplex auto
 speed auto
!
ip classless
!
ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
SOLUTION
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
Avatar of jskfan

ASKER

the only difference is the security configuration, which is not a concern to me.
Avatar of jskfan

ASKER

I also ran the command:

Dir flash :
and it shows No files in the directory
Avatar of jskfan

ASKER

I have used a router  2691 and the SDM connection worked just fine.
I previously tried the 3700 and 3600 series and had the http issue. there might be a compatibilty issue.