- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2012 07:24 AM - edited 03-07-2019 06:20 AM
Hello techs, I am having some minor problems with my network config and I am hoping you can assist...
L3 switch
VTP server
Vlan 200
ip 192.168.200.5/24
vlan 201
ip 192.168.201.1/24
vlan 203
ip 192.168.203.1/24
L2 sw
VTP client
switch port access vlan 201
vlan 201 - ip 192.168.201.5/24
L2 sw
VTP client
switch port access vlan 201
vlan 201 - ip 192.168.201.6/24
I have a desktop plugged into the 200 network and a desktop plugged into the 201 network.
ip 192.168.200.200/24 DG 192.168.200.5
ip 192.168.201.100/24 DG 192.168.201.1
-I can ping the virtual interfaces from within the switches. But cannot ping to a desktop with a static IP iether from 192.168.200.x or 192.168.201.x.
What am i missing here? I have done this setup many times and have compared it to other production environement as well.
Any help is greatly appreciated.
Thanks in advance.
Solved! Go to Solution.
- Labels:
-
LAN Switching
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2012 08:35 AM
Hamid,
You'll need to have routing turned on the switch to be able to route between vlans:
ip routing
Then you'll need to have a default gateway configured on your hosts to point to their respective gateways.
HTH,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2012 08:07 AM
Update...
i am now able to ping to all virtual interfaces. I am not able to ping from a device from 192.168.200.x to a device on 192.168.201.x. I am able to ping from the 192.168.201.x device to the L3 interfaces.
Do I need to add a gateway?
If some can advise on on guidance, it would be much appreciated.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2012 08:35 AM
Hamid,
You'll need to have routing turned on the switch to be able to route between vlans:
ip routing
Then you'll need to have a default gateway configured on your hosts to point to their respective gateways.
HTH,
John
