0% found this document useful (0 votes)
114 views82 pages

GPON OLT APP Example Manual v1.2

This document provides examples of how to authorize and configure different types of ONU devices on a GPON network using an OLT, including: 1. Manual and automatic authorization of an SFU bridge ONU and configuration of the OLT and ONU. 2. Manual and automatic authorization of an HGU router ONU and configuration of the OLT and ONU. 3. Automatic configuration of an ONU using profiles, where a line profile and service profile can be bound to the ONU when it comes online. 6 case studies are provided demonstrating different network scenarios including SFU bridging, IPTV, internet access, and VoIP.

Uploaded by

Marcelo Claudio
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
114 views82 pages

GPON OLT APP Example Manual v1.2

This document provides examples of how to authorize and configure different types of ONU devices on a GPON network using an OLT, including: 1. Manual and automatic authorization of an SFU bridge ONU and configuration of the OLT and ONU. 2. Manual and automatic authorization of an HGU router ONU and configuration of the OLT and ONU. 3. Automatic configuration of an ONU using profiles, where a line profile and service profile can be bound to the ONU when it comes online. 6 case studies are provided demonstrating different network scenarios including SFU bridging, IPTV, internet access, and VoIP.

Uploaded by

Marcelo Claudio
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 82

APPLICATION WHITE PAPER

—GPON APP NOTE/EXAMPLE


Version V1.2

Release Date :2018-11-26

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

Item Description Example


DBA profile The DBA of ONU Assured :10M
Maximum :100M

By CLI --------------
gpon-olt(config)# profile dba

gpon-olt(profile-dba:1)# type 3 assured 10000 maximum 100000

gpon-olt(profile-dba:1)# commit

By Web --------------

4 / 82
SFU Authorization

Planning Data

Item Description Example


ONU Type The type of onu V2801ZG
ONU SN ONU serial number GPON00000015
OLT PON The PON port of OLT GPON 0/1
Equipid The Equipment id of ONU V2801ZGV8.0

ONU Manual authorize

By CLI --------------

gpon-olt(config)# profile onu name V2801ZG

gpon-olt(profile-onu:3)# port-num eth 1

gpon-olt(profile-onu:3)# commit

gpon-olt(profile-onu:3)# exit

gpon-olt(config)# show onu auto-find

gpon-olt(config)# interface gpon 0/1

gpon-olt(config-pon-0/1)# onu add 1 profile V2801ZG sn GPON00000015

By Web --------------

1、Create ONU profile for 1GE ONU

5 / 82
2, Find the ONU of Autofind lists and perform authorization operations on it

3, Select the 1GE ONU template

6 / 82
If ONU is successfully registered, working will be shown here

ONU automatic authorize

By CLI --------------

gpon-olt(config)# profile onu name V2801ZG

gpon-olt(profile-onu:3)# port-num eth 1

gpon-olt(profile-onu:3)# commit

7 / 82
gpon-olt(profile-onu:3)# exit

gpon-olt(config)# show onu auto-find detail-info

gpon-olt(config)# onu auto-learn bind onu-profile V2801ZGV8.0 V2801ZG

gpon-olt(config)# interface gpon 0/1

gpon-olt(config-pon-0/1)# onu auto-learn

By Web --------------

1、Create ONU profile for 1GE ONU

2, Equipment ID binding ONU profile

8 / 82
3, enable automatic learn mode of PON port

If ONU is successfully registered, working will be shown here

9 / 82
HGU Authorization

Planning Data

Item Description Example


ONU Type The type of onu HG326RGW
ONU SN ONU serial number GPON000010E0
OLT PON The PON port of OLT GPON 0/1
Equipid The Equipment id of ONU IGD

ONU Manual authorize

By CLI --------------

gpon-olt(config)# profile onu name HG326RGW

gpon-olt(profile-onu:3)# port-num veip 1

gpon-olt(profile-onu:3)# commit

