[ZTE] C6XX Series OLT Integration with HALNy SFU 2 LAN

You are here:
< All Topics

HALNy Integration

Supported SFU service scenarios

1. ONT configuration (Access mode, only INTERNET)

In example configuration we used below VLANs:
VLAN 100 – INTERNET
VLAN 400 – MGMT 

1. Create DBA profile

(config)# gpon
  profile tcont MAX type 4 maximum 102400
  profile tcont DBA_10G type 4 maximum 1024000

2. Create ONT Type
Attention: Following configuration example is based on the HL-2BV model, which features 2 LAN ports and 1 POTS port. Adjust the configuration as needed to suit your ONT model.


Change HL-MODEL string to exact model name of the ONT.

(config)# pon
  onu-type HL-MODEL gpon max-tcont 4 max-gemport 32 max-iphost 4
  onu-type-if HL-MODEL eth_0/1
  onu-type-if HL-MODEL eth_0/2
  onu-type-if HL-MODEL pots_0/1

3. Register ONT on GPON

(config)# interface gpon-olt_1/3/3 
  onu 9 type HL-MODEL sn HALN5A6FA578

4. Configure ONT interface mode

Attention: For ONT’s which have port 10G please use DBA_10G

(config)# interface gpon-onu_1/3/3:9 
  real-speed gpon
  vport-mode manual
  tcont 1 profile MAX
  tcont 2 profile MAX
  gemport 1 tcont 1
  gemport 2 tcont 2
  vport 1 map-type vlan
  vport 2 map-type vlan
  vport-map 1 1 vlan 100
  vport-map 2 2 vlan 400

5. Create vlan-profile (for IP host 1)

onu profile vlan tag400 tag-mode tag cvlan 400

6. Configure ONT remote management mode

(config)# pon-onu-mng gpon-onu_1/3/3:9
  service 1 gemport 1 vlan 100
  service 2 gemport 2 vlan 400
  wan-ip ipv4 mode dhcp vlan-profile tag400 host 1
  vlan port eth_0/1 mode hybrid def-vlan 100
  vlan port eth_0/2 mode hybrid def-vlan 100

7. Configure vports.

interface vport-1/3/3.9:1
  service-port 1 user-vlan 100 vlan 100
$
interface vport-1/3/3.9:2
  service-port 3 user-vlan 400 vlan 400

8. Verify ONT ip-host 1 IP address

#show gpon remote-onu ip-host gpon-onu_1/3/3:9
Host ID:            1
Host name:          IPHOST: WWW/XML/TR069
Identify:
IP addres:          0.0.0.0
Mask:               0.0.0.0
Gateway:            0.0.0.0
Primary DNS:        0.0.0.0
Second DNS:         0.0.0.0
DHCP enable:        disable
Ping response:      disable
Traceroute response:disable
MAC address:        54DB.5A6F.A578
Current IP address: 172.17.60.136
Current mask:       255.255.254.0
Current gateway:    172.17.60.1
Current primary DNS:172.17.61.224
Current second DNS: 172.17.60.1
Domain name:

2. ONT configuration (Access mode, INTERNET + IPTV)

In example configuration we used below VLANs:
VLAN 100 – INTERNET
VLAN 200 – IPTV
VLAN 400 – MGMT 

1. Create DBA profile

(config)# gpon
  profile tcont MAX type 4 maximum 102400
  profile tcont DBA_10G type 4 maximum 1024000

2. Create ONT Type
Attention: Following configuration example is based on the HL-2BV model, which features 2 LAN ports and 1 POTS port. Adjust the configuration as needed to suit your ONT model.


Change HL-MODEL string to exact model name of the ONT.

(config)# pon
  onu-type HL-MODEL gpon max-tcont 4 max-gemport 32 max-iphost 4
  onu-type-if HL-MODEL eth_0/1
  onu-type-if HL-MODEL eth_0/2
  onu-type-if HL-MODEL pots_0/1

3. Register ONT on GPON

(config)# interface gpon-olt_1/3/3 
  onu 9 type HL-MODEL sn HALN5A6FA578

4. Configure ONT interface mode

Attention: For ONT’s which have port 10G please use DBA_10G

(config)# interface gpon-onu_1/3/3:9 
  real-speed gpon
  vport-mode manual
  tcont 1 profile MAX
  tcont 2 profile MAX
  tcont 3 profile MAX
  gemport 1 tcont 1
  gemport 2 tcont 2
  gemport 3 tcont 3
  vport 1 map-type vlan
  vport 2 map-type vlan
  vport 3 map-type vlan
  vport-map 1 1 vlan 100
  vport-map 2 2 vlan 200
  vport-map 3 3 vlan 400

5. Create igmp profile

(config-gpon)#onu profile igmp 200 down-tag strip

6. Create vlan-profile (for IP host 1)

(config-gpon)#onu profile vlan tag400 tag-mode tag cvlan 400

7. Configure ONT remote management mode

(config)# pon-onu-mng gpon-onu_1/3/3:9
  mvlan 200
  service 1 gemport 1 vlan 100
  service 2 gemport 2 vlan 200
  service 3 gemport 3 vlan 400
  igmp eth_0/1 profile 200
  wan-ip ipv4 mode dhcp vlan-profile tag400 host 1
  vlan port eth_0/1 mode hybrid def-vlan 200
  vlan port eth_0/2 mode hybrid def-vlan 100

8. Configure vports.

(config)#interface vport-1/3/3.9:1
  service-port 1 user-vlan 100 vlan 100
$
(config)#interface vport-1/3/3.9:2
  service-port 2 user-vlan 200 vlan 200
  igmp fast-leave enable
  igmp version v2
$
(config)#interface vport-1/3/3.9:3
  service-port 3 user-vlan 400 vlan 400

9. Configure IGMP Snooping

(config)# igmp querygemport-mode both
(config)# igmp  mvlan 200
(config-igmp-mvlan-200)# source-port xxvgei-1/1/6
(config-igmp-mvlan-200)# receive-port vport-1/3/3.9:2
(config-igmp-mvlan-200)# host-version v2
(config-igmp-mvlan-200)# work-mode snooping

10. Verify ONT ip-host 1 IP address

#show gpon remote-onu ip-host gpon-onu_1/3/3:9
Host ID:            1
Host name:          IPHOST: WWW/XML/TR069
Identify:
IP addres:          0.0.0.0
Mask:               0.0.0.0
Gateway:            0.0.0.0
Primary DNS:        0.0.0.0
Second DNS:         0.0.0.0
DHCP enable:        disable
Ping response:      disable
Traceroute response:disable
MAC address:        54DB.5A6F.A578
Current IP address: 172.17.60.136
Current mask:       255.255.254.0
Current gateway:    172.17.60.1
Current primary DNS:172.17.61.224
Current second DNS: 172.17.60.1
Domain name:

3. ONT configuration (Access mode, INTERNET + IPTV + VoIP)

In example configuration we used below VLANs:
VLAN 100 – INTERNET
VLAN 200 – IPTV
VLAN 400 – VoIP / MGMT 

1. Create DBA profile

(config)# gpon
  profile tcont MAX type 4 maximum 102400
  profile tcont DBA_10G type 4 maximum 1024000

2. Create ONT Type
Attention: Following configuration example is based on the HL-2BV model, which features 2 LAN ports and 1 POTS port. Adjust the configuration as needed to suit your ONT model.


Change HL-MODEL string to exact model name of the ONT.

(config)# pon
  onu-type HL-MODEL gpon max-tcont 4 max-gemport 32 max-iphost 4
  onu-type-if HL-MODEL eth_0/1
  onu-type-if HL-MODEL eth_0/2
  onu-type-if HL-MODEL pots_0/1

3. Register ONT on GPON

(config)# interface gpon-olt_1/3/3 
  onu 9 type HL-MODEL sn HALN5A6FA578

