Routing between 3 Vlans

MicahNguyen
Member
Posts: 28
Joined: 14 Jun 2015 22:52

Routing between 3 Vlans

Post by MicahNguyen »

Hi All,
I have problem about vlans, can you guide me to resolve:
I have 3 vlan2: 100 for Management, 101 for Cameras, 102 for Record Server.
So how can I routing between them? Pls guide me to config
devnull
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 976
Joined: 07 Sep 2010 10:16
Location: Germany

Re: Routing between 3 Vlans

Post by devnull »

have a ip interface inside every vlan
e.g.
ip interface mgmt address 192.168.100.1/24 vlan 100
ip interface camera address 192.168.101.1/24 vlan 101
ip interface server address 192.168.102.1/24 vlan 102

On each end station have a default route pointing to its Switch IP.
e.g. the server has an ip out of 192.168.102.X with a DG pointing to 192.168.102.1
e.g. the cameras have ips out of 192.168.101.X with a DG pointing to 192.168.101.1

thats all
MicahNguyen
Member
Posts: 28
Joined: 14 Jun 2015 22:52

Re: Routing between 3 Vlans

Post by MicahNguyen »

devnull wrote:have a ip interface inside every vlan
e.g.
ip interface mgmt address 192.168.100.1/24 vlan 100
ip interface camera address 192.168.101.1/24 vlan 101
ip interface server address 192.168.102.1/24 vlan 102

On each end station have a default route pointing to its Switch IP.
e.g. the server has an ip out of 192.168.102.X with a DG pointing to 192.168.102.1
e.g. the cameras have ips out of 192.168.101.X with a DG pointing to 192.168.101.1

thats all
My problem has resolve. But have a new issue: how to config vlans on aggregation link?
devnull
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 976
Joined: 07 Sep 2010 10:16
Location: Germany

Re: Routing between 3 Vlans

Post by devnull »

tagging 100,102,103 to linkagg 1

vlan 100 802.1q 1
vlan 102 802.1q 1
vlan 103 802.1q 1
(where 1 is the linkagg number)

tagging 102,103 to linkagg 1 having 100 as default (untagged vlan)
vlan 100 port-default 1
vlan 102 802.1q 1
vlan 103 802.1q 1
MicahNguyen
Member
Posts: 28
Joined: 14 Jun 2015 22:52

Re: Routing between 3 Vlans

Post by MicahNguyen »

devnull wrote:tagging 100,102,103 to linkagg 1

vlan 100 802.1q 1
vlan 102 802.1q 1
vlan 103 802.1q 1
(where 1 is the linkagg number)

tagging 102,103 to linkagg 1 having 100 as default (untagged vlan)
vlan 100 port-default 1
vlan 102 802.1q 1
vlan 103 802.1q 1

Thanks you so much!
MicahNguyen
Member
Posts: 28
Joined: 14 Jun 2015 22:52

Re: Routing between 3 Vlans

Post by MicahNguyen »

MicahNguyen wrote:Hi All,
I have problem about vlans, can you guide me to resolve:
I have 3 vlan2: 100 for Management, 101 for Cameras, 102 for Record Server.
So how can I routing between them? Pls guide me to config
I'm using 6450-U24 and 6450-24 as core switch and 6450-24L as access switch for IPTV system.
TVs connect to 6450-24L access switches, Servers connect to 6450-24 core switches.
I enable ip multicast on core switch as below:
ip multicast status enable
ip multicast querying enable
ip multicast spoofing enable
ip multicast zapping enable
ip multicast proxying enable

I just only enable ip multicast switching feature on access switches
ip multicast status enable
ip multicast querier-forwarding enable

So now, I need to config ip multicast for vlans?
devnull
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 976
Joined: 07 Sep 2010 10:16
Location: Germany

Re: Routing between 3 Vlans

Post by devnull »

If have absolutely zero experiences with Multicast.
Sorry.
MicahNguyen
Member
Posts: 28
Joined: 14 Jun 2015 22:52

Re: Routing between 3 Vlans

Post by MicahNguyen »

devnull wrote:If have absolutely zero experiences with Multicast.
Sorry.
Truly, I have no experiences with Alcatel & Switching :(
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1886
Joined: 01 Jul 2008 10:51
Location: Germany

Re: Routing between 3 Vlans

Post by silvio »

Hi,
if the cameras and record-servers for this cameras are in different vlans ... and your cameras uses multicast for the stream to the Servers... than you need Multicast-Routing. Your commands for MC-Switching (in the same vlan) are correct.
You have to enable MC-Routing like PIM or DVMRP. If you have only one router-switch without Routing protocolls like OSPF or RIP than you have to enable DVMRP. But unfortunately this is an advanced Routing Feature and not available at 6450 (only 6850E, 9000E, 6860, 6900, 10k). So your onliest chance is to put your Servers in the same vlan like the cam's.
regards
Silvio
MicahNguyen
Member
Posts: 28
Joined: 14 Jun 2015 22:52

Re: Routing between 3 Vlans

Post by MicahNguyen »

silvio wrote:Hi,
if the cameras and record-servers for this cameras are in different vlans ... and your cameras uses multicast for the stream to the Servers... than you need Multicast-Routing. Your commands for MC-Switching (in the same vlan) are correct.
You have to enable MC-Routing like PIM or DVMRP. If you have only one router-switch without Routing protocolls like OSPF or RIP than you have to enable DVMRP. But unfortunately this is an advanced Routing Feature and not available at 6450 (only 6850E, 9000E, 6860, 6900, 10k). So your onliest chance is to put your Servers in the same vlan like the cam's.
regards
Silvio
Hi Silvio,

You mean that OS6450 not support PIM or DVMRP?
Post Reply

Return to “OmniSwitch 6450”