gpon-olt(profile-onu:3)# exit

gpon-olt(config)# show onu auto-find


10 / 82
gpon-olt(config)# interface gpon 0/1

gpon-olt(config-pon-0/1)# onu add 1 profile HG326RGW sn GPON0000 10E0

By Web --------------

1、Create ONU profile for 4GE HGU

2, Find the ONU of Autofind lists and perform authorization operations on it

11 / 82
3, Select the ONU template

If ONU is successfully registered, working will be shown here

12 / 82
ONU automatic authorize

By CLI --------------

gpon-olt(config)# profile onu name HG326RGW

gpon-olt(profile-onu:3)# port-num veip 1

gpon-olt(profile-onu:3)# commit

gpon-olt(profile-onu:3)# exit

gpon-olt(config)# show onu auto-find detail-info

gpon-olt(config)# onu auto-learn bind onu-profile IGD HG326RGW

gpon-olt(config)# interface gpon 0/1

gpon-olt(config-pon-0/1)# onu auto-learn

By Web --------------

1、Create ONU profile for 4GE HGU

13 / 82
2, Equipment ID binding ONU profile

3, enable automatic learn mode

14 / 82
If ONU is successfully registered, working will be shown here

Automatic Configure the ONU By Profile

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

Item Description Example

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

Automatic configure onu

By CLI --------------

gpon-olt(config)# profile onu name V2801ZG

gpon-olt(profile-onu:3)# port-num eth 1

gpon-olt(profile-onu:3)# commit

gpon-olt(profile-onu:3)# exit

gpon-olt(config)# profile dba name dba_1

gpon-olt(profile-dba:4)# type 3 assured 10000 maximum 100000

gpon-olt(profile-dba:4)# exit

gpon-olt(profile-dba:4)# commit

gpon-olt(config)# profile line name line1

gpon-olt(profile-line:1)# tcont 1 dba dba_1

gpon-olt(profile-line:1)# gemport 1 tcont 1

gpon-olt(profile-line:1)# service 1 gemport 1 vlan 100

gpon-olt(profile-line:1)# service-port 1 gemport 1 uservlan 100 vlan 100

gpon-olt(profile-line:1)# commit

gpon-olt(profile-line:1)# exit

pon-olt(config)# profile srv name srv1

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)# onu auto-learn bind onu-profile V2801ZG8.0 V2801ZG

gpon-olt(config)# onu auto-learn bind line-profile V2801ZGV8.0 line1

gpon-olt(config)# onu auto-learn bind srv-profile V2801ZGV8.0 srv1

gpon-olt(config)# interface gpon 0/1

gpon-olt(config-pon-0/1)# onu auto-learn

gpon-olt(config-pon-0/1)#exit

By Web --------------

1、Create ONU profile for 1GE ONU

17 / 82
2, Equipment ID bind ONU profile

3, create line 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

9、create service profile

10、bind profile
22 / 82
11, enable automatic learn mode

Show/Delete the ONU

Show the ONU status

By CLI --------------

23 / 82
gpon-olt(config-pon-0/1)# show onu state

OnuIndex Admin State OMCC State Phase State Config State Channel

---------------------------------------------------------------------------------------------------------------------------

1/1/1:1 enable enable working succeeded 1(GPON)

By Web --------------

Delete the ONU status

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

Item Description Example


ONU Slot No. The number of the slot actually used. 0
Information PON No. The number of the actually used PON 1
port.
ONU Auth Configure according to the network 1

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

Configuring the OLT

By CLI --------------

27 / 82
gpon-olt(config)# vlan 100

gpon-olt(config-vlan-100)# exit

gpon-olt(config)# interface gigabitethernet 0/8

gpon-olt(config-if-ge0/8)# switchport hybrid vlan 100 untagged

gpon-olt(config-if-ge0/8)# switchport hybrid pvid vlan 100

gpon-olt(config-if-ge0/8)# exit

By Web --------------

