Hi everyone,
I have some basic questions regarding multicast and was hoping someone here can help me out. This is going to become a long posting as I'm trying to setup a large multicast network for IPTV and audio broadcasting. I've decided to break down the setup in small junks and hopefully get as much help\info\feedback as possible on each section.
I have a large background in networking but unfortunetly I've never really worked with multicasting. I've been reading up on it for the last month but I get confused with the information overload.
My first question is
"How do I control multicating at L2 without a router?"
After reading a lot on this subject, I've come to the conclusion that I need to make static mac table entries. IGMP snooping\CGMP from what i gather requires a mrouter to receive the forwarding table created by the l2 switch.
Is this true?
The first part of the design does not have a router. The video feeds are flooded onto a 2900 sw and are sent to an encapsulator on port fa0/24. Ports fa0/1-8 contain different encoders pumping out seperate multicast traffic.
[Video Encoders]
|||||||| -) ports fa0\1-8
[Cisco 2960 or 2950]
| -)port fa0/24
[Encapsulator]
My multicast address are the following:
230.0.0.10 = 0100.5e00.000A
230.0.0.20 = 0100.5e00.0014
230.0.0.30 = ....
230.0.0.40 = ....
230.0.0.50 = ....
230.0.0.60 = ....
230.0.0.70 = ....
230.0.0.80 = ....
So following the static mac entries path, this is what I was planning to configure on my 2900 sw:
2900(config)#no ip igmp snooping vlan 1
2900(config)#mac-address-table static 0100.5e00.000A vlan 1 interface fa 0/24
2900(config)#mac-address-table static 0100.5e00.0014 vlan 1 interface fa 0/24
2900(config)#mac-address-table ... (rest of multicast adds)
By applying these commands, all multicast traffic from 230.0.0.10-80 will now only be forwarded to fa0/24 but all other multicast traffic will continue to flow.
Does this make sense or am I going at it the wrong way? If i need to implement a l3 sw, I will!
Hope to hear from someone soon,
Evan
I have some basic questions regarding multicast and was hoping someone here can help me out. This is going to become a long posting as I'm trying to setup a large multicast network for IPTV and audio broadcasting. I've decided to break down the setup in small junks and hopefully get as much help\info\feedback as possible on each section.
I have a large background in networking but unfortunetly I've never really worked with multicasting. I've been reading up on it for the last month but I get confused with the information overload.
My first question is
"How do I control multicating at L2 without a router?"
After reading a lot on this subject, I've come to the conclusion that I need to make static mac table entries. IGMP snooping\CGMP from what i gather requires a mrouter to receive the forwarding table created by the l2 switch.
Is this true?
The first part of the design does not have a router. The video feeds are flooded onto a 2900 sw and are sent to an encapsulator on port fa0/24. Ports fa0/1-8 contain different encoders pumping out seperate multicast traffic.
[Video Encoders]
|||||||| -) ports fa0\1-8
[Cisco 2960 or 2950]
| -)port fa0/24
[Encapsulator]
My multicast address are the following:
230.0.0.10 = 0100.5e00.000A
230.0.0.20 = 0100.5e00.0014
230.0.0.30 = ....
230.0.0.40 = ....
230.0.0.50 = ....
230.0.0.60 = ....
230.0.0.70 = ....
230.0.0.80 = ....
So following the static mac entries path, this is what I was planning to configure on my 2900 sw:
2900(config)#no ip igmp snooping vlan 1
2900(config)#mac-address-table static 0100.5e00.000A vlan 1 interface fa 0/24
2900(config)#mac-address-table static 0100.5e00.0014 vlan 1 interface fa 0/24
2900(config)#mac-address-table ... (rest of multicast adds)
By applying these commands, all multicast traffic from 230.0.0.10-80 will now only be forwarded to fa0/24 but all other multicast traffic will continue to flow.
Does this make sense or am I going at it the wrong way? If i need to implement a l3 sw, I will!
Hope to hear from someone soon,
Evan