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

Packet tracer issue

bonneymark
Level 1
Level 1

Hi guys

Have a packet tracer session I have multiple routers set up with > 1 switches attached to these. I am trying to ping 172.17.0.0/24 network from a pc connected to the router below.

I can successfully ping from the router itself, but the pc does not get passed the gateway. 
Can ping 172.17.1.129, 172.17.2.54.

Unable to ping 172.17.2.53 (interface connected to s0/0/0).

Can anyone determine what I am missing?

Using 955 bytes
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!

hostname TEST1
!

enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!

!
license udi pid CISCO1941/K9 sn FTX15248LE3
!

no ip domain-lookup
!

!spanning-tree mode pvst
!

!
interface GigabitEthernet0/0
ip address 172.17.1.193 255.255.255.192
duplex auto
speed auto
!

interface GigabitEthernet0/1
ip address 172.17.1.129 255.255.255.192
duplex auto
speed auto
!

interface Serial0/0/0
ip address 172.17.2.54 255.255.255.252
clock rate 2000000
!

interface Serial0/0/1
no ip address
shutdown
!

interface Vlan1
no ip address
shutdown
!

!
ip classless
ip route 172.17.0.0 255.255.255.0 172.17.2.53 
ip route 172.17.1.0 255.255.255.128 172.17.2.53

1 Reply 1

Roger De Couto
Level 1
Level 1

Hello, It's a bit hard to determine the fault without looking at your network diagram. Are you able to upload a screenshot of your network diagram please?

Which port is the PC connected to? and what's the PC's IP address details?

Also, post the output for 'show ip int brief' command