1, Create a new VLAN

2. Configure GE port VLAN mode

28 / 82
3, Configure GE port PVID

Configuring the ONU

By CLI --------------

gpon-olt(config)#profile dba name dba_1

gpon-olt(profile-dba:1)# type 3 assured 10000 maximum 1000000

29 / 82
gpon-olt(profile-dba:1)# commit

gpon-olt(profile-dba:1)# exit

gpon-olt(config)# interface gpon 0/1

gpon-olt(config-pon-0/1)# onu 1 tcont 1 dba dba_1

gpon-olt(config-pon-0/1)# onu 1 gemport 1 tcont 1

gpon-olt(config-pon-0/1)# onu 1 service 1 gemport 1 vlan 100

gpon-olt(config-pon-0/1)#onu 1 service-port 1 gemport 1 uservlan 100 vlan 100

gpon-olt(config-pon-0/1)#onu 1 portvlan eth 1 mode hybrid def_vlan 100

By Web --------------

1, create DBA profile

2,Create ONU profile for 1GE ONU

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

Item Description Example


ONU Slot No. The number of the slot actually 0
Information used.
PON No. The number of the actually used 1
PON port.
ONU Auth Configure according to the network 1
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
Service PON Configure according to the number PON1
port of the actually used PON port.
ONU Service LAN The number of the actually used LAN1
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 = 300
Service-port The vlan of onu service-port Service-port vlan =300
uservlan
Portvlan The vlan of onu port Portvlan=300
Mode=hybrid
IGMP IGMP Group The IP of IGMP source IP = 239.0.0.1

Configuring the OLT

CLI
gpon-olt(config)# vlan 300

gpon-olt(config-vlan-300)# exit

gpon-olt(config)# interface gigabitethernet 0/7

gpon-olt(config-if-ge0/7)# switchport hybrid vlan 300 untagged

35 / 82
gpon-olt(config-if-ge0/7)# switchport hybrid pvid vlan 300

gpon-olt(config-if-ge0/7)# exit

gpon-olt(config)# ip igmp snooping enable

gpon-olt(config)# ip igmp snooping general-query-packet enable

gpon-olt(config)# ip igmp snooping mrouter vlan 300 interface gigabitethernet 0/7

gpon-olt(config)#ip igmp snooping mvlan 300 unknown-multicast drop igmp trap-to-cpu

gpon-olt(config)# interface gpon 0/1

gpon-olt(config-pon-0/1)# ip igmp snooping user-vlan 300 group-vlan 300 tagged

gpon-olt(config-pon-0/1)# exit

1,create a new VLAN for IGMP

2, configure VLAN mode

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)# onu 1 tcont 1 dba dba_1

gpon-olt(config-pon-0/1)# onu 1 gemport 3 tcont 1

gpon-olt(config-pon-0/1)# onu 1 service 1 gemport 3 vlan 300

gpon-olt(config-pon-0/1)#onu 1 service-port 1 gemport 3 uservlan 300 vlan 300

gpon-olt(config-pon-0/1)#onu 1 portvlan eth 1 mode hybrid def_vlan 300

gpon-olt(config-pon-0/1)# onu 1 mvlan 300

gpon-olt(config-pon-0/1)# onu 1 mvlan tag-strip eth 1

gpon-olt(config-pon-0/1)# exit

create DBA profile

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

Item Description Example


ONU Slot No. The number of the slot actually used. 0
Information PON No. The number of the actually used PON 1
port.
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 service. VLAN mode = UNTAG
Uplink PVID = 100

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

Configuring the OLT

By CLI --------------

gpon-olt(config)# vlan 100

gpon-olt(config-vlan-100)# exit

gpon-olt(config)# interface gigabitethernet 0/8

gpon-olt(config-if-ge0/8)# switchport hybrid vlan 100 untagged

gpon-olt(config-if-ge0/8)# switchport hybrid pvid vlan 100

