[UPLINK] GP8862 OLT Integration with HALNy SFU 1 LAN

You are here:
< All Topics

HALNy Integration

Supported SFU service scenarios

1. ONT configuration (Access mode, only INTERNET)

ONT was connect to the GPON port 2 with ONU_ID 3

1. Create DBA Profile

UPLGP8862(config)# profile dba
profile_id:2 create success
UPLGP8862(profile-dba:2)# type 4 maximum 1024000
UPLGP8862(profile-dba:2)# commit

2. Create onu profile

Attention: Following configuration example is based on the HL-1GE model. Adjust the configuration as needed to suit your ONT model.
Change HL-MODEL string to exact model name of the ONT.

UPLGP8862(config)# profile onu name HL-MODEL
UPLGP8862(profile-onu:2)# tcont-num 2 gemport-num 2
UPLGP8862(profile-onu:2)# port-num eth 1 iphost 1
UPLGP8862(profile-onu:2)# commit

3. Create srv profile

UPLGP8862(config)# profile srv name HL-MODEL_INT
UPLGP8862(profile-srv:2)# portvlan eth 1 mode hybrid def_vlan 100
UPLGP8862(profile-srv:2)# iphost 1 dhcp
UPLGP8862(profile-srv:2)# iphost vlan 400
UPLGP8862(profile-srv:2)# commit

4. Create line profile

UPLGP8862(config)# profile line name HL-MODEL_INT
UPLGP8862(profile-line:3)# tcont 1 dba dba_profile_2
UPLGP8862(profile-line:3)# gemport 1 tcont 1
UPLGP8862(profile-line:3)# service Internet gemport 1 vlan 100
UPLGP8862(profile-line:3)# service-port 1 gemport 1 uservlan 100 vlan 100
UPLGP8862(profile-line:3)# tcont 2 dba dba_profile_2
UPLGP8862(profile-line:3)# gemport 2 tcont 2
UPLGP8862(profile-line:3)# service 2 gemport 2 vlan 400 iphost 1
UPLGP8862(profile-line:3)# service-port 2 gemport 2 uservlan 400 vlan 400
UPLGP8862(profile-line:3)# commit

5. Register ONT

UPLGP8862(config-pon-0/2)# onu add 3 profile HL-MODEL sn HALN08604710

6. Set ONT configuration

UPLGP8862(config-pon-0/2)# onu 3 profile srv name HL-MODEL_INT
UPLGP8862(config-pon-0/2)# onu 3 profile line name HL-MODEL_INT

7. Check ONT state

UPLGP8862(config-pon-0/2)# show onu state 3
OnuIndex    Admin State    OMCC State    Phase State    Channel
---------------------------------------------------------------
1/1/2:3     enable         enable        working        1(GPON)

2. ONT configuration (Access mode, only IPTV)

ONT was connect to the GPON port 2 with ONU_ID 4

1. Create DBA Profile

UPLGP8862(config)# profile dba
profile_id:2 create success
UPLGP8862(profile-dba:2)# type 4 maximum 1024000
UPLGP8862(profile-dba:2)# commit

2. Create onu profile

Attention: Following configuration example is based on the HL-1GE model. Adjust the configuration as needed to suit your ONT model.
Change HL-MODEL string to exact model name of the ONT.

UPLGP8862(config)# profile onu name HL-MODEL
UPLGP8862(profile-onu:2)# tcont-num 2 gemport-num 2
UPLGP8862(profile-onu:2)# port-num eth 1 iphost 1
UPLGP8862(profile-onu:2)# commit

3. Create srv profile

UPLGP8862(config)# profile srv name HL-MODEL_IPTV
UPLGP8862(profile-srv:2)# portvlan eth 1 mode hybrid def_vlan 200
UPLGP8862(profile-srv:2)# iphost 1 dhcp
UPLGP8862(profile-srv:2)# iphost vlan 400
UPLGP8862(profile-srv:2)# commit

4. Create line profile

UPLGP8862(config)# profile line name HL-MODEL_IPTV
UPLGP8862(profile-line:4)# tcont 1 dba dba_profile_2
UPLGP8862(profile-line:4)# gemport 1 tcont 1
UPLGP8862(profile-line:4)# service Internet gemport 1 vlan 200
UPLGP8862(profile-line:4)# service-port 1 gemport 1 uservlan 200 vlan 200
UPLGP8862(profile-line:4)# tcont 2 dba dba_profile_2
UPLGP8862(profile-line:4)# gemport 2 tcont 2
UPLGP8862(profile-line:4)# service 2 gemport 2 vlan 400 iphost 1
UPLGP8862(profile-line:4)# service-port 2 gemport 2 uservlan 400 vlan 400
UPLGP8862(profile-line:4)# commit

