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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

4000M console

Status
Not open for further replies.

12122053

Technical User
Feb 19, 2001
210
US
I just received a 4000M router and im trying to load a IOS image on to it. The problem im having i can't get into rommon prompt instead I get a abort at 0x1064266 (PC). Im using windows hyperterminal and pressing Ctrl & break keys this usually works with 2600/3600 routers. Does anybody have any info or links, thanks.
 
If this helps im using windows 2000 hyperterminal, thanks.
 
Well only thing I could get into is the (boot)>prompt which does have limited options. Could i load the IOS from here? Someone please help need to configure router for work, thanks.
 
I'm digging in the memory a bit here.. the 4000 has two different items.. a software boot loader and the IOS... if I remember right, you can load the IOS by using the TFTPDNLD parameters.. you need to set the IP address of the TFT .. subnet mask , default gateway and file name..

IP_ADDRESS=192.168.1.2
SUBNET_MASK=255.255.255.0
DEFAULT_GATEWAY=192.168.1.1
FILE_NAME= <filename>

It's been a while so take this with a grain of salt and check it first on Cisco's site

MikeS
Find me at
&quot;Diplomacy; the art of saying 'nice doggie' till you can find a rock&quot; Wynn Catlin
 
System Bootstrap, Version 4.14(7), SOFTWARE
Copyright (c) 1986-1994 by cisco Systems
4000 processor with 4096 Kbytes of main memory

Note: A random default MAC address of 0000.0c00.0d84 has been chosen.
Ensure that this address is unique, or specify MAC
addresses on commands (such as 'novell routing')
that allow the use of this address as a default.
Unknown or ambiguous service arg - udp-small-servers
Unknown or ambiguous service arg - tcp-small-servers
Bad interface specification
No interface specified - IP address
Bad interface specification
No interface specified - IP address
Bad interface specification
No interface specified - IP address
Bad interface specification
No interface specified - IP address
Bad interface specification
No interface specified - IP address
Illegal IP keyword - classless
SETUP: new interface Serial2 placed in &quot;shutdown&quot; state
SETUP: new interface Serial3 placed in &quot;shutdown&quot; stateNo usable interfaces

Bad interface specification
No interface specified - IP address
Bad interface specification
No interface specified - IP address
Illegal IP keyword - classless
SETUP: new interface Serial2 placed in &quot;shutdown&quot; state
SETUP: new interface Serial3 placed in &quot;shutdown&quot; stateNo usable interfaces



Press RETURN to get started!




User Access Verification

Password:
4000-2(boot)>ena

Password:
4000-2(boot)#?

clear Reinitialization functions, type &quot;clear ?&quot; for list
configure Configure from terminal or over network
connect <host> Connect to host - same as typing just a host name
copy copy flash tftp or tftp flash
debug Enable debugging functions, type &quot;debug ?&quot; for list
disable Turn off privileged commands
disconnect <cn> Break the connection specified by name or number
enable Turn on privileged commands
exit, quit, logout Exit from the EXEC
name-connection Give a connection a logical name
ping Send echo messages
reload Halt and reload system
resume Make the named connection be current
setup Initialize system configuration
show <cmd> Information commands, type &quot;show ?&quot; for list
systat Show terminal lines and users
telnet <host> Connect to host using telnet protocol
terminal Change terminal's parameters, type &quot;terminal ?&quot;
test Run hardware tests, type &quot;test ?&quot;
trace <address> Trace route to <address>
undebug Disable debugging functions, type &quot;undebug ?&quot; for list
where Show open connections
--More-- ^C

4000-2(boot)#sh inter s0

Serial 0 is down, line protocol is down
Hardware is HD64570
Internet address is 172.16.64.1, subnet mask is 255.255.255.0
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255
Encapsulation HDLC, loopback not set, keepalive set (10 sec)
Last input never, output never, output hang never
Last clearing of &quot;show interface&quot; counters never
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
Five minute input rate 0 bits/sec, 0 packets/sec
Five minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 3 interface resets, 0 restarts
0 carrier transitions
--More-- ^C
4000-2(boot)#sh config

Using 1443 out of 131066 bytes
!
! Last configuration change at 16:59:52 UTC Sun Sep 17 2000
! NVRAM config last updated at 17:00:03 UTC Sun Sep 17 2000
!
version 11.2
service config
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname 4000-2
!
enable secret 5
enable password
!
no ip domain-lookup
ipx routing 0000.0c1b.434a
isdn switch-type basic-5ess
!
interface Ethernet0
--More--
4000-2(boot)#

4000-2(boot)#
Well the only interface i have is a 4T serial that's all why is interface eth0 showing up. how do I check if the flash is good? I can't even configure the serial interface. Does not let me do a config T. I see the boot message stating 4mb ram but no flash any advice, thanks

 
Sounds like bad or incorrect flash chip had similar problem
 
12122053,
First of you must have the required Flash/RAM config on your router to run the IOS, otherwise the router will merely crash on system bootup.

For 4000M to run IOS 11.+ you need a min 4MB Flash/8MB RAM (Main Mem). Sounds like you got sufficient Flash but not enough main memory.

You'll have to upgrade your RAM.
- Download the &quot;Replacing memory in cisco 4000 series&quot; pdf guide from for hardware instructions.
- You should be able to use standard old 72pin PC RAM (may depend on parity). It is much cheaper than buying cisco RAM ;-).

To check flash config > sh flash
To check router memory > sh version

To re-initalise 4000M router
- Boot router & issue a CRTL-Break command from hyperterm
- > o/r
- > i (initialises router)

This will boot into ROM config mode which will allow you to setup the ethernet interface with an IP address to copy the IOS from a TFTP server.
> copy tftp flash

Once done, ensure that you change the config-register back to boot from NVRAM.
> config t
> config-reg 0x102

Hope this helps.

JimmyZ
 
Found out incorrect flash memory, thanks for the info.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top