4. Configure ONT interface mode

Attention: For ONT’s which have port 10G please use DBA_10G

(config)# interface gpon-onu_1/3/3:9 
  real-speed gpon
  vport-mode manual
  tcont 1 profile MAX
  tcont 2 profile MAX
  tcont 3 profile MAX
  tcont 3 profile MAX
  gemport 1 tcont 1
  gemport 2 tcont 2
  gemport 3 tcont 3
  vport 1 map-type vlan
  vport 2 map-type vlan
  vport 3 map-type vlan
  vport-map 1 1 vlan 100
  vport-map 2 2 vlan 200
  vport-map 3 3 vlan 400

5. Create igmp profile

(config-gpon)#onu profile igmp 200 down-tag strip

6. Create vlan-profile (for IP host 1 and VoIP)

(config-gpon)#onu profile vlan tag400 tag-mode tag cvlan 400

7. Create SIP profile

(config-gpon)#onu profile sip HALNY_VOIP proxy 172.1.1.2
(config-gpon)#onu profile sip HALNY_VOIP registrar 172.1.1.2

8. Configure ONT remote management mode

(config)# pon-onu-mng gpon-onu_1/3/3:9
  mvlan 200
  service 1 gemport 1 vlan 100
  service 2 gemport 2 vlan 200
  service 3 gemport 3 vlan 400
  igmp eth_0/1 profile 200
  vlan port eth_0/1 mode hybrid def-vlan 200
  vlan port eth_0/2 mode hybrid def-vlan 100
  voip protocol sip
  voip-ip ipv4 mode dhcp vlan-profile tag400 host 1
  sip-service pots_0/1 profile HALNY_VOIP userid 9000 username 9000 password 123456 display-name 9000

9. Configure vports.

(config)#interface vport-1/3/3.9:1
  service-port 1 user-vlan 100 vlan 100
$
(config)#interface vport-1/3/3.9:2
  service-port 2 user-vlan 200 vlan 200
  igmp fast-leave enable
  igmp version v2
$
(config)#interface vport-1/3/3.9:3
  service-port 3 user-vlan 400 vlan 400

10. Configure IGMP Snooping

(config)# igmp querygemport-mode both
(config)# igmp  mvlan 200
(config-igmp-mvlan-200)# source-port xxvgei-1/1/6
(config-igmp-mvlan-200)# receive-port vport-1/3/3.9:2
(config-igmp-mvlan-200)# host-version v2
(config-igmp-mvlan-200)# work-mode snooping

11. Verify ONT ip-host 1 IP address

#show gpon remote-onu ip-host gpon-onu_1/3/3:9
Host ID: 1
Host name: IPHOST: WWW/XML/TR069
Identify:
IP addres: 0.0.0.0
Mask: 0.0.0.0
Gateway: 0.0.0.0
Primary DNS: 0.0.0.0
Second DNS: 0.0.0.0
DHCP enable: disable
Ping response: disable
Traceroute response:disable
MAC address: 54DB.5A6F.A578
Current IP address: 172.17.60.136
Current mask: 255.255.254.0
Current gateway: 172.17.60.1
Current primary DNS:172.17.61.224
Current second DNS: 172.17.60.1
Domain name:

4. ONT configuration (Transparent mode)

In example configuration we used below VLANs:
VLAN 100 – INTERNET
VLAN 200 – IPTV
VLAN 300 – VoIP
VLAN 400 – MGMT 

1. Create DBA profile

(config)# gpon
  profile tcont MAX type 4 maximum 102400
  profile tcont DBA_10G type 4 maximum 1024000

2. Create ONT Type
Attention: Following configuration example is based on the HL-2BV model, which features 2 LAN ports and 1 POTS port. Adjust the configuration as needed to suit your ONT model.


Change HL-MODEL string to exact model name of the ONT.

