cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
250
Views
0
Helpful
1
Replies

Ping fail

Ibrahim Jamil
Level 6
Level 6

Hi

I have the below topology

R1---------------R2

                         |

                         |

R3---------------R4

R1ip=1.1.1.1/24

R2F0/0ip=1.1.1.2/24

R2F/1IP=3.3.3.1/30

R3IP=1.1.1.3/24

R4IP=f0/0 1.1.1.4/24

F0/1=3.3.3.2/30

Based on the above , i can't ping from R1(1.1.1.1)towardsR3(1.1.1.3) ,pls can u explain why from the technical prospectivce?

thanks

jamil

1 Reply 1

Jan Hrnko
Level 4
Level 4

Hi Ibrahim

First of all you can't have IP addresses assigned like that. When you make an R1 IP 1.1.1.1 with mask of /24 router R1 assumes that all the addresses from range 1.1.1.1 - 1.1.1.254 (0 and 255 are excluded) are directly connected to this very interface - but they are not. Therefore ping won't make it any further.

You need to assign addresses from different network ranges. For example

R1-R2 1.1.1.0 /24

R2-R4 2.2.2.0 /24

R4-R3 3.3.3.0 /24

Second of all, when you redo the addressing scheme correctly (separate networks per connection between routers), you will need to have either static routing or dynamic routing configured, so that R1 will know how to get to R3. Without routing, only directly connected networks will be known.

Best regards,

Jan

Review Cisco Networking products for a $25 gift card