03-23-2017 01:42 PM - edited 03-08-2019 09:53 AM
I have two vlans called vlan 10 and vlan 11.
Now I cannot ping from vlan 10 to vlan 11. Also Both hosts are in same network
How to configure vlan routing in this scenario ?
03-23-2017 02:55 PM
IT was fine.. your configuration is new to me .. i will try it ..
03-23-2017 02:57 PM
also take in consideration that the switches dont support NAT, a Router is always required.
:-)
03-23-2017 03:00 PM
noted
03-23-2017 02:44 PM
tat mean router on a stick..
Does it has any performance issues, if around 500 clients and router handling the routing. how good is the perfomance at that stage.
03-23-2017 03:14 PM
You need first to verify the company requirements deeply. Take in consideration what kind of traffic you will be generating or receiving through these devices or specific tasks.
Depending of that you could design the network and the select robust switches and routers, also be aligned to a network model like: collapsed or layered 3 model to get high availability, scalability, security, performance etc.
Hope this comment is useful
:-)
03-23-2017 03:15 PM
we have 124 clients with five servers ,one san storage ,one firewall and an isp router (non managable)
03-23-2017 03:26 PM
03-23-2017 03:34 PM
thanks julio.. its helpful....
03-23-2017 03:41 PM
it was a pleasure my friend.
:-)
03-23-2017 02:07 PM
Your topology could be:
PC1 Vlan 10 ---- Layer 2 Switch ---------- PC0 Vlan 11
|
|
Router
Router config
interface 0/0
description POINT-TO-POINT-SWITCH
no shut
interface f0/0.10
description VLAN10
encapsulation dot1q 10
ip add 192.168.10.1 255.255.255.128
interface f0/0.20
description VLAN20
encapsulation dot1q 10
ip add 192.168.20.129 255.255.255.128
Switch Config
Vlan 10
vlan 20
interface f1/0/1
description POINT-TO-POINT-ROUTER
switchport trunk encapsulation dot1q
switchport mode trunk
interface f1/0/2
description PC1
switchport access vlan 10
switchport mode access
no shut
interface f1/0/2
description PC0
switchport access vlan 11
switchport mode access
no shut
Hope it is useful.
:-)
03-23-2017 02:12 PM
How to do an inter vlan routing in a layer 3 switch for the above
03-23-2017 02:15 PM
Hi
On layer 3 devices is not complicated, you need to enable the command: ip routing.
PC1 --- Layer 3 Switch ---- PC2
But I recommend to assign different subnet to each Vlan.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide