GPON OLT APP Example Manual v1.2
GPON OLT APP Example Manual v1.2
1 / 82
Contents
DBA profile..................................................................................................................................... 3
SFU Authorization.......................................................................................................................... 4
Planning Data...................................................................................................................... 4
ONU Manual authorize.......................................................................................................... 4
ONU automatic authorize..................................................................................................... 6
HGU Authorization......................................................................................................................... 9
Planning Data...................................................................................................................... 9
ONU Manual authorize........................................................................................................... 9
ONU automatic authorize..................................................................................................... 11
Automatic Configure the ONU By Profile..................................................................................... 14
Planning Data.................................................................................................................... 14
Automatic configure onu.................................................................................................... 14
Show/Delete the ONU................................................................................................................. 21
Show the ONU status........................................................................................................... 21
Delete the ONU status......................................................................................................... 22
Case 1 SFU Bridge......................................................................................................................... 23
Network Diagram.............................................................................................................. 23
Planning Data.................................................................................................................... 23
Configuring the OLT.......................................................................................................... 24
Configuring the ONU......................................................................................................... 26
Case 2 SFU Bridge With IPTV........................................................................................................ 31
Network Diagram.................................................................................................................. 31
Planning Data........................................................................................................................ 31
Configuring the OLT.............................................................................................................. 32
Configuring the ONU............................................................................................................. 36
Case 4 HGU Router --Internet....................................................................................................... 41
Network Diagram.................................................................................................................. 41
Planning Data........................................................................................................................ 41
Configuring the OLT.............................................................................................................. 43
Configuring the ONU............................................................................................................. 44
Case 5 HGU Router --VoIP............................................................................................................. 57
Network Diagram.................................................................................................................. 57
Planning Data........................................................................................................................ 57
Configuring the OLT.............................................................................................................. 58
Configuring the ONU............................................................................................................. 60
Case 6 HGU Bridge --IPTV............................................................................................................. 68
Network Diagram.................................................................................................................. 68
Planning Data........................................................................................................................ 68
Configuring the OLT.............................................................................................................. 69
Configuring the ONU............................................................................................................. 73
2 / 82
3 / 82
DBA profile
By CLI --------------
gpon-olt(config)# profile dba
gpon-olt(profile-dba:1)# commit
By Web --------------
4 / 82
SFU Authorization
Planning Data
By CLI --------------
gpon-olt(profile-onu:3)# commit
gpon-olt(profile-onu:3)# exit
By Web --------------
5 / 82
2, Find the ONU of Autofind lists and perform authorization operations on it
6 / 82
If ONU is successfully registered, working will be shown here
By CLI --------------
gpon-olt(profile-onu:3)# commit
7 / 82
gpon-olt(profile-onu:3)# exit
By Web --------------
8 / 82
3, enable automatic learn mode of PON port
9 / 82
HGU Authorization
Planning Data
By CLI --------------
gpon-olt(profile-onu:3)# commit
gpon-olt(profile-onu:3)# exit
By Web --------------
11 / 82
3, Select the ONU template
12 / 82
ONU automatic authorize
By CLI --------------
gpon-olt(profile-onu:3)# commit
gpon-olt(profile-onu:3)# exit
By Web --------------
13 / 82
2, Equipment ID binding ONU profile
14 / 82
If ONU is successfully registered, working will be shown here
Create a line profile and srv profile. When the ONU online, it can be bound the
corresponding line profile and srvprofile according to the Equipment id.
Planning Data
15 / 82
ONU Type The type of onu 2801ZG
ONU SN ONU serial number GPON000000C0
OLT PON The PON port of OLT GPON 0/1
Equipment id The Equipment id of ONU V2801ZGV8.0
Tcont Tcont 1
Gemport Gemport 1
Service The onu Service Vlan 100
Service-port The onu service-port Vlan 100
Mode tag
By CLI --------------
gpon-olt(profile-onu:3)# commit
gpon-olt(profile-onu:3)# exit
gpon-olt(profile-dba:4)# exit
gpon-olt(profile-dba:4)# commit
gpon-olt(profile-line:1)# commit
gpon-olt(profile-line:1)# exit
16 / 82
gpon-olt(profile-srv:1)# portvlan eth 1 mode hybrid def_vlan 100
gpon-olt(profile-srv:1)# commit
gpon-olt(profile-srv:1)# exit
gpon-olt(config-pon-0/1)#exit
By Web --------------
17 / 82
2, Equipment ID bind ONU profile
18 / 82
4, create tcont
19 / 82
5, create gemport
6 create service
20 / 82
7、create service-port
21 / 82
8、create service profile
10、bind profile
22 / 82
11, enable automatic learn mode
By CLI --------------
23 / 82
gpon-olt(config-pon-0/1)# show onu state
OnuIndex Admin State OMCC State Phase State Config State Channel
---------------------------------------------------------------------------------------------------------------------------
By Web --------------
By CLI --------------
gpon-olt(config-pon-0/1)# no onu 1
By Web --------------
24 / 82
25 / 82
Case 1 SFU Bridge
Network Diagram
DHCP/PPPoE/Static
10.1.1.1/24
Planning Data
26 / 82
No. planning of the operator.
ONU Type The type of the ONU. 2801ZG
ONU SN ONU serial number GPON000000C0
OLT PON The PON port of OLT GPON 0/1
Equipid The Equipment id of ONU V2801ZGV8.0
OLT Service The VLAN ID of the uplink port service. VLAN mode = UNTAG
Uplink VLAN PVID = 100
Service Configure according to the number of GE8
Uplink port the actually
used uplink port.
ONU Service LAN The number of the actually used ONU LAN1
port port.
Tcont The onu Tcont Tcont=1
Gemport The onu Gemport Gemport=1
Dba The ONU dba profile Dba name= dba_1
Dba type = 3
Service vlan The vlan of ONU service. Service Vlan = 100
Service-port The vlan of onu service-port Service-port vlan =100
uservlan
Portvlan The vlan of onu port Portvlan=100
Mode=hybrid
If DHCP The router use DHCP assign ip to PC. Gateway = 10.1.1.1
mode IP Range 10.1.1.2-
10.1.1.254
IP Mask = 255.255.255.0
DNS = 8.8.8.8
PC If PPPoE The router use PPPoE assign ip to PC. IP Range 10.1.1.2-
mode 10.1.1.254
IP Mask = 255.255.255.0
User name = test
Password = test
If Static The router use Static assign ip to PC. Gateway = 10.1.1.1
mode IP = 10.1.1.100
IP Mask = 255.255.255.0
DNS = 8.8.8.8
By CLI --------------
27 / 82
gpon-olt(config)# vlan 100
gpon-olt(config-vlan-100)# exit
gpon-olt(config-if-ge0/8)# exit
By Web --------------
28 / 82
3, Configure GE port PVID
By CLI --------------
29 / 82
gpon-olt(profile-dba:1)# commit
gpon-olt(profile-dba:1)# exit
By Web --------------
30 / 82
3,Authorize ONU
31 / 82
4, Configure ONU
32 / 82
33 / 82
Case 2 SFU Bridge With IPTV
Network Diagram
34 / 82
Planning Data
CLI
gpon-olt(config)# vlan 300
gpon-olt(config-vlan-300)# exit
35 / 82
gpon-olt(config-if-ge0/7)# switchport hybrid pvid vlan 300
gpon-olt(config-if-ge0/7)# exit
gpon-olt(config-pon-0/1)# exit
36 / 82
3,enable IGMP snooping function
37 / 82
38 / 82
Configuring the ONU
CLI
pon-olt(config)# interface gpon 0/1
gpon-olt(config-pon-0/1)# exit
39 / 82
2, Create ONU profile for 1GE ONU
40 / 82
3,Authorize ONU
4,Configure ONU
41 / 82
42 / 82
43 / 82
Case 4 HGU Router --Internet
Network Diagram
DHCP/PPPoE/Static
10.1.1.1/24
Planning Data
44 / 82
VLAN
Service Configure according to the number of GE8
Uplink port the actuallyused uplink port.
Service The VLAN ID of the PON port service. VLAN mode = TAG
PON VLAN VLAN ID = 100
Service Configure according to the number of PON1
PON port the actuallyused PON port.
ONU Service LAN The VLAN ID of the LAN port service. Default
VLAN No VLAN
Service LAN The number of the actually used ONU LAN1
port port.
Service LAN The VLAN ID of the LAN port service. VLAN mode = TAG
VLAN PVID = 100
Service LAN The number of the actually used ONU LAN1
port port.
Tcont The onu Tcont Tcont=1
Gemport The onu Gemport Gemport=1
Dba The ONU dba profile Dba name=dba_1
Dba type = 3
Service vlan The vlan of ONU service. Service Vlan = 100
Service- The vlan of onu service-port Service-port vlan =100
port
uservlan
WiFi Wireless’s SSID name,Security. SSID1 name = SSID-1
Security method = WAP2
Mixed
WPA Encryption = TKIP
WPA2 Encryption = AES
KEY = 12345678
Service The VLAN ID of the PON(WAN) port VLAN ID = 100
WAN service.
VLAN
If WAN use The router use DHCP assign ip to Gateway = 10.1.1.1
DHCP mode terminal user. IP Range 10.1.1.2-
10.1.1.254
IP Mask = 255.255.255.0
DNS = 8.8.8.8
If WAN use The router use PPPoE assign ip to IP Range 10.1.1.2-
PPPoE terminal user. 10.1.1.254
mode IP Mask = 255.255.255.0
User name = test
Password = test
If WAN use The router use Static assign ip to Gateway = 10.1.1.1
45 / 82
Static terminal user. IP = 10.1.1.100
mode IP Mask = 255.255.255.0
DNS = 8.8.8.8
PC DHCP mode The ONU use DHCP assign ip to PC. Gateway = 192.168.1.1
IP = 192.168.1.2
IP Mask = 255.255.255.0
DNS = 192.168.1.1
By CLI --------------
gpon-olt(config-vlan-100)# exit
gpon-olt(config-if-ge0/8)# exit
By web --------------
46 / 82
2. configure GE port VLAN mode
47 / 82
Configuring the ONU
By CLI --------------
By web --------------
48 / 82
2, Find the ONU of Autofind lists and perform authorization operations on it
49 / 82
4, Configure ONU
50 / 82
Add new wan and submit this configuration
51 / 82
submit
Status is connected
52 / 82
If PPPoE mode
Submit running-config
53 / 82
The connection status
54 / 82
If static mode
55 / 82
The connection status
WIFI
If DHCP mode
56 / 82
The connection status
If PPPoE mode
57 / 82
The connection status
If Static mode
58 / 82
The connection status
WiFi
59 / 82
60 / 82
Case 5 HGU Router --VoIP
Network Diagram
DHCP/PPPoE/Static
10.1.2.1/24
Planning Data
61 / 82
OLT Service The VLAN ID of the uplink port service. VLAN mode = UNTAG
Uplink PVID = 200
VLAN
Service Configure according to the number of GE6
Uplink port the actuallyused uplink port.
Service The VLAN ID of the PON port service. VLAN mode = TAG
PON VLAN VLAN ID = 200
Service Configure according to the number of PON1
PON port the actuallyused PON port.
ONU Service The VLAN ID of the PON(WAN) port VLAN ID = 200
WAN service.
VLAN
Service The number of the actually used ONU POTS1
POTS port port.
Tcont The onu Tcont Tcont=1
Gemport The onu Gemport Gemport=1
Dba The ONU dba profile Dba name=dba_1
Dba type = 3
Service vlan The vlan of ONU service. Service Vlan = 200
Service-port The vlan of onu service-port Service-port vlan =200
uservlan
If WAN use The router use DHCP assign ip to ONU. Gateway = 10.1.2.1
DHCP mode IP Range 10.1.2.2-
10.1.2.254
IP Mask = 255.255.255.0
DNS = 8.8.8.8
If WAN use The router use PPPoE assign ip to IP Range 10.1.2.2-
PPPoE ONU. 10.1.2.254
mode IP Mask = 255.255.255.0
User name = test1
Password = test1
If WAN use The router use Static assign ip to ONU. Gateway = 10.1.2.1
Static IP = 10.1.2.100
mode IP Mask = 255.255.255.0
DNS = 8.8.8.8
By CLI --------------
62 / 82
gpon-olt(config-vlan-200)# exit
gpon-olt(config)# interface gigabitethernet 0/6
gpon-olt(config-if-ge0/6)# switchport hybrid vlan 200 untagged
gpon-olt(config-if-ge0/6)# switchport hybrid pvid vlan 200
gpon-olt(config-if-ge0/6)# exit
By Web --------------
63 / 82
Configuring the ONU
By CLI --------------
By web --------------
Configure ONU
64 / 82
65 / 82
66 / 82
67 / 82
The connection status
If DHCP mode
68 / 82
The connection status
If PPPoE mode
69 / 82
The connection status
If Static mode
70 / 82
The connection status
71 / 82
VoIP
72 / 82
Case 6 HGU Bridge --IPTV
Network Diagram
DHCP/PPPoE/Static
10.1.3.1/24
Planning Data
73 / 82
ONU Auth Configure according to the network 1
No. planning of theoperator.
ONU Type The type of the ONU. HG326RGW
OLT Service The VLAN ID of the uplink port VLAN mode = UNTAG
Uplink VLAN service. PVID = 300
Service Configure according to the number GE7
Uplink port of the actuallyused uplink port.
Service PON The VLAN ID of the PON port VLAN mode = TAG
VLAN service. VLAN ID = 300
Service PON Configure according to the number PON1
port of the actuallyused PON port.
ONU Service The VLAN ID of the PON(WAN) port VLAN mode=
WAN service. Transparent
VLAN
Service The VLAN ID of the LAN port service. VLAN mode = UNTAG
LAN LAN VLAN ID = 300
VLAN Multicast VLAN ID = 300
Service LAN The number of the actually used LAN4
port ONU port.
Tcont The onu Tcont Tcont=1
Gemport The onu Gemport Gemport=1
Dba The ONU dba profile Dba name=dba_1
Dba type = 3
Service vlan The vlan of ONU service. Service Vlan = 100
Service-port The vlan of onu service-port Service-port vlan =100
uservlan
STB Management The IP for STB. Gateway = 10.1.3.1
IP IP = 10.1.3.100
IP Mask = 255.255.255.0
By CLI --------------
gpon-olt(config-vlan-100)# exit
74 / 82
gpon-olt(config-if-ge0/7)# switchport hybrid pvid vlan 300
gpon-olt(config-if-ge0/7)# exit
gpon-olt(config-pon-0/1)# exit
By web --------------
75 / 82
3,enable IGMP snooping function
76 / 82
77 / 82
Configuring the ONU
By CLI --------------
gpon-olt(config-pon-0/1)# exit
By web --------------
Configure ONU
78 / 82
79 / 82
80 / 82
Or by ONU web --------------
81 / 82
82 / 82