Issue Description | I have some difficulties to configure triple play services : HSI IPTV (with multicast o HSI : gemport 1 o VoIP : gemport 2 o IPTV : gemport 3 Unfortunately all upstream traffic is carried only by the gemport 1 even if a dscp-to-pbit mapping table is use and the dscp values are correctly set by the CPE (verified with wireshark). The multicast doesn’t work. Ont-lineprofil 502 configuration ont-lineprofile gpon profile-id 502 profile-name "FTTHGP_Multicast" fec-upstream enable gem mapping 1 0 priority 0 gem mapping 3 0 priority 4 quit
|
Solution | The “ont-lineprofile gpon profile-id 5” with three gemport,it’s mapping by vlanid and priority, so the packets from CPE need to carry correct vlanid and priority(packets with “vlan 502 priority 0” or with “vlan 502 priority 5” or with “vlan 85 priority 4”). If CPE sent packets without vlan and priority, the packets will be discarded by ONT. Please follow the principle each priority will be mapping to different gem when you using priority/vlan-priority mode in line-profile. |