gpon-olt(config-if-ge0/8)# exit

By web --------------

1,Create a new VLAN

46 / 82
2. configure GE port VLAN mode

3, configure GE port PVID

47 / 82
Configuring the ONU

By CLI --------------

gpon-olt(config)# interface gpon 0/1

gpon-olt(config-pon-0/1)# onu 1 tcont 1 dba dba_1

gpon-olt(config-pon-0/1)# onu 1 gemport 1 tcont 1

gpon-olt(config-pon-0/1)# onu 1 service 1 gemport 1 vlan 100

gpon-olt(config-pon-0/1)# onu 1 service-port 1 gemport 1 uservlan 100 vlan 100

gpon-olt(config-pon-0/1)# onu 1 portvlan veip 1 mode transparent

1, Create ONU profile for 4GE HGU

By web --------------

48 / 82
2, Find the ONU of Autofind lists and perform authorization operations on it

3, Select the 1GE ONU template

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

Or by ONU web --------------

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

Item Description Example


ONU Slot No. The number of the slot actually used. 0
Information PON No. The number of the actually used PON 1
port.
ONU Auth Configure according to the network 1
No. planning of theoperator.
ONU Type The type of the ONU. HG326RGW

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

Configuring the OLT

By CLI --------------

gpon-olt(config)# vlan 200

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 --------------

1, create a new VLAN

2.configure GE VLAN mode

63 / 82
Configuring the ONU

By CLI --------------

gpon-olt(config-pon-0/1)# onu 1 tcont 1 dba dba_1

gpon-olt(config-pon-0/1)# onu 1 gemport 2 tcont 1

gpon-olt(config-pon-0/1)# onu 1 service 1 gemport 2 vlan 200

gpon-olt(config-pon-0/1)# onu 1 service-port 1 gemport 2 uservlan 200 to 200 transparent

By web --------------

Configure ONU

64 / 82
65 / 82
66 / 82
67 / 82
The connection status

By ONU web --------------

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

Item Description Example


ONU Slot No. The number of the slot actually 0
Information used.
PON No. The number of the actually used 1
PON port.

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

Configuring the OLT

By CLI --------------

gpon-olt(config)# vlan 300

gpon-olt(config-vlan-100)# exit

gpon-olt(config)# interface gigabitethernet 0/7

gpon-olt(config-if-ge0/7)# switchport hybrid vlan 300 untagged

74 / 82
gpon-olt(config-if-ge0/7)# switchport hybrid pvid vlan 300

gpon-olt(config-if-ge0/7)# exit

gpon-olt(config)# ip igmp snooping enable

gpon-olt(config)# ip igmp snooping general-query-packet enable

gpon-olt(config)# ip igmp snooping mrouter vlan 300 interface gigabitethernet 0/7

gpon-olt(config)#ip igmp snooping mvlan 300 unknown-multicast drop igmp trap-to-cpu

gpon-olt(config)# interface gpon 0/1

gpon-olt(config-pon-0/1)# ip igmp snooping user-vlan 300 group-vlan 300 tagged

gpon-olt(config-pon-0/1)# exit

By web --------------

1\create a new VLAN for IGMP

2, configure VLAN mode

75 / 82
3,enable IGMP snooping function

76 / 82
77 / 82
Configuring the ONU

By CLI --------------

pon-olt(config)# interface gpon 0/1

gpon-olt(config-pon-0/1)# onu 1 tcont 1 dba dba_1

gpon-olt(config-pon-0/1)# onu 1 gemport 3 tcont 1

gpon-olt(config-pon-0/1)# onu 1 service 1 gemport 3 vlan 300

gpon-olt(config-pon-0/1)# onu 1 service-port 1 gemport 3 uservlan 300 to 300 transparent

gpon-olt(config-pon-0/1)# onu 1 mvlan 300

gpon-olt(config-pon-0/1)# onu 1 mvlan tag-strip eth 1

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

You might also like