Adding ONT on Huawei SmartAX MA5600

Let’s say that we configured Huawei SmartAX MA5683T, and also created dba-profile, ont-lineprofile and ont-srvprofile, as I wrote in the article Configuring Huawei SmartAX MA5683T

In this example, I will add ONT (optical network terminal) Huawei EchoLife HG8010 and ZTE ZXA10 F601, as well as many other single-port ONTs.

Let’s start adding a new ONT. First, connect via telnet or console to the Huawei SmartAX MA5683T.
After entering the login and password, we will go into configuration mode:

enable
config

Let’s look at the current configuration to understand under which numbers the ONTs are already added and which service ports are added for them:

display current-configuration
display current-configuration | include service-port
display current-configuration | include 0/5/0 ont 0

Let’s go to the settings menu of the GPON interface:

interface gpon 0/5

Look at what non-registered ONTs are online on port 0 and see their serial number (port numbering starts from 0, not from 1):

display ont autofind 0

Add ONT (if ONT is offline, you can add it in advance knowing SN):

ont add 0 1 sn-auth 48575443ECE02623 omci ont-lineprofile-id 10 ont-srvprofile-id 10 desc "ixnfo.com"

Specify vlan 228 without a tag on the ONT ethernet port:

ont port native-vlan 0 1 eth 1 vlan 228

Exit the settings menu of the GPON interface:

quit

Now to make the Internet work, add service-port for the new ONT:

service-port 2 vlan 228 gpon 0/5/0 ont 1 gemport 1 multi-service user-vlan 228

Save the configuration:

save

You can watch unregistered ONTs at once on all ports with the command:

display ont autofind all

See also my articles:
Adding an ONT with trunk port
How to add EPON ONT on MA5608T
Huawei OLT Bridge ONU

Leave a comment

Leave a Reply

Discover more from IT Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading