Page 91 / 232 Scroll up to view Page 86 - 90
Figure 4-1
Flowchart for commissioning the interoperation between the OLT and the ONT
(through CLI of the OLT)
Procedure
Step 1
Create SVLANs and add an upstream port to them.
Set SVLANs 100, 150, 200, 300, and 320 for the L2 Internet access service, L3 Internet access
service, voice service, Wi-Fi service, and TR-069 server management channel respectively.
Create smart SVLANs and set the attributes of the SVLANs for the Internet access service and
Wi-Fi service to QinQ. Add upstream port 0/19/0 to the SVLANs.
EchoLife HG8240/HG8245/HG8247 GPON Terminal
Service Manual
4 Service Configuration Examples
Issue 02 (2011-01-26)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
4-5
Page 92 / 232
huawei(config)#
vlan 100,150,200,300,320 smart
huawei(config)#
vlan attrib 100,150,300 q-in-q
huawei(config)#
port vlan 100,150,200,300,320 0/19 0
Step 2
Configure the traffic profile.
Run the
display traffic table ip
command to query the existing traffic profiles in the system. If
the traffic profiles existing in the system do not meet the requirements, run the
traffic table ip
command to add a traffic profile.
Set the priorities of the traffic profiles for Internet access/Wi-Fi/TR-069 server management
channel and voice service to 1 and 6 respectively. The larger the value, the higher the priority.
huawei(config)#
traffic table ip index 8 cir 4096 priority 1 priority-policy tag-In-
Packag
huawei(config)#
traffic table ip index 9 cir off priority 6 priority-policy tag-In-
Packag
Step 3
Configure the DBA profile.
Set the DBA profile ID to 12, profile type to type2 (assured bandwidth), and assured bandwidth
of access users to 10240 kbit/s.
NOTE
l
The bandwidth type and the attribute of the DBA profile must be compatible with the service to be
carried.
l
The system supports five DBA profile types, namely, type1 (fixed bandwidth), type2 (assured
bandwidth), type3 (assured bandwidth+maximum bandwidth), type4 (maximum bandwidth), and type5
(fixed bandwidth+assured bandwidth+maximum bandwidth).
l
By default, the systems provides DBA profiles 1-9, each of which provides typical values for traffic
parameters. By default, T-CONT 0 is bound to DBA profile 1.
l
You can run the
display dba-profile
command to query the information about the DBA profile.
huawei(config)#
dba-profile add profile-id 12 type2 assure 10240
Step 4
Configure the ONT line profile.
Create ONT line profile 12 and bind T-CONT 1 to DBA profile 12. In this way, the T-CONT
can provide flexible DBA solutions based on the configurations of the DBA profile.
huawei(config)#
ont-lineprofile gpon profile-id 12
huawei(config-gpon-lineprofile-12)#
tcont 1 dba-profile-id 12
Add GEM ports 0-4 and bind them to T-CONT 1. Set the QoS mode to priority-queue, the
priority-queue of Internet access/Wi-Fi/TR-069 server management channel to 1, and the
priority-queue of the voice service to 3.
NOTE
l
To change the default QoS mode, run the
qos-mode
command to set the QoS mode to gem-car or flow-
car, and then run the
gem add
command to set the index of the traffic profile bound to the GEM port.
l
When the QoS mode is priority-queue, 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).
l
To enable the FEC function, run the
fec-upstream enable
command to improve the reliability of data
transmission between the OLT and the ONT.
huawei(config-gpon-lineprofile-12)#
gem add 0 eth tcont 1 priority-queue 1
huawei(config-gpon-lineprofile-12)#
gem add 1 eth tcont 1 priority-queue 1
huawei(config-gpon-lineprofile-12)#
gem add 2 eth tcont 1 priority-queue 3
huawei(config-gpon-lineprofile-12)#
gem add 3 eth tcont 1 priority-queue 1
huawei(config-gpon-lineprofile-12)#
gem add 4 eth tcont 1 priority-queue 1
Configure the mapping between the GEM port and the ONT-side service to the VLAN mapping
mode (default) and map the service ports of CVLANs 100, 150, 200, 300, 320 to GEM ports
0-4, which are used for configuring the L2 Internet access service, L3 Internet access service,
voice service, Wi-Fi service, and TR-069 server management channel respectively.
4 Service Configuration Examples
EchoLife HG8240/HG8245/HG8247 GPON Terminal
Service Manual
4-6
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
Issue 02 (2011-01-26)
Page 93 / 232
huawei(config-gpon-lineprofile-12)#
mapping-mode vlan
huawei(config-gpon-lineprofile-12)#
gem mapping 0 0 vlan 100
huawei(config-gpon-lineprofile-12)#
gem mapping 1 1 vlan 150
huawei(config-gpon-lineprofile-12)#
gem mapping 2 2 vlan 200
huawei(config-gpon-lineprofile-12)#
gem mapping 3 3 vlan 300
huawei(config-gpon-lineprofile-12)#
gem mapping 4 4 vlan 320
huawei(config-gpon-lineprofile-12)#
commit
huawei(config-gpon-lineprofile-12)#
quit
CAUTION
After a profile is configured, run the
commit
command to make the configuration take effect
before the system quits the profile mode.
Step 5
Configure the ONT service profile.
Set the ONT service profile ID to 12, the number of ETH ports on the ONT to 4, the number of
POTS ports on the ONT to 2, and the VLAN ID of ETH1 (for L2 Internet access service) to 100.
NOTE
l
The port capability set in the ONT service profile must be the same as the actual ONT capability set.
The HG8240 and HG8245 each have four ETH ports and two POTS ports. The HG8247 has one CATV
port, four ETH ports, and two POTS ports.
l
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 TR-069 server.
huawei(config)#
ont-srvprofile gpon profile-id 12
huawei(config-gpon-srvprofile-12)#
ont-port eth 4 pots 2
------------------
configurations for HG8240/HG8245
huawei(config-gpon-srvprofile-12)#
ont-port catv 1 eth 4 pots 2
----------
configurations for HG8247
huawei(config-gpon-srvprofile-12)#
port vlan eth 1 100
huawei(config-gpon-srvprofile-12)#
commit
+huawei(config-gpon-srvprofile-13)#
quit
CAUTION
After a profile is configured, run the
commit
command to make the configuration take effect
before the system quits the profile mode.
Step 6
Add an ONT.
Set the ONT ID to 0 and connect ONT 0 to GPON port 0; set the ONT authentication mode to
the SN mode (SN 485754430DBCEA03) and the management protocol to OMCI; bind the ONT
to ONT line profile 12 and ONT service profile 12.
NOTE
l
There are two modes of adding an ONT, offline mode and auto-find mode. In offline mode, run the
ont add
command to add an ONT offline; in auto-find mode, run the
ont confirm
command to confirm
the automatically discovered ONT. This topic considers the HG8245 V100R002C00 as an example.
l
Before confirming an automatically discovered ONT, run the
port portid ont-auto-find
command in
the GPON mode to enable the ONT auto-find function of the port.
huawei(config)#
interface gpon 0/2
huawei(config-if-gpon-0/2)#
port 0 ont-auto-find enable
huawei(config-if-gpon-0/2)#
display ont autofind 0
EchoLife HG8240/HG8245/HG8247 GPON Terminal
Service Manual
4 Service Configuration Examples
Issue 02 (2011-01-26)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
4-7
Page 94 / 232
------------------------------------------------------------------------
Number
F/ S/ P
SN
Password
------------------------------------------------------------------------
0
0/ 2/ 0
485754430DBCEA03
------------------------------------------------------------------------
huawei(config-if-gpon-0/2)#
ont confirm 0 ontid 0 sn-auth 485754430DBCEA03 omci ont-
lineprofile-id 12 ont-srvprofile-id 12
NOTE
l
After adding the ONT, run the
display ont info
command to query the current status of the ONT.
Ensure that
Run state
of the ONT is
up
,
Config state
is
normal
, and
Match state
is
match
.
huawei(config-if-gpon-0/2)#
display ont info 0 all
---------------------------------------------------------------------------
---
F/S/P
ONT-ID
SN
Control
Run
Config
Match
DBA
flag
state
state
state
type
---------------------------------------------------------------------------
---
0/ 2/0
0
485754430DBCEA03
active
up
normal
match
SR
---------------------------------------------------------------------------
---
l
If the ONT state in the actual query result is different from the preceding description, run the
display
ont capability
command to query the actual ONT capabilities, and then modify the created ONT
profiles so that they are consistent with the ONT actual capabilities. Then, add an ONT again.
Step 7
Configure a native VLAN for an ONT port.
The native VLAN ID of ETH port 1 is 100.
NOTE
The
ont port native-vlan
command is used for configuring the native VLAN of an ETH port. When a
packet is transmitted to the ONT, a VLAN tag is added to the packet; when a packet is transmitted out of
the ONT, the VLAN tag is removed from the packet. 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
TR-069 server.
huawei(config-if-gpon-0/2)#
ont port native-vlan 0 0 eth 1 vlan 100
Step 8
Configure service streams.
Configure service ports 1, 2, 3, 4, 5, and 6 for the L2 Internet access service, L3 Internet access
service, voice service, Wi-Fi service, and TR-069 server management channel respectively. Set
the traffic profile IDs of Internet access/Wi-Fi/TR-069 server management channel and voice
service to 8 and 9 respectively.
huawei(config-if-gpon-0/2)#
quit
huawei(config)#
service-port 1 vlan 100 gpon 0/2/0 ont 0 gemport 0 multi-service
user-vlan 100 inbound traffic-table index 8 outbound traffic-table index 8
huawei(config)#
service-port 2 vlan 150 gpon 0/2/0 ont 0 gemport 1 multi-service
user-vlan 150 inbound traffic-table index 8 outbound traffic-table index 8
huawei(config)#
service-port 3 vlan 200 gpon 0/2/0 ont 0 gemport 2 multi-service
user-vlan 200 inbound traffic-table index 9 outbound traffic-table index 9
huawei(config)#
service-port 4 vlan 300 gpon 0/2/0 ont 0 gemport 3 multi-service
user-vlan 300 inbound traffic-table index 8 outbound traffic-table index 8
huawei(config)#
service-port 5 vlan 320 gpon 0/2/0 ont 0 gemport 4 multi-service
user-vlan 320 inbound traffic-table index 8 outbound traffic-table index 8
Step 9
Save the data.
huawei(config)#
save
----End
4 Service Configuration Examples
EchoLife HG8240/HG8245/HG8247 GPON Terminal
Service Manual
4-8
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
Issue 02 (2011-01-26)
Page 95 / 232
Configuration File
vlan 100,150,200,300,320 smart
vlan attrib 100,150,300 q-in-q
port vlan 100,150,200,300,320 0/19 0
traffic table ip index 8 cir 4096 priority 1 priority-policy tag-In-Packag
traffic table ip index 9 cir off priority 6 priority-policy tag-In-Packag
dba-profile add profile-id 12 type2 assure 10240
ont-lineprofile gpon profile-id 12
tcont 1 dba-profile-id 12
gem add 0 eth tcont 1 priority-queue 1
gem add 1 eth tcont 1 priority-queue 1
gem add 2 eth tcont 1 priority-queue 3
gem add 3 eth tcont 1 priority-queue 1
gem add 4 eth tcont 1 priority-queue 1
mapping-mode vlan
gem mapping 0 0 vlan 100
gem mapping 1 1 vlan 150
gem mapping 2 2 vlan 200
gem mapping 3 3 vlan 300
gem mapping 4 4 vlan 300
commit
quit
ont-srvprofile gpon profile-id 12
ont-port eth 4 pots 2
ont-port catv 1 eth 4 pots 2
port vlan eth 1 100
commit
quit
interface gpon 0/2
port 0 ont-auto-find enable
display ont autofind 0
ont confirm 0 ontid 0 sn-auth 485754430DBCEA03 omci ont-lineprofile-id 12 ont-
srvprofile-id 12
display ont info 0 all
ont port native-vlan 0 0 eth 1 vlan 100
service-port 1 vlan 100 gpon 0/2/0 ont 0 gemport 0 multi-service user-vlan 100
inbound traffic-table index 8 outbound traffic-table index 8
service-port 2 vlan 150 gpon 0/2/0 ont 0 gemport 1 multi-service user-vlan 150
inbound traffic-table index 8 outbound traffic-table index 8
service-port 3 vlan 200 gpon 0/2/0 ont 0 gemport 2 multi-service user-vlan 200
inbound traffic-table index 9 outbound traffic-table index 9
service-port 4 vlan 300 gpon 0/2/0 ont 0 gemport 3 multi-service user-vlan 300
inbound traffic-table index 8 outbound traffic-table index 8
service-port 5 vlan 320 gpon 0/2/0 ont 0 gemport 4 multi-service user-vlan 320
inbound traffic-table index 8 outbound traffic-table index 8
save
4.2.2 Commissioning the Interoperation Between OLT and ONT
(Through the NMS)
This topic describes how to add an ONT and configure relevant service ports for the ONT by
means of the OLT CLI before configuring services for the ONT.
Prerequisite
NOTE
If an ONT is added to the OLT by running commands, the ONT can be auto-discovered in the corresponding
slot on the NMS. In this case, you do not need to add the ONT any more. You can skip this operation and
proceed with service configuration.
Data Plan
Table 4-3
provides the data plan for commissioning the interoperation between the OLT and
the ONT (through the NMS).
EchoLife HG8240/HG8245/HG8247 GPON Terminal
Service Manual
4 Service Configuration Examples
Issue 02 (2011-01-26)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
4-9

Rate

3.5 / 5 based on 2 votes.

Bookmark Our Site

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

Share
Top