cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
376
Views
0
Helpful
0
Replies

VDSL2 dialer IGMP/Multicast help

David Imrie
Level 1
Level 1

HI guys,

I have been trying to get IPTV to work with my ISP for some time now and I'm really struggling.

My ISP is BT infinity (FTTC)

 

I have found these hints on the internet:

  • "IGMPv3 is used to control access to multicast.
  • Multicast traffic sits in a seperate VLAN to your normal ISP data traffic (i.e not inside the PPPoE session).
  • VLAN membership tags are stripped as they leave the Openreach network and are sent to the customer modem.
  • IGMP membership requests are rewritten to a source address of 0.0.0.0, and any VLAN tags are stripped as they enter the Openreach network from the customer modem."

 

This is my core config :

 

ip multicast-routing
ip cef
no ipv6 cef
!
controller VDSL 0
 operating mode vdsl2
!
!
bridge irb
!
!
!
!
interface Ethernet0
 no ip address
!
interface Ethernet0.101
 encapsulation dot1Q 101
 pppoe enable group global
 pppoe-client dial-pool-number 1
!
interface ATM0
 no ip address
 shutdown
 no atm ilmi-keepalive
!
interface FastEthernet3
 switchport access vlan 102
 no ip address
 spanning-tree portfast
!
interface Vlan102
 no ip address
 ip pim sparse-dense-mode
 ip virtual-reassembly in
 bridge-group 100
!
interface Dialer1
 description **BT INFINITY**
 mtu 1492
 ip address negotiated
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip flow ingress
 ip pim sparse-dense-mode
 ip nat outside
 ip virtual-reassembly in
 encapsulation ppp
 ip tcp adjust-mss 1452
 dialer pool 1
 ppp authentication pap chap ms-chap callin
 ppp chap hostname bt@btinternet.com
 ppp chap password 0 password
 ppp ipcp dns request
 ppp ipcp address accept
 no cdp enable
!
interface BVI100
 description L3 interface for Fa0 and Fa1 bridge group 100
 ip address 10.0.1.1 255.255.255.0
 ip pim sparse-dense-mode
 ip nat inside
 ip virtual-reassembly in
 ip tcp adjust-mss 1350
 ip igmp helper-address udl Dialer1
 ip igmp mroute-proxy Dialer1
 ip igmp proxy-service
!
ip forward-protocol nd
!

 

 

I can see examples of working config here:

http://forums.whirlpool.net.au/archive/797801

but these people are using ATM where as I am PPOE.

 

 

I have tried debugging IGMP but all i get is link local multicast stuff.

 

 

0 Replies 0