Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||||||||
|
Posted by Hemat Maheshwari on April 22, 2006, 12:51 am
Please log in for more thread options Hi ! The scenerio is Like this : I am on my laptop which is connected with the Access Switch 2950, The access switch is connected with the Distribution 3550 Switch and 3550 Distribution is connected with the Core Switch. There are multiple VLANs and other locations are also connected in the same way with this Core swithc.I am trying for the multicasting audio /streaming. CORE(config)#interface vlan 22 CORE(config-if)#ip pim version 2 CORE(config-if)#ip pim dense-mode CORE(config-if)#ip cgmp CORE(config)#ip multicast-routing CORE(config)#interface vlan 99 CORE(config-if)#ip pim version 2 CORE(config-if)#ip pim dense-mode CORE(config-if)#ip cgmp Access Switch is L2 switch and didnt use any command for multicasting. I configured the following command on the Core Switch and installed a application for audio streaming LIVE CASTER. when i select the audio file and assign the IP address on the user of VLAN 22, the LIVE Caster starts the playing file but on the user of VLAN 22 there is no respone. I have debug ip cgmp , but didnt see any thing . Where can be the problem? Where I need to make the changes ? | ||||||||||||||||
|
Posted by stephen on April 22, 2006, 10:19 am
Please log in for more thread options the problem here is that you dont have enough info to understand where things are going wrong - so you need to do some testing to sort that out. get it working locally within a single VLAN 1st. (if it doesnt the application / pc / server / IP stack is broken so no point going on). then try it with the devices connected directly to a single layer 3 switch - use PIM v2 - i prefer sparse mode to make sure periodic flooding doesnt cause problems.. check that the layer 3 switch is getting the group registrations and that traffic is flowing in the hardware switching path - this is turned off by default on a Catalyst 6500 running in IOS mode once it works on a single L3 switch you can add more switches and make sure the topology discovery and so on is working. i would not use cgmp either (since it is cisco proprietary, and i havent seen a good enough description to let me hunt a problem with a sniffer) - if you must have layer 2 switches limiting where the streams go then maybe IGMP snooping is better. Finlly if you campus has vlans that cross a lot of trunks, remember that you might get a copy of each stream in each vlan if there are recievers in each. >
--
Regards stephen_hope@xyzworld.com - replace xyz with ntl | ||||||||||||||||
|
Posted by Merv on April 23, 2006, 6:40 am
Please log in for more thread options what value did you set the Time to Live (TTL) to ?
| ||||||||||||||||
|
Posted by Mark Williams on April 24, 2006, 11:18 am
Please log in for more thread options Are you tried to stream the file to the IP address of the host on VLAN
22? That's not multicasting. The host on VLAN 22 should have a standard IP address, and you should configure the multicasting application to stream to a multicast address. You can safely use addresses in the 239.255.000.000-239.255.255.255 range. Make sure that your receiving application is truly multicast compliant. The 3550 and 2970 will probably have IGMP snooping enabled by default. If the receiving application does not send out IGMP join requests, the distribution and access switches will not forward multicast traffic out the necessary ports. Also check the TTL of the sending application. | ||||||||||||||||
| Similar Threads | Posted |
| Multicasting b/w VLANs | April 22, 2006, 12:51 am |
| MultiCasting over Multiple Vlans. | June 21, 2006, 10:11 am |
| Multicasting over VPN | September 7, 2006, 8:10 pm |
| Multicasting | September 16, 2007, 12:05 am |
| Set up multicasting/ iptv lab | January 24, 2007, 10:00 am |
| multicasting across segments | June 30, 2008, 2:10 pm |
| Windows - Browsing across vlans and also DC's on separate vlans | November 16, 2005, 9:26 pm |
| Aironet 1400 and Multicasting? | May 9, 2006, 7:07 am |
| Multicasting + Cisco 10k + Juniper E320 | April 24, 2008, 2:26 am |
| understand multicasting from the client/host perspective . | June 25, 2006, 2:07 pm |
| 10.0.0.0/16 and a 10.0.1.0/24 VLANs on the same box? | August 9, 2005, 10:03 am |
| VLANs | March 31, 2006, 3:49 pm |
| PIX 5.6 (no E) VLANs? | July 18, 2006, 5:19 pm |
| Not seeing all VLANS | October 12, 2007, 3:45 am |
| Loopback and VLANS | October 30, 2005, 12:10 am |

Multicasting b/w VLANs
Yahoo!
Windows Live
del.icio.us
digg
Netscape 





> Hi !
>
> The scenerio is Like this :
>
> I am on my laptop which is connected with the Access Switch 2950,
> The access switch is connected with the Distribution 3550 Switch and
> 3550 Distribution is connected with the Core Switch.
>
> There are multiple VLANs and other locations are also connected in the
> same way with this Core swithc.I am trying for the multicasting audio
> /streaming.
>
> CORE(config)#interface vlan 22
> CORE(config-if)#ip pim version 2
> CORE(config-if)#ip pim dense-mode
> CORE(config-if)#ip cgmp
>
>
> CORE(config)#ip multicast-routing
> CORE(config)#interface vlan 99
> CORE(config-if)#ip pim version 2
> CORE(config-if)#ip pim dense-mode
> CORE(config-if)#ip cgmp
>
> Access Switch is L2 switch and didnt use any command for multicasting.
>
> I configured the following command on the Core Switch and installed a
> application for audio streaming LIVE CASTER.
> when i select the audio file and assign the IP address on the user of
> VLAN 22, the LIVE Caster starts the playing file but on the user of
> VLAN 22 there is no respone.
> I have debug ip cgmp , but didnt see any thing .
>
> Where can be the problem? Where I need to make the changes ?