I have small problem with OLT and ONT configuration for IPTV.
My config (below) looks like this. PIM is running on Cisco Nexus, and all I want to do is deliver multicast to STB connected to lan4 of ONT.
When it comes to ONT I've created WAN (Bridge), enabled vlan (in my case vlan 200) and added lan4 to this WAN-bridge.
STB gets Ip from DHCP, but multicast doesn;'t flow. I tried completly different approach that I found in some website and it worked (so there's no problem with multicast) Unfortunately I'd like to use profiles as below (if its possible) and I don't know what to do. Vlan 100 - internet, vlan 200 - IPTV.
ont-srvprofile gpon profile-id 10 profile-name "FTTX"
ont-port pots 2 eth 4
port vlan iphost translation 100 user-vlan 100
commit
ont-lineprofile gpon profile-id 10 profile-name "FTTC"
tcont 2 dba-profile-id 20
tcont 4 dba-profile-id 10
gem add 1 eth tcont 4
gem add 2 eth tcont 2
gem mapping 1 0 vlan 100
gem mapping 2 0 vlan 200
commit
quit
service-port 486 vlan 100 gpon 0/16/5 ont 0 gemport 1 multi-service user-vlan 100 tag-transform translate
service-port 487 vlan 200 gpon 0/16/5 ont 0 gemport 2 multi-service user-vlan 200 tag-transform translate
btv
igmp user add service-port 487 no-auth max-program 32 igmp-version v2
multicast-vlan 200
igmp default uplink-port 0/7/1
igmp version v2
igmp match mode disable
igmp multicast-vlan member service-port-list 487
igmp mode snooping
igmp uplink-port 0/7/1

