Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot connect to SDM 1

Status
Not open for further replies.

MattSavage

IS-IT--Management
Joined
Aug 20, 2003
Messages
54
Location
US
Hello all, I just got a 1760 router and it came with no configuration at all. I would like to use the SDM program to configure it, but I am unable to use this. I have manually assigned the Fastethernet 0/0 port the address 10.10.10.1 255.255.255.0. From my pc I can ping this address (my address is 10.10.10.2) and telnet into it as well. All of the necessary files have been put on flash:

Router>show flash

System flash directory:
File Length Name/status
1 5583344 c1700-y-mz.123-5.bin
2 3176448 sdm.tar
3 16264 sdm.shtml
4 216064 home.tar
5 1462 home.html
[8993904 bytes used, 24298384 available, 33292288 total]
32768K bytes of processor board System flash (Read/Write)

-------------------------------
I have the correct IOS version:

Router>show version
Cisco Internetwork Operating System Software snmp statistics
Image text-base: 0x80008120, data-base: 0x809FA3A8

ROM: System Bootstrap, Version 12.2(7r)XM2, RELEASE SOFTWARE (fc1)

Router uptime is 3 hours, 33 minutes
System returned to ROM by power-on
System image file is "flash:c1700-y-mz.123-5.bin"

cisco 1760 (MPC860P) processor (revision 0x500) with 54317K/11219K bytes of memo
ry.
Processor board ID FOC07511U8S (115972983), with hardware revision 0000
MPC860P processor: part number 5, mask 2
Bridging software.
X.25 software, Version 3.0.0.
1 Ethernet/IEEE 802.3 interface(s)
1 FastEthernet/IEEE 802.3 interface(s)
1 Serial network interface(s)
WIC T1-DSU
32K bytes of non-volatile configuration memory.
32768K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

-------------------------------
And here is the running config:

Router# show running-config

NAME: "Seri
Building configuration...h Fractional T1 CSU/DSU"

Current configuration : 610 bytes
PID: PQ
!C
version 12.3onal T1 CSU/
service timestamps debug datetime msec

NAME
service timestamps log datetime msecEC"
no service password-encryption , VID: , SN:
!
hostname Route


!d
!
!h
!n
interface FastEthernet0/0
ip address 10.10.10.1 255.255.255.0thernet, VID: 3.0, SN: 3814400103
speed auto
!
no ip address
shutdown
no fair-queue
!
interface Ethernet1/0
no ip address
shutdown
half-duplex
!
ip classless
no ip http server
!
!
line con 0
line aux 0
line vty 0 4
password alsosecret
login
!
no scheduler allocate
!
end

---------------------------------------------------------
What else do I need to set up (passwords? http?) in order to get the SDM working?? I truly appreciate any help!

 
here's your problem: "no ip http server"

Here's a clip from cisco's site:

The router HTTP/HTTPS server must be enabled, using the following Cisco IOS commands:
ip http server
ip http secure-server
ip http authentication local

If the router supports HTTPS, the HTTPS server will be enabled. If not, the HTTP server will be enabled. HTTPS is supported in all images that support the Crypto/IPSec feature set starting from release 12.25(T).

SDM requires a user account defined with privilege level 15 (enable privileges):
username cisco privilege 15 password 0 cisco

here's the link in case your wondering:

Good luck, and you'll like the new SDM, it's sweet..

snoots


"tis better to remain silent and be thought of as a fool..
then open your mouth and remove all doubt" Mark Twain

"I should of been a doctor.." Me
 
Thanks so much snootalope! I am now able to get a username and password promt, but I can't get past this. The sdm 1.1 version says to use User: cisco Pass: cisco to get access, but this is not working for me. Is there a way I can see if this user account is in the system? Or is there another account I can use?
 
I got in!!!! Thanks again snootalope! you are awesome.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top