Config New Router

I just got a 2514 router off ebay. In the process of configuring the router The system never reach a point to ask me to turn on IP routing. The router is not saving the interface configurations. The system continues to give me the error messages listed below.

What can I do to stop this??

cis2514# %Error opening tftp://255.255.255.255/network-confg (Timed out) %Error opening tftp://255.255.255.255/cisconet.cfg (Timed out) %Error opening tftp://255.255.255.255/cis2514-confg (Timed out) %Error opening tftp://255.255.255.255/cis2514.cfg (Timed out) cis2514#

Below is the Config listings Configuration register is 0x2102

cis2514# cis2514#sh config Using 955 out of 32762 bytes ! version 12.0 service config service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname cis2514 ! enable secret 5 $1$hL2K$XNmdG1NEQTp/Fja1hWeTK0 enable password huntley ! ip subnet-zero no ip routing ! ! ! interface Ethernet0 no ip address no ip directed-broadcast no ip route-cache no ip mroute-cache shutdown no cdp enable ! interface Ethernet1 no ip address no ip directed-broadcast no ip route-cache no ip mroute-cache shutdown no cdp enable ! interface Serial0 bandwidth 64 ip address 192.168.15.1 255.255.255.0 no ip directed-broadcast no ip route-cache no ip mroute-cache no fair-queue clockrate 64000 ! interface Serial1 bandwidth 64 no ip address no ip directed-broadcast no ip route-cache no ip mroute-cache shutdown clockrate 64000 no cdp enable ! ip classless ! ! line con 0 exec-timeout 0 0 transport input none line aux 0 line vty 0 4 password howard login ! end

cis2514#sh ver Cisco Internetwork Operating System Software IOS (tm) 2500 Software (C2500-IO-L), Version 12.0(28d), RELEASE SOFTWARE (fc1) Copyright (c) 1986-2005 by cisco Systems, Inc. Compiled Fri 19-Aug-05 17:57 by pwade Image text-base: 0x03032930, data-base: 0x00001000

ROM: System Bootstrap, Version 11.0(10c), SOFTWARE BOOTFLASH: 3000 Bootstrap Software (IGS-BOOT-R), Version 11.0(10c), RELEASE SOFT WARE (fc1)

cis2514 uptime is 1 hour, 44 minutes System restarted by power-on System image file is "flash:c2500-io-l.120-28d.bin"

cisco 2500 (68030) processor (revision L) with 6144K/2048K bytes of memory. Processor board ID 12090325, with hardware revision 00000000 Bridging software. X.25 software, Version 3.0.0.

2 Ethernet/IEEE 802.3 interface(s) 2 Serial network interface(s) 32K bytes of non-volatile configuration memory. 8192K bytes of processor board System flash (Read ONLY)

Configuration register is 0x2102

cis2514#

Reply to
Howard Huntley
Loading thread data ...

Try this. To disable this feature, execute the no service config global command.

Router#config terminal Enter configuration commands, one per line.

Router(config)#no service config

Router(config)#exit

Router#copy running-config startup-config

formatting link

Reply to
Peter Fackrell

You need to turn off the service config setting. Do this: go to config mode and type "no service config", do a "write mem" and then reboot.

Doan

Reply to
Doan

For the more junior people here, like myself, what does the no service config command do exactly?

Cheers,

Jamie

Reply to
jamie

The "service config" setting tells the router to get the configuration files from a tftp server, the no option turns this off.

Doan

Reply to
Doan

Take a look at

formatting link
The "service config" command is usually used along with the "boot network" or "boot host" command to automatically load configuration files from a network server (using tftp or rcp, for instance).

Cisco da Gama

formatting link

Reply to
ciscodagama

Thanks guys!

formatting link

Reply to
jamie

Reply to
Howard Huntley

Need help configuring a pair of Cisco 2600 routers I've got a Nortel baystack directly connected via an RJ45 patch to an ITG card in my meridian phone system - if I plug an ip phone into the BS460 it all works ok. If I now move the BS460 and ip phones to a remote site; the connection back to the meridian via a pair of Cisco 2600's on a 2meg cct., the ip phone stops working. So far, I've only done basic testing, I can telnet to each router, but the ip phones are not registering with the meridian (unable to find server message on the phone display). Am I wrong in assuming that the cisco's just need to be setup for bridging ?

Here's a copy of the config for router 1 - router2 is the same apart from the ip address. The baystack is set to default config

hostname router1 ! enable password fred ! interface FastEthernet0/0 description connection to BS460 bridge-group 1 ! interface Serial0/0 description 2Meg link to router 2 ip address 172.16.0.1 255.255.255.0 bridge-group 1

bridge 1 protocol ieee ! line con 0 password fred login transport input none line vty 0 4 password fred login !

Reply to
me

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.