http://blog.ipexpert.com/2010/06/07/multicast-mpls-vpns
http://www.garr.it/eventiGARR/emc_training/tutorials/mcast_tutorial.pdf
http://www.cisco.com/application/vnd.ms-powerpoint/en/us/guest/tech/tk363/c1506/ccmigration_09186a00801a2537.ppt
ip multicast-routing
ip multicast multipath
!
interface lo0
ip address 10.5.0.73 255.255.255.255
ip pim sparse-mode
!
!enable pim on all core facing interfaces
interface x/y
description Core-facing-Interface
ip pim sparse-mode
!
!enable SSM
ip pim ssm range 39
access-list 39 permit 239.0.0.0 0.255.255.255
!
!Configure multicast VRF ทำแค่บนตัวที่ต่อกับตัว Decoder
!Default MDT Configure
ip vrf IPTV-M
rd aaa:bbb
route-target export aaa:bbb
route-target import aaa:bbb
mdt default 239.11.1.1 -> สร้าง GRE Tunnel Multicast ต้องมี เป็น mandatory
!
ip multicast-routing vrf IPTV-M
!
interface x/y.z
description test IPTV
encapsulation dot1Q z
ip vrf forwarding IPTV-M
ip pim sparse-mode
ip address 10.239.7.1 255.255.255.252
!
router bgp aaa
address-family ipv4 mdt -> ไม่ใส่ pim neighbor ไม่ขึ้น
neighbor 10.5.0.252 activate
neighbor VPN-RR send-community both
!
ip pim vrf IPTV-M rp-address 10.239.1.1
! Core-CRS
!
multicast-routing address-family ipv4
multipath
interface all enable
ssm range 39
!
ipv4 access-list 39
10 permit 239 .0.0.0 0.255.255.255
router bgp aaa
address-family ipv4 mdt
neighbor VPN-RR-CLIENT activate
neighbor VPN-RR-CLIENT send community both
neighbor VPN-RR-CLIENT route-reflector-client
neighbor 10.5.0.73 peer-group VPN-RR-CLIENT
ip igmp snooping
http://blog.ipexpert.com/2011/02/09/testing-source-specific-multicast
http://www.cisco.com/en/US/docs/ios_xr_sw/iosxr_r3.8/multicast/configuration/guide/mc38mcst.html
https://learningnetwork.cisco.com/docs/DOC-3671
Cable, Satellite, IPTV & OTT Streaming: What the difference?
broadbandnow.com/report/cable-vs-satellite-vs-iptv-vs-ott-streaming
It looks like you're new here. If you want to get involved, click one of these buttons!