cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1491
Views
5
Helpful
4
Replies

Problem pinging router connected to layer 3 switch in packet tracer.

ryan1852
Level 1
Level 1

I have a layer 3 switch with a VLAN 10 interface with IP 172.16.0.30/28. There's a link connecting VLAN 10 devices to the switch. Also connected to the layer 3 switch is a router which I want to ping from VLAN 10. The router's g0/0 interface with IP 200.0.1.1/24 is connected to the layer 3 switches g0/1 interface with IP 200.0.0.2/24. From VLAN 10 I can ping the switch interfaces but I can't ping beyond that. I've tried setting a static route on the switch to the router as follows.

ip route 200.0.1.0 255.255.255.0 200.0.1.1

But pinging 200.0.1.1 from VLAN 10 fails. Any pointers? 

 

1 Accepted Solution

Accepted Solutions

Hello,

 

the interface GigabitEthernet0/1 on the MLS1 switch needs to be configured as below:

 

interface GigabitEthernet0/1
description "to router"
no switchport
ip address 200.0.1.2 255.255.255.0
duplex auto
speed auto

 

The router EXT needs a default route towards the IP address of that interface:

 

ip route 0.0.0.0 0.0.0.0 200.0.1.2

 

Attached the revised, working file.

View solution in original post

4 Replies 4

Hello,

 

post the zipped Packet Tracer project (.pkt) file...

Sure, but note I simplified my post greatly, there's actually quite a few VLANs.

Hello,

 

the interface GigabitEthernet0/1 on the MLS1 switch needs to be configured as below:

 

interface GigabitEthernet0/1
description "to router"
no switchport
ip address 200.0.1.2 255.255.255.0
duplex auto
speed auto

 

The router EXT needs a default route towards the IP address of that interface:

 

ip route 0.0.0.0 0.0.0.0 200.0.1.2

 

Attached the revised, working file.

Working great. That's very kind of you, thank you so much. 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card