Ads Area

Adding ONT on Huawei SmartAX MA5600



 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:

1
2
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:

1
2
3
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:

1interface 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):

1display ont autofind 0

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

1ont 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:

1ont port native-vlan 0 1 eth 1 vlan 228

Exit the settings menu of the GPON interface:

1quit

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

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

Save the configuration:

1save

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

1display ont autofind all

See also my articles:

Configuring Huawei SmartAX MA5683T
Huawei OLT Bridge ONU
ONU traffic shaping on Huawei MA5600 OLT

Post a Comment

0 Comments

Ads Area