I have Router2 S0-----S0 Router1
Where R2S0 is 10.1.1.5 255.255.255.252
and R1S0 is 10.0.0.5 255.255.255.252
When I change R1S0 to be in the same subnet, then pings to R2S0 from R2 work.
Thanks
- Code: Select all
Router2#sh run int s0
Building configuration...
Current configuration : 151 bytes
!
interface Serial0
description this is a serial port
bandwidth 64000
ip address 10.1.1.5 255.255.255.252
no ip route-cache
clock rate 56000
end
Router2#
Router2#
Router2#sh ip route 10.1.1.5
Routing entry for 10.1.1.4/30
Known via "connected", distance 0, metric 0 (connected, via interface)
Routing Descriptor Blocks:
* directly connected, via Serial0
Route metric is 0, traffic share count is 1
Router2#sh ip route
Codes: C - connected, S - static, 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
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
C 202.119.249.0/24 is directly connected, Ethernet0
C 192.168.20.0/24 is directly connected, Loopback20
10.0.0.0/8 is variably subnetted, 3 subnets, 3 masks
C 10.2.2.0/24 is directly connected, BRI0
C 10.4.1.2/32 is directly connected, Loopback0
C 10.1.1.4/30 is directly connected, Serial0
Router2#ping 10.1.1.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.5, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Router2#sh int s0
Serial0 is up, line protocol is up
Hardware is HD64570
Description: this is a serial port
Internet address is 10.1.1.5/30
MTU 1500 bytes, BW 64000 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set
Keepalive set (10 sec)
Last input 00:00:01, output 00:00:06, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); 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)
Available Bandwidth 48000 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
4141 packets input, 264933 bytes, 0 no buffer
Received 1697 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
1757 packets output, 116038 bytes, 0 underruns
0 output errors, 0 collisions, 3 interface resets
0 output buffer failures, 0 output buffers swapped out
8 carrier transitions
DCD=up DSR=up DTR=up RTS=up CTS=up
Router2#
