Create the same DBA profile for different types of services. Set the profile name to
ftth_dba
, profile type to
type3
, assured bandwidth to 8 Mbit/s, and maximum bandwidth
to 20 Mbit/s.
huawei(config)#
dba-profile add profile-name ftth_dba type3 assure 8192 max
20480
NOTE
The DBA implementation is based on an ONT. Therefore, select a DBA profile of the proper bandwidth
type and configure proper bandwidth according to the service types and total user count of the ONT. Note
that the sum of the fixed bandwidth and the assured bandwidth must not be greater than the total bandwidth
of the PON port.
2.
Configure an ONT line profile.
Create a GPON ONT line profile, named
ftth
, and bind it to the DBA profile
ftth_dba
.
huawei(config)#
ont-lineprofile gpon profile-name ftth
huawei(config-gpon-lineprofile-1)#
tcont 4 dba-profile-name ftth_dba
Create different GEM ports according to different service types, in which
l
GEM port 11 is used to carry management services.
l
GEM port 12 is used to carry voice services.
l
GEM port 13 is used to carry video services.
l
GEM port 14 is used to carry Internet access services.
huawei(config-gpon-lineprofile-1)#
gem add 11 eth tcont 4
huawei(config-gpon-lineprofile-1)#
gem add 12 eth tcont 4
huawei(config-gpon-lineprofile-1)#
gem add 13 eth tcont 4
huawei(config-gpon-lineprofile-1)#
gem add 14 eth tcont 4
NOTE
1. To change the default QoS mode, run the
qos-mode
command to set the QoS mode to
gem-car
or
flow-car
, and run the
gem add
command to set the index of the traffic profile bound to the GEM port.
2. When the QoS mode is priority-queue (PQ), the default queue priority is 0; when the QoS mode is
flow-car or gem-car, traffic profile 6 is bound to the GEM port by default (no rate limitation).
After the configurations are complete, run the
commit
command to apply the parameters
settings.
huawei(config-gpon-lineprofile-1)#
commit
huawei(config-gpon-lineprofile-1)#
quit
3.
Configure an ONT service profile.
Create a GPON ONT service profile, named
ftth
. Configure the capability set of the ETH
port and POTS port to
adaptive
. Then the system automatically adapts to the ONT
according to the actual capability of the online ONT.
huawei(config)#
ont-srvprofile gpon profile-name ftth
huawei(config-gpon-srvprofile-1)#
ont-port eth adaptive pots adaptive
After the configurations are complete, run the
commit
command to apply the parameters
setting.
huawei(config-gpon-srvprofile-1)#
commit
huawei(config-gpon-srvprofile-1)#
quit
4.
(Optional) Add an alarm profile.
l
The default GPON alarm profile 1 is used. The alarm thresholds of the default alarm
profile are 0, which indicates that no alarm is generated.
l
In this example, the default alarm profile is used, and therefore the configuration of the
alarm profile is not required.
SmartAX MA5600T/MA5603T/MA5608T Multi-service
Access Module
Commissioning and Configuration Guide
9 FTTH Configuration
Issue 01 (2014-04-30)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
633