|
Home > Archive > CCIE > May 2002 > need help please access server problems.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
need help please access server problems.
|
|
| devecchio 2002-05-16, 7:47 am |
| I currently have a 2520,2503,2504 and a cisco 500 cs as my access server. I have all of the console ports for the routers connected to the back of the 500 cs. After entering the ip host r25XX 200x x.x.x.x command, I can then telnet into all of the routers....everything works fine until I reboot. It then attempts to look for some sort of configuration file and prompts me that the file is not found. If i reset to the default configuration the setup prompt appears and off we go again...that is until I reboot........
What am I doing wrong? IOS ver 9.21(3)
write mem performed | |
| doctorcisco 2002-05-16, 1:13 pm |
| I assume you did a wr erase?
What does sh ver give you for a config register setting?
Exactly what file is it saying it can't find? A cut-and-paste might be fun.
If you have access to www.cisco.com, you can download the last IOS they made for these, which is ver 10.3something, and tftp it when booting. This IOS is a whole lot more familiar. Here's my config, although I'm not sure it will help you with your current problem:
Current configuration:
!
! Last configuration change at 19:16:24 CDT Wed May 15 2002 by dennis
!
version 10.3
no service pad
service timestamps log datetime localtime
service timestamps debug datetime localtime
service udp-small-servers
service tcp-small-servers
!
hostname CS500
!
clock timezone CST -6
clock summer-time CDT recurring
boot system cs500-c-m.103-19a.Z.bin 192.168.1.50
!
username <name> privilege 15 password <hash>
no ip domain-lookup
!
interface Ethernet0
ip address 192.168.1.5 255.255.255.0
!
ip host 2516-1 2002 192.168.1.5
<snip>
!
line con 0
stopbits 1.5
line 1 16
transport input all
line vty 0 4
exec-timeout 0 0
login local
!
ntp clock-period 17301922
ntp peer 192.168.1.45 source Ethernet0 prefer
end
Hope this helps some. I'm not sure it'll help a lot.
doc |
|
|
|
|