Hello, friends.
In most cases, IPTV unicast and multicast are deployed separately, and different VLANs are configured on the OLT.
For example, unicast vlan 100 and multicast vlan 200.
Configuration script:
#
vlan desc 100 description "IPTV_Unicast"
vlan desc 200 description "IPTV_Multicast"
#
interface gpon 0/11
ont add 0 1 sn-auth "485754436CD6xxxx" omci ont-lineprofile-id 10 ont-srvprofile-id 10 desc "TEST"
ont port native-vlan 0 1 eth 2 vlan 100
#
service-port 1356 vlan 100 gpon 0/11/0 ont 1 gemport 0 multi-service user-vlan 100 tag-transform translate
#
btv
igmp user add service-port 1356 no-auth
multicast-vlan 200
igmp version v2
igmp match mode disable
igmp mode proxy
igmp multicast-vlan member service-port-list 1356
igmp uplink-port 0/9/0
#
Thanks.
