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:
1 | 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):
1 | display ont autofind 0 |
Add ONT (if ONT is offline, you can add it in advance knowing SN):
1 | 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:
1 | ont port native-vlan 0 1 eth 1 vlan 228 |
Exit the settings menu of the GPON interface:
1 | quit |
Now to make the Internet work, add service-port for the new ONT:
1 | service-port 2 vlan 228 gpon 0/5/0 ont 1 gemport 1 multi-service user-vlan 228 |
Save the configuration:
1 | save |
You can watch unregistered ONTs at once on all ports with the command:
1 | display ont autofind all |