(config)# pon
  onu-type HL-MODEL gpon max-tcont 4 max-gemport 32 max-iphost 4
  onu-type-if HL-MODEL eth_0/1
  onu-type-if HL-MODEL eth_0/2
  onu-type-if HL-MODEL pots_0/1

3. Register ONT on GPON

(config)# interface gpon-olt_1/3/3 
  onu 9 type HL-MODEL sn HALN5A6FA578

4. Configure ONT interface mode

Attention: For ONT’s which have port 10G please use DBA_10G

(config)# interface gpon-onu_1/3/3:9 
  real-speed gpon
  vport-mode manual
  tcont 1 profile MAX
  tcont 2 profile MAX
  tcont 3 profile MAX
  tcont 4 profile MAX
  gemport 1 tcont 1
  gemport 2 tcont 2
  gemport 3 tcont 3
  gemport 4 tcont 4
  vport 1 map-type vlan
  vport 2 map-type vlan
  vport 3 map-type vlan
  vport 4 map-type vlan
  vport-map 1 1 vlan 100
  vport-map 2 2 vlan 200
  vport-map 3 3 vlan 300
  vport-map 4 4 vlan 400

5. Create igmp profile

(config-gpon)#onu profile igmp 200T down-tag transparent tag transparent

6. Create vlan-profile (for IP host 1)

(config-gpon)#onu profile vlan tag400 tag-mode tag cvlan 400

7. Configure ONT remote management mode

(config)# pon-onu-mng gpon-onu_1/3/3:9
  mvlan 200
  service 1 gemport 1 vlan 100
  service 2 gemport 2 vlan 200
  service 3 gemport 3 vlan 300
  service 4 gemport 4 vlan 400
  igmp eth_0/1 profile 200T
  igmp eth_0/2 profile 200T
  wan-ip ipv4 mode dhcp vlan-profile tag400 host 1
  vlan port eth_0/1 mode trunk
  vlan port eth_0/2 mode trunk
  vlan port eth_0/1 vlan 100,200,300
  vlan port eth_0/2 vlan 100,200,300

8. Configure vports.

(config)# interface vport-1/3/3.9:1
  service-port 1 user-vlan 100 vlan 100
$
(config)# interface vport-1/3/3.9:2
  service-port 2 user-vlan 200 vlan 200
  igmp fast-leave enable
  igmp version v2
$
(config)# interface vport-1/3/3.9:3
  service-port 3 user-vlan 300 vlan 300
$
(config)# interface vport-1/3/3.9:4
  service-port 4 user-vlan 400 vlan 400

9. Configure IGMP Snooping

(config)# igmp querygemport-mode both
(config)# igmp  mvlan 200
(config-igmp-mvlan-200)# source-port xxvgei-1/1/6
(config-igmp-mvlan-200)# receive-port vport-1/3/3.9:2
(config-igmp-mvlan-200)# host-version v2
(config-igmp-mvlan-200)# work-mode snooping

10. Verify ONT ip-host 1 IP address

#show gpon remote-onu ip-host gpon-onu_1/3/3:9
Host ID:            1
Host name:          IPHOST: WWW/XML/TR069
Identify:
IP addres:          0.0.0.0
Mask:               0.0.0.0
Gateway:            0.0.0.0
Primary DNS:        0.0.0.0
Second DNS:         0.0.0.0
DHCP enable:        disable
Ping response:      disable
Traceroute response:disable
MAC address:        54DB.5A6F.A578
Current IP address: 172.17.60.136
Current mask:       255.255.254.0
Current gateway:    172.17.60.1
Current primary DNS:172.17.61.224
Current second DNS: 172.17.60.1
Domain name:

5. ONT configuration (Translation mode)

In example configuration we used below VLANs:
VLAN 100 -> 35 – INTERNET
VLAN 200 -> 838 – IPTV
VLAN 300 -> 839 – VoIP
VLAN 400 – MGMT 

1. Create DBA profile

(config)# gpon
  profile tcont MAX type 4 maximum 102400
  profile tcont DBA_10G type 4 maximum 1024000

