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

Packet tracer SW3560 static routing not working

nuggetinu
Level 1
Level 1

Hi,

 

I am just trying some VLAN routing using the 3560 switches in packet tracer. I have created a vlan 4 on switch A with vlan interface being 10.0.0.254 and vlan 5 on switch B with vlan interface being 172.16.1.254. A layer 3 trunk has been established, on switch A fa0/2 192.168.1.1 and on switch B fa0/2 192.168.1.2.

 

To enable communciation between the 2 PC on different VLANS i have tried performing the below static routes which are showing in the running config but not in the show ip route results. Also, 192.168.1.1 is able to ping 192.168.1.2.

 

SWA - ip route 10.0.0.0 255.255.255.0 192.168.1.2

SWB - ip route 172.16.1.0 255.255.255.0 192.168.1.1

I also tried through the interfaces to no avail.

SWA - ip route 10.0.0.0 255.255.255.0 fa0/2

SWB - ip route 172.16.1.0 255.255.255.0 fa0/2

The PCs are only able to communicate through default routes set on each switch, i.e

 

SWA - ip route 0.0.0.0 0.0.0.0 192.168.1.2

SWB - ip route 0.0.0.0 0.0.0.0 192.168.1.1

I am attaching the packet tracer file for your perusal. Why are the normal static routes not being applied/working? Thanks for the help

1 Accepted Solution

Accepted Solutions

Hello,

 

your static routes are misconfigured. Add the below:

 

DLS1(config)#ip route 172.16.1.0 255.255.255.0 FastEthernet 0/2

 

DLS2(config)# ip route 10.0.0.0 255.255.255.0 FastEthernet 0/2

View solution in original post

4 Replies 4

The .pkt file contains an empty project. Best to save the file as .pkt, then rename it to .jpg and post it...

just did. Thanks!

Hello,

 

your static routes are misconfigured. Add the below:

 

DLS1(config)#ip route 172.16.1.0 255.255.255.0 FastEthernet 0/2

 

DLS2(config)# ip route 10.0.0.0 255.255.255.0 FastEthernet 0/2

my bad! Thanks!
Review Cisco Networking for a $25 gift card