cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3532
Views
0
Helpful
4
Replies

Destination Host Unreachable

Hi everyone:

I have a school project and when I ping computer PC-A to PC-C and vice versa, I get Destination host Unreachable.  Can anyone help?

1 Accepted Solution

Accepted Solutions

luis_cordova
VIP Alumni
VIP Alumni

Hi garett.juneau@yahoo.com,

 

Routers must have marked routes to the networks you want to visit.
These networks can be configured statically or learned by routing protocols, such as RIPv2.

To configure RIP v2 on your routers do this:

 

R1(config)#router rip

R1(config-router)#network 10.1.1.0

R1(config-router)#network 192.168.1.0

R1(config-router)#no auto-summary

R1(config-router)#version 2

 

R2(config)#router rip

R2(config-router)#network 10.1.1.0

R2(config-router)#network 10.2.2.0

R2(config-router)#no auto-summary

R2(config-router)#version 2

 

R3(config)#int s0/0/1

R3(config-if)#no encapsulation ppp

R3(config-if)#exit

R3(config)#router rip

R3(config-router)#network 10.2.2.0

R3(config-router)#network 192.168.3.0

R3(config-router)#no auto-summary

R3(config-router)#version 2

 

Regards

 

View solution in original post

4 Replies 4

luis_cordova
VIP Alumni
VIP Alumni

Hi @garett.juneau@yahoo.co,

 

I'm going to download the exercise and I'll tell you what I find.

 

Regards

luis_cordova
VIP Alumni
VIP Alumni

Hi garett.juneau@yahoo.com,

 

Routers must have marked routes to the networks you want to visit.
These networks can be configured statically or learned by routing protocols, such as RIPv2.

To configure RIP v2 on your routers do this:

 

R1(config)#router rip

R1(config-router)#network 10.1.1.0

R1(config-router)#network 192.168.1.0

R1(config-router)#no auto-summary

R1(config-router)#version 2

 

R2(config)#router rip

R2(config-router)#network 10.1.1.0

R2(config-router)#network 10.2.2.0

R2(config-router)#no auto-summary

R2(config-router)#version 2

 

R3(config)#int s0/0/1

R3(config-if)#no encapsulation ppp

R3(config-if)#exit

R3(config)#router rip

R3(config-router)#network 10.2.2.0

R3(config-router)#network 192.168.3.0

R3(config-router)#no auto-summary

R3(config-router)#version 2

 

Regards

 

Wow!  Thanks!

Hi @garett.juneau@yahoo.co,

 

I'm glad this was useful for you.

Mark the answer as a solution so that other users can take it as well.

 

Regards

Review Cisco Networking products for a $25 gift card