GPON Multicast-MVR Configuration and Troubleshooting
GPON Multicast-MVR Configuration and Troubleshooting
GPON Multicast-MVR Configuration and Troubleshooting
3.2. IPTV-Multicast................................................................................................................................................ 11
◆ Support IPV4 Multicast :IGMP V2/V3, IPV6 Multicast: MDL V1/V2 Protocol
◆ Support preview function, including 5 preview parameters: maximum time for a single
preview, preview count allowed, preview interval, auto or manual reset of preview
authority and total preview time.
◆ Support IGMP Group Filter, Allow the specified MAC address to join the multicast group.
1
1.2. Outdoor GPON OLT interface
2
1.3. IPTV Sample Diagram
3
Chapter2 CLI Configuration
4
2.3. Configure VLAN Translation
SKS-OLT8-OUT(config):admin#interface g2/7
/* Enable PON interface
SKS-OLT8-OUT(config):admin#igmp-proxy server-vlan 96
/* Configure the IGMP multicast vlan ID: 96( Same with uplink network planning)
SKS-OLT8-OUT(config-if-igmp-proxy-96):admin#hosts-vlan add 96
/* Configure the hosts vlan :96, layer 2, it is for downlink , same with uplink network planning
5
6
2.6. Configure Multicast Profile
SKS-OLT8-OUT(config):admin#gpon-multicast-profile 1
/* Configure the Multicast profile, ID: 1
SKS-OLT8-OUT(gpon-multicast-profile-1)dynamic-acl-profile 1
/* Bind ACL Profile
SKS-OLT8-OUT(gpon-multicast-profile-1)upstream-vlan replace 90
/* ONU upstream IGMP protocol packet tag vlan replaced 90
/*Before the tag is the WAN interface VLAN tag,for example,it is 10, it will replace to 90
SKS-OLT8-OUT(gpon-multicast-profile-1)downstream-vlan strip
/* Strip the downstream stream VLAN, push to ONU, not effect for downstream multicast stream
/*It support 4 mode, strip(without vlan), add vlan, transparent, replace mode
SKS-OLT8-OUT(gpon-multicast-profile-1)igmp-version igmp-v2
SKS-OLT8-OUT(gpon-multicast-profile-1)fast-leave enable
/* Option, configure the igmp version to IGMP V2, and enable the fast-leave
7
Chapter3 Troubleshooting
Login to the ONU web, check the WAN info, PPPOE VLAN/Multicast VLAN, pppoe username and
account etc.
8
3.1.3. Check the PON and SNI port VLAN
There have 3 entry(3 ONU online), it mean the PON to ONU WAN interface connection OK
SKS-OLT8-OUT(config)show mac-table address
index vlan id mac address type port
------- ------- -------------- ---------- ------
000001 0001 0018.82C5.0743 dynamic t00/01
000002 0001 001F.CE5A.83F2 dynamic t00/01
000003 0001 B4B6.86E9.51DF dynamic s01/06
000004 0096 001E.7A2C.7F1B dynamic t00/01
000013 0418 0090.E829.0059 dynamic t00/01
000014 0418 087B.AA09.8170 static c03/01
000015 0418 1C7E.E565.2200 dynamic t00/01
000016 0418 249E.ABA8.BBD7 dynamic t00/01
000021 0418 FC75.16FC.52E0 dynamic t00/01
000022 0534 142E.5EB5.9171 dynamic g02/07
000023 0534 30D1.7EE2.01FC dynamic g02/07
000029 0534 E0D9.E387.7D37 dynamic g02/07
9
3.1.5. Check PPPoE Protocol Packet
Connect the LAN port the outdoor OLT GE5, run wireshark
Configure the display filer: pppoed
This case we only capture the PADI packet, it show the uplink server not answer, check the
uplink network---uplink switch remove the PPPoE VLAN.
If we can capture the PADI packet it mean the ONU already sent the packet to OLT uplink
The pppoe Server not answer, we need check the uplink network or Configuration
10
3.2. IPTV-Multicast
Most important: one VLAN carry all service, Whether Wan mode is DHCP or PPPoE,it must
get IP address , the IPTV service to operate normally
OK
11
---------------------------------------------------------------
Another way , we can check the specified GEM port:4095(only for multicast)traffic
GEM Port: 4095(DEBUG MODE only) is special for IGMP multicast Stream
SKS-OLT8-OUT(dbg):GOD# gpon statistic gem 2/7 4095
-------------------------------------------
gpon pon[g2/7] gemport[4095] pm data
rx_packets :0
rx_bytes :0
tx_packets : 362058
tx_bytes : 494558248
It show there have traffic, so if IPTV still can’t watch the program, it mean the ONU drop
12
the Traffic, we need check the ONU configuration
13
3.2.5. Check IGMP Protocol packet
IGMP Report-Upstream
1. IPTV Box send the report packet to ONU, ONU will add a tag: VLAN 10
2. PON get the report packet, then send to OLT CPU(OLT operate in Proxy Mode)
3. OLT CPU add the tag 96(server VLAN), send to uplink port
1. IPTV Server push the video stream to OLT uplink with tag 96
2. PON receive the stream will change the tag(translation) from 96 to 90
3. PON will encapsulate the stream to send to ONU by GEM port: 4095
Connect the LAN port the outdoor OLT GE6, run wireshark
Configure the display filer: igmp
Zeng Yong
22/02/2020
14