OLT configuration assistance

OLT-configuration-assistance- image

Huawei SmartAX MA5800 series OLT products include the MA5800-X17, MA5800-X15, MA5800-X7, and MA5800-X2.
It supports GPON, XG-PON, XGS-PON, XG-PON&GPON combo, XGS-PON&GPON combo, Flex-PONGE, 10GE, and other interfaces. Today, I’d like to share a case with you.
Product Model: SmartAX MA5800-X2
MA5800 structure chart

Problem Description:

The user wants to connect all VLAN of the two routers.
RouterA port connected to ONT A is configured trunk(all VLAN are allowed)
RouterB port connected to ONT B is configured trunk(all VLAN are allowed)
Topology:

Problem Analysis:

Topology

  1. So you want VLAN 4001 to 4071 connected to each other between ONT A and ONT B ?

-yes

  1. On the OLT uplink port, what is the VLAN? one tag or double-tagged ?

-VLAN 100(data) & VLAN3800(Management)

 
Root Cause:

The user needs an assistant to configure as their requirement.

Solution Description:

MA5800-X2

Provide configuration sample as below :

dba-profile add profile-id  10 profile-name  test type3 assure 102400max 1024000
ont-srvprofile gponprofile-id 10
ont-port eth adaptive
 port vlan eth 1transparent         // set the ONT port transparent all the vlan .
port vlan eth 2 transparent
commit
quit
ont-lineprofile gponprofile-id 10
mapping-modeport                     //set the gemport mapping mode to the ont port
tcont 1dba-profile-id 10
gem add 1 eth tcont 1
gem mapping 1 0 eth1                 //mapping gemport to the ONT lan port 1
commit
quit
// createvlan (200) and allow service from router can communication in this vlan
vlan 200
vlan 100
vlan service-profileprofile-id 10
user-bridging enable
commit
quit
vlan bind service-profile200 profile-id 10
interface gpon 0/4
ont add 0 0 sn-auth485754433A6FF230 omci ont-lineprofile-id 10 ont-srvprofile-id 10
quit
service-port 100 vlan 100gpon 0/4/0 ont 0 gemport 1 multi-service user-vlan 100 tag-transform translate         //Internetvlan 100 from router side can send to uplink  device directly .
service-port 101 vlan 200gpon 0/4/0 ont 0 gemport 1 multi-service user-vlan other-all                                            //other vlans add one more vlan tag 200 , andin vlan 200 allow them communication.