How Can We Help?
HL-1GR HGU Configuration [HUAWEI]
HALNy HL-1GE Configuration
Service Scenario
HL-1GR can work in two modes – HGU (Home Gateway Unit) and SFU (Single Family Unit).
SFU mode configuration is presented here.
Managing ONT mode is done by setting up/or not bridge port and VEIP for ONT. In example, if ONT has to be working as HGU, we need to set only VEIP. If as SFU, we need to set bridge port(s) and VEIP(only if we want to use ip-host).
SFU mode allows to prepare more complex configuration – such as QinQ tunnel or VLAN translation on the ONT. In this tutorial we will focus on HGU mode configuration.
ONT modes switching HGU<->SFU
Switching between HGU and SFU modes is described here.
Document Date and version | 2020.05.18 |
Tested on OLT Huawei MA5683T | Version: MA5600V800R017C10 |
Tested with ONT HALNy HL-1GR | Supported on Version: V2.0.10 or above |
Revision | 1 |
Let us know how to improve below document on: support@halny.com |
Supported service scenarios
1.ONT configuration (Access mode, only INTERNET)
ONT was connect to GPON port 1 (slot 0) with ONU_ID 22
In example configuration we used below VLANs:
VLAN 100 – INTERNET
VLAN 400 – MGMT
1. Create DBA profile
MA5683T(config)#dba-profile add profile-id 17 profile-name "dba-profile_17" type4 max 1024000
2. Create ONT srvprofile
MA5683T(config)#ont-srvprofile gpon profile-id 141 profile-name "HL-1GR_HGU_INT"
ont-port eth 1 catv 1
port vlan iphost translation 400 user-vlan 400
commit
3. Create ONT lineprofile
MA5683T(config)#ont-lineprofile gpon profile-id 141 profile-name "HL-1GR_HGU_INT"
fec-upstream enable
tcont 1 dba-profile-id 17
tcont 2 dba-profile-id 17
gem add 0 eth tcont 1
gem add 1 eth tcont 2
gem mapping 0 0 vlan 100
gem mapping 1 1 vlan 400
commit
quit
4. Register ONT on GPON
MA5683T(config)#interface gpon 0/0
MA5683T(config-if-gpon-0/0)#ont add 1 22 sn-auth "48414C4E0F64AB40" omci ont-lineprofile-id 141 ont-srvprofile-id 141 desc "HL-1GR_HGU_INT"
MA5683T(config-if-gpon-0/0)#ont ipconfig 1 22 dhcp vlan 400 priority 0
5. Create bbs-config
MA5683T(config)#service-port 85 vlan 100 gpon 0/0/1 ont 22 gemport 0 multi-service user-vlan 100 tag-transform translate
MA5683T(config)#service-port 86 vlan 400 gpon 0/0/1 ont 22 gemport 1 multi-service user-vlan 400 tag-transform translate
6. Verify ONT ip-host 1 IP address
MA5683T(config-if-gpon-0/0)#display ont ipconfig 1 22 [PORT-ID ONT-ID]
--------------------------------------------------------------------
ONT IP host index : 0
ONT config type : DHCP
ONT IP : 172.17.60.138
ONT subnet mask : 255.255.254.0
ONT gateway : 172.17.60.1
ONT primary DNS : 172.16.16.240
ONT slave DNS : 89.231.1.206
ONT MAC : E05A-9F64-AB40
ONT manage VLAN : 400
ONT manage priority : 0
Dscp mapping table index : 0
--------------------------------------------------------------------
2.ONT configuration (Access mode, only IPTV)
ONT was connect to the GPON port 1 (slot 0) with ONU_ID 23
In example configuration we used below VLANs:
VLAN 200 – IPTV (multicast uplink port 0/7/0)
VLAN 400 – MGMT
1. Create DBA profile
MA5683T(config)#dba-profile add profile-id 17 profile-name "dba-profile_17" type4 max 1024000
2. Create ONT srvprofile
MA5683T(config)#ont-srvprofile gpon profile-id 142 profile-name "HL-1GR_SFU-IPTV"
ont-port eth 1 catv 1
igmp-forward translation 200
multicast-forward tag transparent
port vlan iphost translation 400 user-vlan 400
commit
3. Create ONT lineprofile
MA5683T(config)#ont-lineprofile gpon profile-id 142 profile-name "HL-1GR_SFU-IPTV"
fec-upstream enable
tcont 1 dba-profile-id 17
tcont 2 dba-profile-id 17
gem add 0 eth tcont 1
gem add 1 eth tcont 2
gem mapping 0 0 vlan 200
gem mapping 1 1 vlan 400
commit
quit
4. Register ONT on GPON
MA5683T(config)#interface gpon 0/0
MA5683T(config-if-gpon-0/0)ont add 1 23 sn-auth "48414C4E0F64AB40" omci ont-lineprofile-id 142 ont-srvprofile-id 142 desc "HL-1GR_SFU-IPTV"
MA5683T(config-if-gpon-0/0)ont ipconfig 1 23 dhcp vlan 400 priority 0
5. Create bbs-config
MA5683T(config)#service-port 87 vlan 200 gpon 0/0/1 ont 23 gemport 0 multi-service user-vlan 200 tag-transform translate
MA5683T(config)#service-port 88 vlan 400 gpon 0/0/1 ont 23 gemport 1 multi-service user-vlan 400 tag-transform translate
6. Create btv-config
MA5683T(config)#btv
MA5683T(config-btv)#igmp user add service-port 87 no-auth
MA5683T(config-btv)#multicast-vlan 200
igmp default uplink-port 0/7/0
igmp query-proxy disable
igmp version v2
igmp match mode disable
igmp multicast-vlan member service-port 87
igmp mode snooping
igmp uplink-port 0/7/0
quit
MA5683T(config)#default-policy service-port multicast-unknown transparent
7. Verify ONT ip-host IP address
MA5683T(config-if-gpon-0/0)#display ont ipconfig 1 22 [PORT-ID ONT-ID]
--------------------------------------------------------------------
ONT IP host index : 0
ONT config type : DHCP
ONT IP : 172.17.60.138
ONT subnet mask : 255.255.254.0
ONT gateway : 172.17.60.1
ONT primary DNS : 172.16.16.240
ONT slave DNS : 89.231.1.206
ONT MAC : E05A-9F64-AB40
ONT manage VLAN : 400
ONT manage priority : 0
Dscp mapping table index : 0
--------------------------------------------------------------------
ONT HL-1GR HGU Provisioning on HUAWEI MA5683T
There are three ways of ONT provisioning:
ONT HL-1GR HGU Upgrade on HUAWEI MA5683T
HL-1GR can be upgrade the same way as other HALNy ONTs, You can find upgrade procedure here.