Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VLC player with Cisco IGMP/Mcast problems

Status
Not open for further replies.

dvtestguy

Technical User
Dec 8, 2005
109
US
Not able to see my client join the VLC players streams based on the configs/toplogy below.

I'm running an IGMPv3 SSM environment in a 232.255.x.x range. However, the VLC keeps defaulting to 239.255.255.250 on the Vlan 999 that it's playing into.

Topology:
c6506 --- 4503 <--- VLC --- 4948 <--- Client

cisco6506#sh ip igmp g
IGMP Connected Group Membership
Group Address Interface Uptime Expires Last Reporter
232.255.99.1 Vlan209 17:31:59 stopped 0.0.0.0
224.0.1.40 Loopback0 6w5d 00:02:27 10.115.5.5

cisco6506#sh ip pim rp
Group: 232.255.99.1
Group: 224.0.1.40, RP: 10.115.5.5, next RP-reachable in 00:00:15

cisco6506#sh run int vlan 999
interface Vlan999 (VLC Player vlan)
ip address 10.115.99.5 255.255.255.240
ip pim sparse-mode
ip igmp version 3
shutdown
end
!
interface Vlan209 (Client Vlan)
ip address 10.115.209.5 255.255.255.0
ip pim sparse-mode
ip igmp version 3
end

---

cisco4503#sh run int g1/3
interface GigabitEthernet1/3
switchport access vlan 999
switchport mode access
switchport nonegotiate

cisco4503#sh ip igmp sn g
Vlan Group Version Port List
---------------------------------------
999 239.255.255.250v3 Gi1/3

cisco4948#sh run int g1/9
interface GigabitEthernet1/9
description IGMP Client
switchport access vlan 209
switchport mode access
switchport nonegotiate

cisco4948#sh ip igmp sn g
Vlan Group Version Port List
-----------------------------------------
209 232.255.99.1 v3 Gi1/9
 
My experience with getting Multicasting to get TV around a LAN was that I did 3 things:
- On each Layer3 device:
- globally enable multicast routing (needed Enhanced image on 3750 switches)
- per interface enable PIM sparse-dense mode
- On the multimedia server, change the Multicast-Max-Hop-Count upwards from the "0" it was configured to by default.
 
Not sure I understand your problem though - your VLC is playing onto VLAN 999?
It needs to be multicast-routed over to the VLAN209?
(Why is VLAN 999 "shutdown"?)
Not sure the switch is responsible for the multicast group the clients advertise wanting membership to vs. the address the server is multicasting at ...?
 
Vince,

The VLC player is playing into Vlan 999 and the Client is on Vlan 209. I took the "shutdown" command off vlan 999.

It's an SSM IGMPv3 environment, so I can't have the client and VLC traffic on the same vlan.

The 6506 is the querying switch and the 4503/4948 are snooping switches.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top