2. Create ONT Type
Attention: Following configuration example is based on the HL-2BV model, which features 2 LAN ports and 1 POTS port. Adjust the configuration as needed to suit your ONT model.


Change HL-MODEL string to exact model name of the ONT.

(config)# pon
  onu-type HL-MODEL gpon max-tcont 4 max-gemport 32 max-iphost 4
  onu-type-if HL-MODEL eth_0/1
  onu-type-if HL-MODEL eth_0/2
  onu-type-if HL-MODEL pots_0/1

3. Register ONT on GPON

(config)# interface gpon-olt_1/3/3 
  onu 9 type HL-MODEL sn HALN5A6FA578

4. Configure ONT interface mode

Attention: For ONT’s which have port 10G please use DBA_10G

(config)# interface gpon-onu_1/3/3:9 
  real-speed gpon
  vport-mode manual
  tcont 1 profile MAX
  tcont 2 profile MAX
  tcont 3 profile MAX
  tcont 4 profile MAX
  gemport 1 tcont 1
  gemport 2 tcont 2
  gemport 3 tcont 3
  gemport 4 tcont 4
  vport 1 map-type vlan
  vport 2 map-type vlan
  vport 3 map-type vlan
  vport 4 map-type vlan
  vport-map 1 1 vlan 35
  vport-map 2 2 vlan 838
  vport-map 3 3 vlan 839
  vport-map 4 4 vlan 400

5. Create vlan-profile (for IP host 1)

(config-gpon)#onu profile vlan tag400 tag-mode tag cvlan 400

6. Configure ONT remote management mode

(config)# pon-onu-mng gpon-onu_1/3/3:9
  mvlan 838
  service 1 gemport 1 vlan 35
  service 2 gemport 2 vlan 838
  service 3 gemport 3 vlan 839
  service 4 gemport 4 vlan 400
  wan-ip ipv4 mode dhcp vlan-profile tag400 host 1
  vlan port eth_0/1 mode trunk
  vlan port eth_0/2 mode trunk
  vlan port eth_0/1 vlan 35,838,839
  vlan port eth_0/2 vlan 35,838,839

7. Configure vports.

(config)# interface vport-1/3/3.9:1
  service-port 1 user-vlan 35 vlan 100
$
(config)# interface vport-1/3/3.9:2
  service-port 2 user-vlan 838 vlan 200
  igmp fast-leave enable
  igmp version v2
$
(config)# interface vport-1/3/3.9:3
  service-port 3 user-vlan 839 vlan 300
$
(config)# interface vport-1/3/3.9:4
  service-port 4 user-vlan 400 vlan 400

8. Configure IGMP Snooping

(config)# igmp querygemport-mode both
(config)# igmp  mvlan 200
(config-igmp-mvlan-200)# source-port xxvgei-1/1/6
(config-igmp-mvlan-200)# receive-port vport-1/3/3.9:2
(config-igmp-mvlan-200)# host-version v2
(config-igmp-mvlan-200)# work-mode snooping

9. Verify ONT ip-host 1 IP address

#show gpon remote-onu ip-host gpon-onu_1/3/3:9
Host ID: 1
Host name: IPHOST: WWW/XML/TR069
Identify:
IP addres: 0.0.0.0
Mask: 0.0.0.0
Gateway: 0.0.0.0
Primary DNS: 0.0.0.0
Second DNS: 0.0.0.0
DHCP enable: disable
Ping response: disable
Traceroute response:disable
MAC address: 54DB.5A6F.A578
Current IP address: 172.17.60.136
Current mask: 255.255.254.0
Current gateway: 172.17.60.1
Current primary DNS:172.17.61.224
Current second DNS: 172.17.60.1
Domain name:

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[Example]
TR-069
[OLT CLI, DHCP 43]
[Example][Example]
WEB[Example][Example]
Found something we can improve? Let us know at support@halny.com

Comments are closed.