Adding ONT Huawei HG8245 on Huawei MA5800

For example, on the OLT Huawei MA5800-X15 with firmware R018, I will add ONT Huawei HG8245 and some ONTs with WiFi from third-party manufacturers.

Let’s go into configuration mode:

enable
config

Let’s create srvprofile for ONT:

ont-srvprofile gpon profile-id 11 profile-name HG8245
ont-port pots 2 eth 4
port vlan eth 1-4 750
port vlan iphost translation 750 user-vlan 750
commit
quit

lineprofile can be used the same as for single-port ONTs, for example:

dba-profile add profile-id 10 profile-name "1G" type3 assure 1024 max 1000000

ont-lineprofile gpon profile-id 10
tcont 4 dba-profile-id 10
gem add 1 eth tcont 4
mapping-mode vlan
gem mapping 1 0 vlan 750
commit
quit

Let’s look at unregistered ONT:

display ont autofind all

Let’s move on to the required GPON board:

interface gpon 0/5

Let’s add ONT (VLAN without tag):

ont add 3 10 sn-auth "4857544000F18000" omci ont-lineprofile-id 10 ont-srvprofile-id 11 desc "ixnfo.com"
ont port native-vlan 3 10 iphost vlan 750 priority 0
quit

Or like this (VLAN with a tag, its number must be specified when configuring the ONT):

ont add 3 10 sn-auth "485754435EF1851C" omci ont-lineprofile-id 10 ont-srvprofile-id 11 desc "ixnfo.com"
ont ipconfig 3 10 dhcp vlan 750 priority 5
quit

Let’s add a service-port (it is the same as for regular single-port bridge ONT):

service-port 11 vlan 750 gpon 0/5/3 ont 10 gemport 1 multi-service user-vlan 750

On the ONT itself, we simply configure the required WAN connection.

See also my articles:

Leave a comment

Leave a Reply