SDM Installation on 2611XM

Hi All,
I am trying to install SDM on an Cisco 2611XM Router.
Please see Router config below for SDM.
Router#show flash:
System flash directory:
File Length Name/status
1 25279520 c2600-spservicesk9-mz.124-5.bin
2 1038 home.shtml
3 2754 sdmconfig-26xx.cfg
4 112640 home.tar
5 931840 es.tar
6 1505280 common.tar
[27833460 bytes used, 5196680 available, 33030140 total]
32768K bytes of processor board System flash (Read/Write)
Router#show run | include http
ip http server
ip http authentication local
no ip http secure-server
Router#show run | include username
username admin privilege 15 password 0 cisco
Router#show run | incl dhcp
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.200.1 192.168.200.100
ip dhcp pool LAN
Laptop IP Configuration:
C:\>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::c031:d5f9:6a9b:bd63%11
IPv4 Address. . . . . . . . . . . : 192.168.200.101
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.200.1
However, when trying to run the SDM wizard on my laptop to install it directly on the Router, I keep receiving the error message as attached on the thumbnails.
Any ideas, why this is happening?
I am trying to install SDM on an Cisco 2611XM Router.
Please see Router config below for SDM.
Router#show flash:
System flash directory:
File Length Name/status
1 25279520 c2600-spservicesk9-mz.124-5.bin
2 1038 home.shtml
3 2754 sdmconfig-26xx.cfg
4 112640 home.tar
5 931840 es.tar
6 1505280 common.tar
[27833460 bytes used, 5196680 available, 33030140 total]
32768K bytes of processor board System flash (Read/Write)
Router#show run | include http
ip http server
ip http authentication local
no ip http secure-server
Router#show run | include username
username admin privilege 15 password 0 cisco
Router#show run | incl dhcp
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.200.1 192.168.200.100
ip dhcp pool LAN
Laptop IP Configuration:
C:\>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::c031:d5f9:6a9b:bd63%11
IPv4 Address. . . . . . . . . . . : 192.168.200.101
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.200.1
However, when trying to run the SDM wizard on my laptop to install it directly on the Router, I keep receiving the error message as attached on the thumbnails.
Any ideas, why this is happening?
Comments
+1 and good luck! I would lab as much as I could between now and then with SDM and CLI for all topics listed in the blueprint. HTH
-Peanut
-Mayor Cory Booker
I also have a 2611XM, and I thought running SDM required 48MB of flash. You have 32MB, and after the IOS is loaded you're down to 5M of free space. Just a side note, it wouldn't have anything to do with connectivity.
Remaining: LUT1,QBT1,DFV1,BOV1,HHT1,QLT1,RIT1,IWC1,IWT1,DJV1,KET1,TPV1,MGC1,CVV1,CJV1,KFT1,CNV1,SBT1,RGT1
Completed: WFV1,CLC1,INT1,CUV1,CQV1,BNC1,GAC1
Transferred: AGC1,BBC1,LAE1,AXV1,CPV1,INC1,CSV1,COV1,CTV1,DHV1,BVC1
Actually you don't need ip http secure-server enabled unless you want to 443 to the router. All you need is:
ip http server
ip http authentication local
username <whatever> privilege 15 secret <whatever>
Here
I'd also go with a local install of SDM. I find it better than attempting to use SDM from the router. It's very CPU intensive when you run it from the router.
Can you ping the router from that machine? Are you sure DHCP is working right? I'd go with static IP addressing to rule out anything wrong with your DHCP setup first.
I want to be able to run the full version of SDM, have I installed the incorrect SDM setup?
RS_MCP,
Are you sure you've downloaded the correct version of SDM? Version 2.5? I've not personally used the SDM Express... but if you go to Cisco's site, you should be able to download the SDM 2.5. HTH.
-Peanut
-Mayor Cory Booker
SDM Express is a simpler version of SDM which is usually just enough to get someone who has very little idea how to setup a Cisco device enough walkthrough to get it configured basically.