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

Cisco 2610 1

Status
Not open for further replies.

Nero534

ISP
Mar 17, 2005
12
US
Well I finially got my router working with my cable modem. Well last night i tried forwarding some ports and messed up my config. So I did a erase startup-config command to get rid of it and start all over. well now I am getting this error:

SYS4 CONFIG_RESOLVE_FAILURE SYSTEM CONFIG PARSE CORE1.RTR.CFG NETWORK-CONFIG TFTP 255.255.255.255

I setup my router just like i had it and I can ping outside from telneted into the router, but none of my machines and get on the net. I will post my running config also:

Current configuration : 821 bytes
!
version 12.3
service config
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname core1.rtr1.crsystem
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$T3Q3$cSh3KvWse5fqtPSkYPMhL0
enable password xxxxxxxxxx
!
no aaa new-model
ip subnet-zero
no ip routing
no ip cef
!
!
!
!
!
!
!
interface Ethernet0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside
no ip route-cache
half-duplex
!
interface Ethernet1/0
ip address dhcp
ip nat outside
no ip route-cache
half-duplex
!
ip nat inside source list 10 interface Ethernet1/0 overload
ip nat outside source list 10 interface Ethernet1/0
ip http server
ip classless
!
!
access-list 10 permit 192.168.1.0 0.0.0.255
!
line con 0
line aux 0
line vty 0 4
password xxxxxxxxxx
login
!
!
!
end

core1.rtr1.crsystem#

I would appericate any help. Also from the console cable plugged in it keeps rolling that SYS4 error over and over

it also changes the name to core1.rtr.cg

Any ideas?
 
Here is my current config:

rtr1.crsystem.office#sh config
Using 815 out of 29688 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname rtr1.crsystem.office
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$yREy$dr33PZyc.H3enXt1XAL1C0
enable password thescreensavers
!
no aaa new-model
ip subnet-zero
no ip routing
no ip cef
!
!
!
!
!
!
!
interface Ethernet0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside
no ip route-cache
half-duplex
!
interface Ethernet1/0
ip address dhcp
ip nat outside
no ip route-cache
half-duplex
!
ip nat inside source list 10 interface Ethernet1/0 overload
no ip http server
ip classless
!
!
access-list 10 permit 192.168.1.0 0.0.0.255
snmp-server community public RO
snmp-server enable traps tty
!
line con 0
line aux 0
line vty 0 4
password likemike
login
!
!
!
end

rtr1.crsystem.office#
 
Can anyone shed some light on this one? I am getting ready to get out the big hammer
 
Hello again...lets start with the obvious.
You need a default route to get to the internet.
ip route 0.0.0.0 0.0.0.0 ethernet1/0
after that is in you can try to ping 206.163.82.4 from the router.
Also do a show interface e1/0 and please post along with ping results.
 
I just want to thank you for all your help. I got it working. I guess it was the way I was bringing up the network. I have to do it in a certain order to make it work.
 
Nero I was reading these messages and replies. I want to know how did you fix the problem and what order did you follow.
Thanks,
ss
 
Sure no problem,

My network here consist's of s 2610 router connected to a cable modem and a Red Hat Firewall. My switch is a catalyst 2900 XL, and I use a Linksys WRT54 for wireless (going to Aironet Soon). The part about the whole situtation that was bugging me is that my config file was the same one that I had working a few days before. I startup my network in the following order:

1.) Boot the Catalyst Up
2.) Boot up the 2610
3.) Cable modem.
4.) I wait until the consolse screen shows Eth1/0 pulls an IP.
5.) Firewall
6.) Linksys

I dont know why I have to do it this way. BUt I have found that I could skip everything else and just reboot the 2610 first and then the cable modem and everything works and comes up ok. Im betting that the cable modem must need reset EVERYTIME the 2610 does. Im also using NAT on the 2610. Any more questions let me know.

Nero
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top