- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- IPTV igmp-snooping
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2018 02:38 AM
11-11-2018 02:38 AM
IPTV igmp-snooping
Hello Dears,
i am having iptv service on a server connected directly to the core switch 10508 on vlan 60, and edge switches connected to the core, and the config as follows:
Core Config:
vlan 60
name IPTV
description IPTV
igmp-snooping enable
igmp-snooping drop-unknown
igmp-snooping version 3
igmp-snooping querier
interface Vlan-interface60
description IPTV
ip address 10.6.60.1 255.255.0.0
pim dm
igmp enable
igmp version 3
edges config:
vlan 60
name IPTV
description IPTV
igmp-snooping enable
igmp-snooping drop-unknown
igmp-snooping version 3
the issue is that sometimes when we turn the tv on it takes to much time to get us the welcome page for the iptv service, (3 mins), which is too much but the streaming is good and stable, and even when i try to ping from the core to the iptv server the ping is continuous with success rate 100%.
so do you have any recommecndation for a better config?
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2018 05:37 AM
11-12-2018 05:37 AM
Re: IPTV igmp-snooping
Hello
Try to use pim sm instead of pim dm.
- PIM-SM is based on a "join protocol", where traffic is not forwarded on a segment unless an explicit request originates (typically through IGMP) from the network segment.
- PIM-DM is based on a "flood and prune" mechanism, where everyone receives traffic until they explicitly inform (through the PIM-DM prune mechanism) that they do not want that particular stream. Thus, PIM-DM is typically deployed in topologies where listeners are densely populated. And PIM-SM is typically deployed where the receivers are sparsely populated over the network, so that most of the network segments’ bandwidth is conserved. You can configure dense mode or sparse mode on a per-interface basis. After they are enabled, some interfaces can run dense mode, while others run sparse mode. (reference)
for configuration details see following configuration guide.