Page 211 / 429 Scroll up to view Page 206 - 210
Enabling Layer 2 Service Channels Between an OLT and a GPON ONT (on the
OLT CLI)
To configure GPON ONT-side services, enable Layer 2 service channels between the OLT and
the GPON ONT.
Prerequisite
You need to enter the OLT CLI to perform the following operations that are based on the OLT
CLI.
Data Plan
Table 3-11
shows the data plan for enabling Layer 2 service channels between the OLT and the
GPON ONT:
Table 3-11
Data plan
Service
Classificat
ion
Item
Data
Remarks
Network
data
FTTH
l
OLT PON port: 0/1/1
l
ONT ID: 1-2
-
Service
VLAN
HSI service
l
SVLAN: 100
l
CVLAN: 10
-
VoIP service
l
SVLAN: 200
l
CVLAN: 20
Wi-Fi service
l
SVLAN: 400
l
CVLAN: 40
U2560 management
channel
l
SVLAN: 500
l
CVLAN: 50
QoS
(Priority)
HSI service
Priority: 1; queue scheduling:
WRR
l
Generally, the
QoS priorities is
NMS service and
VoIP service >
Internet access
service in a
descending
order.
l
Generally, the
priority is set on
the ONT, and the
OLT inherits the
priority set on the
ONT.
VoIP service
Priority: 6; queue scheduling:
PQ
Wi-Fi service
Priority: 1; queue scheduling:
WRR
U2560 management
channel
Priority: 7; queue scheduling:
PQ
EchoLife HG8010/HG8240B/HG8245T/HG8247T GPON
Terminal
Service Manual
3 Configuration
Issue 01 (2011-10-18)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
203
Page 212 / 429
Service
Classificat
ion
Item
Data
Remarks
QoS (DBA)
HSI service
l
Profile type: Type4
l
Maximum bandwidth: 100
Mbit/s
l
T-CONT ID: 1
l
DBA is used to
control the
upstream
bandwidth of the
ONT. DBA
profiles are
bound to
TCONTs.
Different
TCONTs are
planned for
different
bandwidth
assurance types.
l
Generally, the
service with a
high priority
adopts a fixed
bandwidth or an
assured
bandwidth, and
the service with a
low priority
adopts the
maximum
bandwidth or
best effort.
VoIP service
l
Profile type: Type3
l
Assured bandwidth: 15
Mbit/s
l
Maximum bandwidth: 30
Mbit/s
l
T-CONT ID: 2
Wi-Fi service
l
Profile type: Type4
l
Maximum bandwidth: 200
Mbit/s
l
T-CONT ID: 3
U2560 management
channel
l
Profile type: Type2
l
Assured bandwidth: 15
Mbit/s
l
T-CONT ID: 4
QoS (CAR)
HSI service
Upstream and downstream
bandwidth: 4 Mbit/s
l
Traffic control
can be
implemented on
the BRAS, or on
the OLT or ONT
by using port rate
limitation or
using a traffic
profile to limit
the upstream and
downstream
traffic.
l
Generally, in the
case of FTTH,
limit the rate on
the OLT; in the
case of FTTB/
FTTC, limit the
rate on the ONT.
VoIP service
No rate limitation in the
upstream and downstream
directions
Wi-Fi service
Upstream and downstream
bandwidth: 6 Mbit/s
U2560 management
channel
No rate limitation in the
upstream and downstream
directions
EchoLife HG8010/HG8240B/HG8245T/HG8247T GPON
Terminal
Service Manual
3 Configuration
Issue 01 (2011-10-18)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
204
Page 213 / 429
Flow Chart
Table 3-11
shows the flow chart for enabling Layer 2 service channels between the OLT and
the GPON ONT:
Figure 3-7
Flow chart
Procedure
Step 1
Create SVLANs and add an upstream port to them.
The VLAN type is Smart and the VLAN IDs are 100, 200, 400 and 500, VLAN 100 is for HSI
service; VLAN 200 is for VoIP service; VLAN 400 is for Wi-Fi service and VLAN 500 is for
the U2560 management channel. The VLAN for the Internet access service is a stacking VLAN.
Add the upstream port 0/19/0 to the VLAN.
huawei(config)#
vlan 100,200,400,500 smart
huawei(config)#
vlan attrib 100 stacking
huawei(config)#
port vlan 100,200,400,500 0/19 0
Step 2
Enables ARP proxy.
For different users of the same SVLAN, because the service ports of the smart VLAN are isolated
from each other, the voice media streams cannot interchange normally. Therefore, the ARP
proxy function of the OLT needs to be enabled.
EchoLife HG8010/HG8240B/HG8245T/HG8247T GPON
Terminal
Service Manual
3 Configuration
Issue 01 (2011-10-18)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
205
Page 214 / 429
huawei(config)#
arp proxy enable
huawei(config)#
interface vlanif 200
huawei(config-if-vlanif200)#
arp proxy enable
huawei(config-if-vlanif200)#
quit
Step 3
Configure GPON ONT profiles.
GPON ONT profiles include the DBA profile, line profile, service profile, and alarm profile.
l
DBA profile: A DBA profile describes the GPON traffic parameters. A T-CONT is bound
to a DBA profile for dynamic bandwidth allocation, improving the upstream bandwidth usage
rate.
l
Line profile: A line profile describes the binding between the T-CONT and the DBA profile,
the QoS mode of the traffic stream, and the mapping between the GEM port and the ONT-
side service.
l
Service profile: A service profile provides the service configuration channel for the ONT
that is managed through OMCI.
l
Alarm profile: An alarm profile contains a series of alarm thresholds to measure and monitor
the performance of activated ONT lines. When a statistical value reaches the threshold, the
host is notified and an alarm is reported to the log host and the NMS.
1.
Configure a DBA profile.
Run the
display dba-profile
command to query the existing DBA profiles in the system.
If the existing DBA profiles in the system do not meet the requirement, run the
dba-profile
add
command to create a DBA profile.
l
HSI service: Set the DBA profile ID to 10, type to type4, and maximum bandwidth to
100 Mbit/s.
l
VoIP service: Set the DBA profile ID to 20, type to Type3, assured bandwidth to 15
Mbit/s, and maximum bandwidth to 30 Mbit/s.
l
Wi-Fi service: Set the DBA profile ID to 30, type to type4, and maximum bandwidth
to 200 Mbit/s.
l
U2560 management channel: Set the DBA profile ID to 40, type to Type2, assured
bandwidth to 15 Mbit/s.
huawei(config)#
dba-profile add profile-id 10 type4 max 102400
huawei(config)#
dba-profile add profile-id 20 type3 assure 30720 max 102400
huawei(config)#
dba-profile add profile-id 30 type4 max 204800
huawei(config)#
dba-profile add profile-id 40 type2 assure 30720
2.
Configure an ONT line profile.
Create GPON ONT line profile 10.
l
HSI service: Bind the T-CONT which ID is 1 to DBA profile 10.
l
VoIP service: Bind the T-CONT which ID is 2 to DBA profile 20.
l
Wi-Fi service: Bind the T-CONT which ID is 3 to DBA profile 30.
l
U2560 management channel: Bind the T-CONT which ID is 4 to DBA profile 40.
huawei(config)#
ont-lineprofile gpon profile-id 10
huawei(config-gpon-lineprofile-10)#
tcont 1 dba-profile-id 10
huawei(config-gpon-lineprofile-10)#
tcont 2 dba-profile-id 20
huawei(config-gpon-lineprofile-10)#
tcont 3 dba-profile-id 30
huawei(config-gpon-lineprofile-10)#
tcont 4 dba-profile-id 40
Add GEM ports which are used to carry service streams of the ETH type and bind the GEM
ports to T-CONTs. Set the QoS mode to priority-queue (default).
l
HSI service: Add a GEM port which ID is 1 and bind the GEM port to T-CONT 1.
l
VoIP service: Add a GEM port which ID is 2 and bind the GEM port to T-CONT 2.
EchoLife HG8010/HG8240B/HG8245T/HG8247T GPON
Terminal
Service Manual
3 Configuration
Issue 01 (2011-10-18)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
206
Page 215 / 429
l
Wi-Fi service: Add a GEM port which ID is 3 and bind the GEM port to T-CONT 3.
l
U2560 management channel: Add a GEM port which ID is 4 and bind the GEM port
to T-CONT 4.
NOTE
a.
To change the QoS mode, run the
qos-mode
command to configure the QoS mode to gem-car or flow-
car, and run the
gem add
command to configure the ID of the traffic profile bound to the GEM port.
b.
When the QoS mode is PQ, the default queue priority is 0; when the QoS is flow-car, traffic profile 6
is bound to the port by default (no rate limitation); when the QoS mode is gem-car, traffic profile 6 is
bound to the port by default (no rate limitation).
huawei(config-gpon-lineprofile-10)#
gem add 1 eth tcont 1
huawei(config-gpon-lineprofile-10)#
gem add 2 eth tcont 2
huawei(config-gpon-lineprofile-10)#
gem add 3 eth tcont 3
huawei(config-gpon-lineprofile-10)#
gem add 4 eth tcont 4
Configure the mapping between the GEM port and the ONT-side service to the VLAN
mapping mode (default) and map the service port of CVLAN 20 to the GEM port.
l
HSI service: Map user-side VLAN 10 to GEM port 1.
l
VoIP service: Map user-side VLAN 20 to GEM port 2.
l
Wi-Fi service: Map user-side VLAN 40 to GEM port 3.
l
U2560 management channel: Map user-side VLAN 50 to GEM port 4.
huawei(config-gpon-lineprofile-10)#
mapping-mode vlan
huawei(config-gpon-lineprofile-10)#
gem mapping 1 1 vlan 10
huawei(config-gpon-lineprofile-10)#
gem mapping 2 2 vlan 20
huawei(config-gpon-lineprofile-10)#
gem mapping 3 3 vlan 40
huawei(config-gpon-lineprofile-10)#
gem mapping 4 4 vlan 50
After the configurations are complete, run the
commit
command to make the configured
parameters take effect.
huawei(config-gpon-lineprofile-10)#
commit
huawei(config-gpon-lineprofile-10)#
quit
3.
Configure an ONT service profile.
The ID of the VLAN to which ETH port 1 belongs is 10.
The number of ports configured in the service profile must be the same as the actual number
of ONT ports. The flowing table lists the port capabilities ofHG8010/HG8240B/HG8245T/
HG8247T. The HG8247 is used as an example.
Product
Number of
ETH Ports
Number of POTS
Ports
Number of CATV
Ports
HG8010
1
-
-
HG8240/HG8240B
4
2
-
HG8242
4
2
1
HG8245/HG8245T
4
2
-
HG8247/HG8247T
4
2
1
NOTE
The
port vlan
command is use for specifying a port VLAN and managing the attribute of the UNI port
on the ONT remotely. This command is applicable for only the L2 service (L2 Internet access service)
when the ONT functions as a bridge device. When the ONT functions as a gateway device, the
configuration of the port VLAN is implemented on the ONT Web page, NMS, or U2560 server.
EchoLife HG8010/HG8240B/HG8245T/HG8247T GPON
Terminal
Service Manual
3 Configuration
Issue 01 (2011-10-18)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
207

Rate

3.5 / 5 based on 2 votes.

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top