Unsolved
This post is more than 5 years old
7 Posts
0
37492
April 25th, 2006 08:00
Multicast routing between vlan on 6024F
Can someone tell me how to setup multiicast routing between VLANs on a 6024F??
Unsolved
This post is more than 5 years old
7 Posts
0
37492
April 25th, 2006 08:00
Top
DELL-Cuong N.
1K Posts
0
April 25th, 2006 11:00
lesframpton
7 Posts
0
April 26th, 2006 10:00
Thanks for the reply and I apologies for the random question. After looking through the documentations I still can route multicast traffic from one VLAN to another
Setup
Receiver edge switch router core switch source 224.1.1.10
Client vlan 101 3424 6024F 3424 VideoServer vlan 100
Enabled on both the core and edge switches
Layer 2 links to the 6024
Enable on 6024F
I can’t access the Video server on the core switch when connect to the Edge switch.
lesframpton
7 Posts
0
April 26th, 2006 10:00
Message Edited by lesframpton on 04-26-200606:38 AM
ToeSide
1 Rookie
•
63 Posts
0
April 27th, 2006 14:00
no spanning-tree
bridge multicast filtering
interface ethernet e24
switchport mode trunk
exit
vlan database
vlan 100-101
exit
interface ethernet e1
switchport access vlan 100
exit
interface ethernet e24
switchport trunk allowed vlan add 100
exit
interface ethernet e24
switchport trunk allowed vlan add 101
exit
ip igmp snooping
interface vlan 100
ip igmp snooping
exit
interface vlan 101
ip igmp snooping
exit
interface vlan 100
ip address 192.168.1.200 255.255.255.0
exit
bridge multicast filtering
interface ethernet e24
switchport mode trunk
exit
vlan database
vlan 100-101
exit
interface ethernet e1
switchport access vlan 100
exit
interface ethernet e24
switchport trunk allowed vlan add 100
exit
interface ethernet e2
switchport access vlan 101
exit
interface ethernet e24
switchport trunk allowed vlan add 101
exit
ip igmp snooping
interface vlan 100
ip igmp snooping
exit
interface vlan 101
ip igmp snooping
exit
interface vlan 100
ip address 192.168.1.201 255.255.255.0
exit
bridge multicast filtering
interface range ethernet g(23-24)
switchport mode trunk
exit
vlan database
vlan 100-101
exit
interface range ethernet g(23-24)
switchport trunk allowed vlan add 100
exit
interface range ethernet g(23-24)
switchport trunk allowed vlan add 101
exit
ip igmp snooping
interface vlan 100
ip igmp snooping
exit
interface vlan 101
ip igmp snooping
exit
interface vlan 100
ip address 192.168.1.254 255.255.255.0
exit
interface vlan 101
ip address 10.1.1.254 255.255.255.0
exit
ip multicast-routing
interface vlan 100
ip dvmrp
exit
interface vlan 101
ip dvmrp
exit
interface vlan 100
ip igmp
exit
interface vlan 101
ip igmp
exit
lesframpton
7 Posts
0
April 28th, 2006 07:00
Hi Toeside, I've applied you config to my setup and noticed that you have spanned Vlan 100 (video Server LAN) across all switch which tells me it working a Layer 2 and not actually routing across the 6024F. When I patch the client into E1 VLAN 100 on 3424B it works but then patch the client into E2 VLAN 101 on 3424B it fails.
I want the 6024F to route all multicast traffic when it leaves VLAN 100 using the DVMRP to VLAN 101. The 3424b switch should only have Vlan 101 configured and trunked to the 6024F
What I'm trying to do.
ToeSide
1 Rookie
•
63 Posts
0
April 28th, 2006 07:00
lesframpton
7 Posts
0
April 28th, 2006 08:00
bridge multicast filtering
interface ethernet e24
switchport mode trunk
exit
vlan database
vlan 100-101
exit
interface ethernet e1
switchport access vlan 100
exit
interface ethernet e24
switchport trunk allowed vlan add 100
exit
interface ethernet e24
switchport trunk allowed vlan add 101
exit
ip igmp snooping
interface vlan 100
ip igmp snooping
exit
interface vlan 101
ip igmp snooping
exit
interface vlan 100
ip address 172.16.100.200 255.255.255.0
exit
no spanning-tree
bridge multicast filtering
interface ethernet e24
switchport mode trunk
exit
vlan database
vlan 100-101
exit
interface ethernet e1
switchport access vlan 100
exit
interface ethernet e24
switchport trunk allowed vlan add 100
exit
interface ethernet e2
switchport access vlan 101
exit
interface ethernet e24
switchport trunk allowed vlan add 101
exit
ip igmp snooping
interface vlan 100
ip igmp snooping
exit
interface vlan 101
ip igmp snooping
exit
interface vlan 100
ip address 172.16.100.200 255.255.255.0
exit
Router Configuration
-----------------------------
bridge multicast filtering
interface range ethernet g(23-24)
switchport mode trunk
exit
vlan database
vlan 100-101
exit
interface range ethernet g(23-24)
switchport trunk allowed vlan add 100
exit
interface range ethernet g(23-24)
switchport trunk allowed vlan add 101
exit
ip igmp snooping
interface vlan 100
ip igmp snooping
exit
interface vlan 101
ip igmp snooping
exit
interface vlan 100
ip address 172.16.100.254 255.255.255.0
exit
interface vlan 101
ip address 172.16.101.254 255.255.255.0
exit
ip multicast-routing
interface vlan 100
ip dvmrp
exit
interface vlan 101
ip dvmrp
ToeSide
1 Rookie
•
63 Posts
0
April 28th, 2006 08:00
Hi Les,
I've also just experienced some problems with getting VLC to work in both Vlans with the Multicast setting. It does however work if you select the HTTP option for transmitting within VLC and on the client VLC side input http://192.168.1.10:8080 (server ip).
It will be next week before I can investigate this fully (Public Holiday on Monday:), hopefully the above is also an option for you?
lesframpton
7 Posts
0
April 28th, 2006 09:00