5. Register ONT

UPLGP8862(config-pon-0/2)# onu add 4 profile HL-MODEL sn HALN08604710

6. Set ONT configuration

UPLGP8862(config-pon-0/2)# onu 4 profile srv name HL-MODEL_IPTV
UPLGP8862(config-pon-0/2)# onu 4 profile line name HL-MODEL_IPTV

7. Check ONT state

UPLGP8862(config-pon-0/2)# show onu state 4
OnuIndex    Admin State    OMCC State    Phase State    Channel
---------------------------------------------------------------
1/1/2:4     enable         enable        working        1(GPON)

3. ONT configuration (TRANSPARENT)

ONT was connect to the GPON port 2 with ONU_ID 5

1. Create DBA Profile

UPLGP8862(config)# profile dba
profile_id:2 create success
UPLGP8862(profile-dba:2)# type 4 maximum 1024000
UPLGP8862(profile-dba:2)# commit

2. Create onu profile

Attention: Following configuration example is based on the HL-1GE model. Adjust the configuration as needed to suit your ONT model.
Change HL-MODEL string to exact model name of the ONT.

UPLGP8862(config)# profile onu name HL-MODEL
UPLGP8862(profile-onu:2)# tcont-num 4 gemport-num 4
UPLGP8862(profile-onu:2)# port-num eth 1 iphost 1
UPLGP8862(profile-onu:2)# commit

3. Create srv profile

UPLGP8862(config)# profile srv name HL-MODEL_TRANS
UPLGP8862(profile-srv:4)# portvlan eth 1 mode trunk
UPLGP8862(profile-srv:4)# portvlan eth 1 vlan 100,200,300
UPLGP8862(profile-srv:4)# iphost 1 dhcp
UPLGP8862(profile-srv:4)# iphost vlan 400
UPLGP8862(profile-srv:4)# commit

4. Create line profile

UPLGP8862(config)# profile line name HL-MODEL_TRANS
UPLGP8862(profile-line:5)# tcont 1 dba dba_profile_2
UPLGP8862(profile-line:5)# gemport 1 tcont 1
UPLGP8862(profile-line:5)# service Internet gemport 1 vlan 100
UPLGP8862(profile-line:5)# service-port 1 gemport 1 uservlan 100 transparent
UPLGP8862(profile-line:5)# tcont 2 dba dba_profile_2
UPLGP8862(profile-line:5)# gemport 2 tcont 2
UPLGP8862(profile-line:5)# service Internet gemport 2 vlan 200
UPLGP8862(profile-line:5)# service-port 2 gemport 2 uservlan 200 transparent
UPLGP8862(profile-line:5)# tcont 3 dba dba_profile_2
UPLGP8862(profile-line:5)# gemport 3 tcont 3
UPLGP8862(profile-line:5)# service Internet gemport 3 vlan 300
UPLGP8862(profile-line:5)# service-port 3 gemport 3 uservlan 300 transparent
UPLGP8862(profile-line:5)# tcont 4 dba dba_profile_2
UPLGP8862(profile-line:5)# gemport 4 tcont 4
UPLGP8862(profile-line:5)# service 4 gemport 4 vlan 400 iphost 1
UPLGP8862(profile-line:5)# service-port 4 gemport 4 uservlan 400 vlan 400
UPLGP8862(profile-line:5)# commit

5. Register ONT

UPLGP8862(config-pon-0/2)# onu add 5 profile HL-MODEL_SFU sn HALN08604710

6. Set ONT configuration

UPLGP8862(config-pon-0/2)# onu 5 profile srv name HL-MODEL_TRANS
UPLGP8862(config-pon-0/2)# onu 5 profile line name HL-MODEL_TRANS

7. Check ONT state

UPLGP8862(config-pon-0/2)# show onu state 5
OnuIndex    Admin State    OMCC State    Phase State    Channel
---------------------------------------------------------------
1/1/2:5     enable         enable        working        1(GPON)

ONT Managment

Note: Most provisioning and upgrade options below require ONT to have a valid IP Host setup. For detailed information regarding IP Host click here.

MethodConfigurationUpgrade
Rest API V2[Example]
XML Provisioning
[DHCP 66/67, WEB]
[Example]
OTT[Example]
OLT CLI
TR-069
[DHCP 43]
[Example][Example]
WEB[Example][Example]
Found something we can improve? Let us know at support@halny.com

Table of Contents
Comments are closed.