Hi Everyone,
I've been ripping my hair out for the past couple of days trying to wrap my head around multicast control. Although I believe I've set up my L3 switch properly, I'm still not able stop the mcast flooding.
I've been following this post but my configs don't seem to work:
Here's my setup:
1 video source (VLC)outputting multicast 230.0.0.1
[Port G1/0/1]
|
Cisco 3750G with IP Advance Services
|
[Port G1/0/2]
PC with VLC requesting the stream
At the moment, I see the mcast 230.0.0.1 from the PC using Wireshark without VLC being opened after executing the following commands:
Enable IP multicast distributed switching
Specify the Layer 3 interface on which you want to
enable multicast routing
Setup RP
Have I missed something?
Is what I'm trying to accomplish going to work?
My understanding is that PIM is required for ip igmp snooping to work. Should I try to use CGMP or will this only work by specifying my 3750 as a mrouter and attach a cisco 2900 or Linksys SLM2024?
I really appreciate any help even if its pointing me to better documentation.
Thanks in advance,
Joe
I've been ripping my hair out for the past couple of days trying to wrap my head around multicast control. Although I believe I've set up my L3 switch properly, I'm still not able stop the mcast flooding.
I've been following this post but my configs don't seem to work:
Here's my setup:
1 video source (VLC)outputting multicast 230.0.0.1
[Port G1/0/1]
|
Cisco 3750G with IP Advance Services
|
[Port G1/0/2]
PC with VLC requesting the stream
At the moment, I see the mcast 230.0.0.1 from the PC using Wireshark without VLC being opened after executing the following commands:
Enable IP multicast distributed switching
Code:
conft)#ip multicast-routing distributed
Specify the Layer 3 interface on which you want to
enable multicast routing
Code:
conft)#int vlan 100
config-if)#ip address 192.168.100.1 255.255.255.0
config-if)#ip pim sparse-mode
config-if)#no shut
Setup RP
Code:
Switch(config)# access-list 1 permit 230.0.0.1 0.0.0.0
Switch(config)# ip pim rp-address 192.168.100.1 1 override
Switch(config)# ip igmp snooping vlan 100
Have I missed something?
Is what I'm trying to accomplish going to work?
My understanding is that PIM is required for ip igmp snooping to work. Should I try to use CGMP or will this only work by specifying my 3750 as a mrouter and attach a cisco 2900 or Linksys SLM2024?
I really appreciate any help even if its pointing me to better documentation.
Thanks in advance,
Joe