Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

3750 and routing issue

Status
Not open for further replies.

mhommer

IS-IT--Management
Joined
Nov 10, 2005
Messages
1
Location
DE
I am configuring a small network. I want to use a pair of 3750 switches to route traffic across my tie line rather than purchase additional routers. I have configured the switches with static routing and can ping from the switch to a server on the far side. However, from a client on the near side, I cannot ping that same server. What am I missing?

Near Side
Vlan 816 10.10.16.254 255.255.255.0 Client vlan
Vlan 819 10.10.19.254 255.255.255.0 Server vlan
Int g1/0/1 192.168.10.10 255.255.255.0
ip route 10.11.0.0 255.255.0.0 192.168.10.0

Far Side
Vlan 916 10.11.16.254 255.255.255.0 Client vlan
Vlan 919 10.11.19.254 255.255.255.0 Server vlan
Int g1/0/1 192.168.10.11 255.255.255.0
ip route 10.10.0.0 255.255.0.0 192.168.10.0

Client has the vlan as the default GW
 
You'll probably have to post the config from the 3750's to see how they are setup . things to check , make sure the layer 2 vlan is created . Make sure the layer3 SVI is defined for each vlan . Make sure your user ports are in the correct vlan .
 
First off...

Did you enable ip routing?
Where is the subnet 192.168.10.0 at? That is where you re- directing the packets.

Can't tell what your default gateway is, but I doubt your router is 192.168.10.0.

your routing should looke kinda like this (mine works).

ip default-gateway 192.168.10.5
ip classless
ip route 172.16.1.0 255.255.255.0 192.168.10.5
That's it...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top