How to add ONT with new VLAN on Huawei MA5683T

Suppose Huawei MA5683T has already added a lot of ONTs and they work, dba-profile created, but we need to add an ONT with a VLAN that has not yet been added and profiles have not been created with it.

Connect to the OLT and go into setup mode:

enable
config

Create a new VLAN:

vlan 1169 smart

Point it to the Uplink port:

port vlan 1169 0/8 0

If necessary, specify the DHCP server (for example, if it is specified in
dhcp-server 0 ip x.x.x.x):

interface vlanif 1169
dhcp-server 0
exit

Create ont-srvprofile:

ont-srvprofile gpon profile-name "ixnfo"
ont-port eth 1
port vlan eth 1 translation 1169 user-vlan 1169
commit

Create ont-lineprofile:

ont-lineprofile gpon profile-id 12 profile-name "ixnfo"
tcont 4 dba-profile-id 11
gem add 1 eth tcont 4
gem mapping 1 0 vlan 1169
commit

Let’s proceed to setting up the port to which the ONT is connected:

interface gpon 0/0

Add ONT and exit port configuration mode:

ont add 4 42 sn-auth "414C434CF2BFCD6B" omci ont-lineprofile-name "ixnfo" ont-srvprofile-name "ixnfo" desc "TEXT"
ont port native-vlan 4 42 eth 1 vlan 1169 priority 0
exit

Add a service-port with a new VLAN:

service-port 2305 vlan 1169 gpon 0/0/4 ont 42 gemport 1 multi-service user-vlan 1169

See also my articles:
How to add VLANs to active ONT on Huawei MA5683T
Adding an ONT with trunk port to Huawei SmartAX MA5683T

Leave a comment

Leave a Reply