jneiberger, details as requested.
C2611#show run int serial 0/0
Building configuration...
Current configuration:
!
interface Serial0/0
ip address 192.168.254.2 255.255.255.0
no ip directed-broadcast
no ip split-horizon
no keepalive
clockrate 2000000
lan-name SER0
C2611#show int serial 0/0
Serial0/0 is up, line protocol is up
Hardware is PowerQUICC Serial
Internet address is 192.168.254.2/24
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255
Encapsulation HDLC, loopback not set, keepalive not set
Last input never, output 00:00:02, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0 (size/max/drops); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/1/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
5 minute input rate 0 bits/sec, 0 packets/sec
5 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 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
2387 packets output, 192326 bytes, 0 underruns
0 output errors, 0 collisions, 5 interface resets
0 output buffer failures, 0 output buffers swapped out
12 carrier transitions
DCD=up DSR=up DTR=up RTS=up CTS=up
C2503#show run
Building configuration...
.
.
!
interface Serial0
ip address 192.168.254.3 255.255.255.0
no ip route-cache
no ip split-horizon
no ip mroute-cache
no keepalive
!
interface Serial1
no ip address
no ip route-cache
no ip mroute-cache
shutdown
!
.
.
C2503#show int serial 0
Serial0 is up, line protocol is up
Hardware is HD64570
Internet address is 192.168.254.3/24
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255
Encapsulation HDLC, loopback not set, keepalive not set
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0 (size/max/drops); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/1/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
2096 packets input, 166844 bytes, 0 no buffer
Received 259 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
3873 packets output, 442163 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
DCD=up DSR=up DTR=up RTS=up CTS=up
Burt, as you'll see from details above I have config'd 'no ip split-horizon' on both routers (C2611/C2503) but this didn't appear to make any difference. Have not config'd OSPF as don't know how at this stage.
Config'd static route on C2611 to network 192.168.4.0 via serial, but C2503 interface 192.168.4.254 did not respond to any ping request. Did also config redistribute but this made no difference.
C2503#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default
U - per-user static route, o - ODR
Gateway of last resort is not set
S 192.168.4.0/24 [2/0] via 192.168.254.3, Serial0/0
C 192.168.254.0/24 is directly connected, Serial0/0
C 192.168.2.0/24 is directly connected, Ethernet0/0
C 192.168.3.0/24 is directly connected, Ethernet0/1
C2611#ping 192.168.4.254
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.4.254, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Have also issued 'ip default-gateway 192.168.254.3' command on C2611. No fault reported when issuing command, but 'show ip route' still does not list gateway of last resort.
TIA.