*******************Networking and Service Description*********************
Ø The MA5600T adopts IGMP proxy, an L2 multicast protocol.
Ø Multicast programs are configured statically and multicast users are authenticated.
Ø The IGMP version of the multicast VLAN is IGMP V3.
Ø The user accesses the device through GPON, and has the right to demand programs from the multicast source.
########Configuration Procedure########
⊕ OLT side configuration
⊕ MDU side configuration
******************OLT side configuration Procedure*********************
1)Add MDU to OLT GPON port, and create the inband management channel.
No need to repeat if the MDU is already added, only modify the line profile (add the gem port, gem port mapping).
2) Configure the service VLAN
The VLAN ID should follow the data plan to avoid confliction.
3) Add the uplink port to the service VLAN
The uplink port should follow the data plan to avoid confliction.
4) Add the service port VLAN
Make sure the gpon port/onu id/user vlan id are matching the data plan.
5) Indicate the multicast VLAN
The VLAN ID should follow the data plan to avoid confliction.
6) Add the uplink port to the multicast VLAN
The uplink port should follow the data plan to avoid confliction.
7) Add the IGMP user
Make sure the service port is created.
8) Configure multicast VLAN default uplink port
The VLAN ID should follow the data plan to avoid confliction.
9) Configure multicast VLAN program match mode
10) Configure multicast VLAN IGMP version
11) Configure multicast VLAN IGMP mode
Make sure the version is matching the data plan.
12) Add multicast VLAN member
Make sure the igmp user is existed
******************OLT side configuration*********************
1) Telnet to OLT
>>User name:root
>>User password:admin
MA5600T-OLT-1>enable
MA5600T-OLT-1#config
MA5600T-OLT-1 (config)#
2) Update ont line profile
MA5600T-OLT-1 (config)#ont-lineprofile gpon profile-id 20 profile-name multicust
MA5600T-OLT-1 (config-gpon-lineprofile-10)#tcont 3 dba-profile-id 4
MA5600T-OLT-1 (config-gpon-lineprofile-10)#gem add 3 eth tcont 3
MA5600T-OLT-1 (config-gpon-lineprofile-10)#gem mapping 3 3 vlan 100
MA5600T-OLT-1 (config-gpon-lineprofile-10)#commit
MA5600T-OLT-1 (config-gpon-lineprofile-10)#quit
3) Configure the service VLAN
MA5600T-OLT-1 (config)#vlan 100 smart
MA5600T-OLT-1 (config)#port vlan 100 0/19 0
MA5600T-OLT-1 (config)#service-port 10 vlan 100 gpon 0/3/1 ont 30 gemport 3 multi-service user-vlan 100
4) Add the IGMP user
MA5600T-OLT-1 (config)#btv
MA5600T-OLT-1 (config-btv)#igmp user add service-port 10 no-auth
MA5600T-OLT-1 (config)#mutlcast-vlan 100
5) Indicate the multicast VLAN
MA5600T-OLT-1 (config-mvlan200)#igmp uplink-port 0/19/0
MA5600T-OLT-1 (config-mvlan200)#igmp default uplink-port 0/19/0
6) Configure the multicast VLAN program
MA5600T-OLT-1 (config-mvlan200)#igmp match mode disable
7) Configure the multicast VLAN mode and version
MA5600T-OLT-1 (config-mvlan200)#igmp version v3
MA5600T-OLT-1 (config-mvlan200)#igmp mode proxy
Are you sure to change IGMP mode?(y/n)[n]:y
8) Configure the multicast VLAN member
MA5600T-OLT-1 (config-mvlan200)#igmp multicast-vlan member service-port 10
******************End of OLT side configuration*********************
Be the first to comment