cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
62504
Views
0
Helpful
5
Replies

Destination Host Unreachable issue in Packet Tracer

MuratAkin43244
Level 1
Level 1

I'm a student at a college and I keep getting issues in doing the ping and it works when i ping the devices in same switch but ı can't ping switches and other end devices. What is wrong with my setup ?

My project : https://ufile.io/wu7usl54

1 Accepted Solution

Accepted Solutions

luis_cordova
VIP Alumni
VIP Alumni

Hi @MuratAkin43244 

 

I have found two errors in your exercise.

1-The IP addresses of the end devices must match the network on which they are hosted.
For example, on the middle network the network is 192.168.5.0/24, but on end devices you assigned network IP 192.168.4.0/24.
The same error is in the network on the right.

12.jpg

 

2-In the router, the HWIC you used provides you with 4 switch ports, so the Fa0/1/0 interface must be associated with vlan 1, where you entered the gateway IP of that network.

12.jpg

 

R2(config)#interface vlan 1

R2(config-if)#no shutdown

R2(config-if)#interface fa0/1/0

R2(config-if)#switchport mode access

R2(config-if)#switchport access vlan 1

 

After these changes, connectivity is successful.

 

Regards

View solution in original post

5 Replies 5

balaji.bandi
Hall of Fame
Hall of Fame

Dont have packet tracer to test.

 

but Looks like you have  Routing issue, make sure ip routing enabled. and traceroute is good command for learning and tell you where it was dropped. so you can investigate from that point have routing in place.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

luis_cordova
VIP Alumni
VIP Alumni

Hi @MuratAkin43244 

 

I have found two errors in your exercise.

1-The IP addresses of the end devices must match the network on which they are hosted.
For example, on the middle network the network is 192.168.5.0/24, but on end devices you assigned network IP 192.168.4.0/24.
The same error is in the network on the right.

12.jpg

 

2-In the router, the HWIC you used provides you with 4 switch ports, so the Fa0/1/0 interface must be associated with vlan 1, where you entered the gateway IP of that network.

12.jpg

 

R2(config)#interface vlan 1

R2(config-if)#no shutdown

R2(config-if)#interface fa0/1/0

R2(config-if)#switchport mode access

R2(config-if)#switchport access vlan 1

 

After these changes, connectivity is successful.

 

Regards

Thank you, it worked.

sorry but when i type switchport commands on the router, it rejects it, i can't type switchport commands on that device

omz
VIP Alumni
VIP Alumni

its homework?

redirect -https://learningnetwork.cisco.com/s/

I opened the file briefly and there are quite a few mistakes ... try to learn by asking specific questions rather than throw the whole thing for fix .. 

- check interfaces connected on router are correct for the devices connect that interface

- check device default gateway and ip config - if device is 192.168.1.11 gw would be 192.168.1.x on router

 

Review Cisco Networking for a $25 gift card