This topic uses a single uplink port as an example. If there are multiple uplink ports,
configure uplink aggregation.
3.
Configure GPON ONU profiles.
GPON ONU profiles include the DBA profile, line profile, service profile, and alarm
profile.
l
DBA profile: describes GPON traffic parameters. A T-CONT is bound to a DBA profile
to allocate dynamic bandwidths, improving upstream bandwidth usage.
l
Line profile: describes the binding between T-CONTs and DBA profiles, quality of
service (QoS) mode of a service port, and mapping between GEM ports and ONU
services.
l
Service profile: provides service configuration channels for an ONU that is managed
through an optical network terminal management and control interface (OMCI).
l
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, a
PON board on the OLT notifies the OLT of this event and sends an alarm to a log host
and the network management system (NMS).
a.
Configure a DBA profile.
Run the
display dba-profile
command to query existing DBA profiles in the system.
If the existing DBA profiles in the system cannot meet site requirements, run the
dba-
profile add
command to add a DBA profile.
Set the DBA profile parameters as follows: profile name
SerialAccess
, type Type3,
assured bandwidth 20 Mbit/s, and maximum bandwidth 50 Mbit/s.
huawei(config)#
dba-profile add profile-name SerialAccess type3 assure
20480 max 51200
b.
Configure an ONU line profile.
Add GPON ONU line profile 10 and bind T-CONT 5 to DBA profile
SerialAccess
.
Then the T-CONT can provide flexible DBA solutions based on different DBA profile
configurations.
huawei(config)#
ont-lineprofile gpon profile-id 10
huawei(config-gpon-lineprofile-10)#
tcont 5 dba-profile-name SerialAccess
Add GEM port 0 to carry management service streams and GEM port 1 to carry service
flows for collecting information in the smart grid. Bind GEM ports 0 and 1 to T-CONT
5. Set the QoS mode to priority-queue (default mode) and the queue priority to 3.
huawei(config-gpon-lineprofile-10)#
gem add 0 eth tcont 5 priority-queue 3
huawei(config-gpon-lineprofile-10)#
gem add 1 eth tcont 5 priority-queue 3
Configure the mapping mode between GEM ports and ONU services to VLAN (default
mode), map service flows of management VLAN 8 to GEM port 0, and map service flows
of service VLAN 30 to GEM port 1.
huawei(config-gpon-lineprofile-10)#
mapping-mode vlan
huawei(config-gpon-lineprofile-10)#
gem mapping 0 0 vlan 8
huawei(config-gpon-lineprofile-10)#
gem mapping 1 1 vlan 30
After the configuration is complete, run the
commit
command to make the configuration
take effect.
huawei(config-gpon-lineprofile-10)#
commit
huawei(config-gpon-lineprofile-10)#
quit
(Optional) Configure an alarm profile.
SmartAX MA5600T/MA5603T/MA5608T Multi-service
Access Module
Commissioning and Configuration Guide
17 Electrical Service Configuration
Issue 01 (2014-04-30)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
1852