cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1313
Views
5
Helpful
2
Replies

CANNOT PING

Hello,

 

I can not ping from PCA to S1 vlan.

This is the topology:Screenshot_20190928-194937_Packet Tracer Mobile.jpg

Thank you;

1 Accepted Solution

Accepted Solutions

luis_cordova
VIP Alumni
VIP Alumni

Hi @AbdulmajeedAlmaweri4471 

 

Make sure all devices have the gateway address configured, including the switch:

 

PCB

IP: 192.168.100.13

Mask: 255.255.255.224

Gateway: 192.168.100.1

 

S1

S1(config)# interface vlan 1

S1(config-if)# ip address 192.168.100.10 255.255.255.224

S1(config-if)# no shutdown

S1(config-if)# exit

S1(config)# ip default-gateway 192.168.100.1

 

PCA

IP: 192.168.100.33

Mask: 255.255.255.252

Gateway: 192.168.100.34

 

Regards

 

Remember to mark the correct answers as a solution, because that helps other users with similar questions

 

View solution in original post

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

You required static routing required both ends to reach each other. traceroute command tell you where it is losing the routing.

 

 

can you post-show ip route 2960 and 1941

 

BB

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

How to Ask The Cisco Community for Help

luis_cordova
VIP Alumni
VIP Alumni

Hi @AbdulmajeedAlmaweri4471 

 

Make sure all devices have the gateway address configured, including the switch:

 

PCB

IP: 192.168.100.13

Mask: 255.255.255.224

Gateway: 192.168.100.1

 

S1

S1(config)# interface vlan 1

S1(config-if)# ip address 192.168.100.10 255.255.255.224

S1(config-if)# no shutdown

S1(config-if)# exit

S1(config)# ip default-gateway 192.168.100.1

 

PCA

IP: 192.168.100.33

Mask: 255.255.255.252

Gateway: 192.168.100.34

 

Regards

 

Remember to mark the correct answers as a solution, because that helps other users with similar questions