Page 216 / 358 Scroll up to view Page 211 - 215
Step 5
Confirm that the ONT goes online normally.
After an ONT is added, run the
display ont info
command to query the current status of the
ONT. Ensure that
Control flag
of the ONT is
active
,
Run State
is
online
,
Config state
is
normal
, and
Match state
is
match
.
huawei(config-if-gpon-0/1)#
display ont info 1 1
---------------------------------------------------------------------
F/S/P
: 0/1/1
ONT-ID
: 1
Control flag
:
active
//Indicates that the ONT is
activated.
Run state
:
online
//Indicates that the ONT goes online
normally.
Config state
:
normal
//Indicates that the configuration status of
the
ONT is normal.
Match state
:
match
//Indicates that the capability profile bound
to
the ONT is consistent with the actual
capability
of the ONT.
...//The rest of the response information is omitted.
If the ONT state fails, the ONT fails to be in the up state, or the ONT does not match, check the
ONT state by referring to the above-mentioned descriptions.
l
If
Control flag
is
deactive
, run the
ont activate
command in the GPON port mode to activate
the ONT.
l
If the ONT fails to be in the up state, that is,
Run state
is
offline
, the physical line may be
broken or the optical transceiver may be damaged. You need to check both the material and
the line.
l
If the ONT state fails, that is,
Config state
is
failed
, the ONT capability set outmatches the
actual ONT capabilities (For details about the ONT actual capabilities, see Reference of
GPON ONT Capability Sets. In this case, run the
display ont failed-configuration
command
in the diagnosis mode to check the failed configuration item and the failure cause. Then,
rectify the fault according to actual conditions.
NOTE
If an ONT supports only four queues, the values of 4–7 of the priority-queue parameter in the
gem add
command are invalid. After configuration recovers, Config state will be failed.
l
If the ONT does not match, that is,
Match state
is
mismatch
, the port types and number of
ports undermatch the actual port types and number of ports supported by the ONT. In this
case, run the
display ont capability
command to query the actual capability of the ONT,
and then select one of the following modes to modify the ONT configuration:
Create a proper ONT profile according to the actual capability of the ONT, and then run
the
ont modify
command to modify the configuration data of the ONT.
Modify the ONT profile according to the actual capability of the ONT and save the
modification. Then, the ONT automatically recovers the configuration successfully.
Step 6
Specify the native VLAN for the ONT port.
ETH port 1 on the ONT is connected to the PC and the native VLAN is VLAN 10.
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 U2560 server.
3 Configuration
EchoLife HG8240/HG8245/HG8247 GPON Terminal
Service Manual
3-178
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
Issue 04 (2011-01-12)
Page 217 / 358
huawei(config-if-gpon-0/1)#
ont port native-vlan 1 1 eth 1 vlan 10
huawei(config-if-gpon-0/1)#
ont port native-vlan 1 2 eth 1 vlan 10
Step 7
Configure traffic profiles.
You can run the
display traffic table ip
command to query the traffic profiles existing in the
system. If the traffic profiles existing in the system do not meet the requirements, you need to
run the
traffic table ip
command to add a traffic profile.
l
HSI service: The profile ID is 8, the CIR is 4 Mbit/s, the priority is 1, and packets are
scheduled according to the priority carried.
l
VoIP service: The profile ID is 9, no rate limitation in the upstream and downstream
directions, the priority is 6, and packets are scheduled according to the priority carried.
l
Wi-Fi service: The profile ID is 10, the CIR is 6 Mbit/s, the priority is 1, and packets are
scheduled according to the priority carried.
l
U2560 management channel: The profile ID is 11, no rate limitation in the upstream and
downstream directions, the priority is 7, and packets are scheduled according to the priority
carried.
huawei(config-if-gpon-0/1)#
quit
huawei(config)#
traffic table ip index 8 cir 4096 priority 1 priority-policy tag-In-
Package
huawei(config)#
traffic table ip index 9 cir off priority 6 priority-policy tag-In-
Package
huawei(config)#
traffic table ip index 10 cir 6144 priority 1 priority-policy tag-In-
Package
huawei(config)#
traffic table ip index 11 cir off priority 7 priority-policy tag-In-
Package
Step 8
Create service ports.
l
HSI service: Set the service port indexes to 1 and 2, SVLAN ID to 100, GEM port ID to 1,
and CVLAN ID to 10. Use traffic profile 8.
l
VoIP service: Set the service port indexes to 3 and 4, SVLAN ID to 200, GEM port ID to 2,
and CVLAN ID to 20. Use traffic profile 9.
l
Wi-Fi service: Set the service port indexes to 5 and 6, SVLAN ID to 400, GEM port ID to
3, and CVLAN ID to 40. Use traffic profile 10.
l
U2560 management channel: Set the service port indexes to 7 and 8, SVLAN ID to 500,
GEM port ID to 4, and CVLAN ID to 50. Use traffic profile 11.
huawei(config)#
service-port 1 vlan 100 gpon 0/1/1 ont 1 gemport 1 multi-service
user-vlan 10 rx-cttr 8 tx-cttr 8
huawei(config)#
service-port 2 vlan 100 gpon 0/1/1 ont 2 gemport 1 multi-service
user-vlan 10 rx-cttr 8 tx-cttr 8
huawei(config)#
service-port 3 vlan 200 gpon 0/1/1 ont 1 gemport 2 multi-service
user-vlan 20 rx-cttr 9 tx-cttr 9
huawei(config)#
service-port 4 vlan 200 gpon 0/1/1 ont 2 gemport 2 multi-service
user-vlan 20 rx-cttr 9 tx-cttr 9
huawei(config)#
service-port 5 vlan 400 gpon 0/1/1 ont 1 gemport 3 multi-service
user-vlan 40 rx-cttr 10 tx-cttr 10
huawei(config)#
service-port 6 vlan 400 gpon 0/1/1 ont 2 gemport 3 multi-service
user-vlan 40 rx-cttr 10 tx-cttr 10
huawei(config)#
service-port 7 vlan 500 gpon 0/1/1 ont 1 gemport 4 multi-service
user-vlan 50 rx-cttr 11 tx-cttr 11
huawei(config)#
service-port 8 vlan 500 gpon 0/1/1 ont 2 gemport 4 multi-service
user-vlan 50 rx-cttr 11 tx-cttr 11
Step 9
Configure the queue scheduling mode.
Use the 3PQ+5WRR queue scheduling. Queues 0-4 adopt the WRR mode, with the weights of
10, 10, 20, 20, and 40 respectively; queues 5-7 adopt the PQ mode.
EchoLife HG8240/HG8245/HG8247 GPON Terminal
Service Manual
3 Configuration
Issue 04 (2011-01-12)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
3-179
Page 218 / 358
NOTE
Queue scheduling is a global configuration. You need to configure queue scheduling only once on the OLT, and
then the configuration takes effect globally. In the subsequent phases, you do not need to configure queue
scheduling repeatedly when configuring other services.
huawei(config)#
queue-scheduler wrr 10 10 20 20 40 0 0 0
Configure the mapping between queues and 802.1p priorities. Priorities 0-7 map queues 0-7
respectively.
huawei(config)#
cos-queue-map cos0 0 cos1 1 cos2 2 cos3 3 cos4 4 cos5 5 cos6 6 cos7
7
For the service board that supports only four queues, the mapping between 802.1p priorities and
queue IDs is as follows: priorities 0 and 1 map queue 1; priorities 2 and 3 map queue 2; priorities
4 and 5 map queue 3; priorities 6 and 7 map queue 4.
Step 10
Save the data.
huawei(config)#
save
----End
Configuration File
vlan 100,200,400,500 smart
port vlan 100,200,400,500 0/19 0
arp proxy enable
interface vlanif 200
arp proxy enable
quit
dba-profile add profile-id 10 type4 max 102400
dba-profile add profile-id 20 type3 assure 30720 max 102400
dba-profile add profile-id 30 type4 max 204800
dba-profile add profile-id 40 type2 assure 30720
ont-lineprofile gpon profile-id 10
tcont 1 dba-profile-id 10
tcont 2 dba-profile-id 20
tcont 3 dba-profile-id 30
tcont 4 dba-profile-id 40
gem add 1 eth tcont 1
gem add 2 eth tcont 2
gem add 3 eth tcont 3
gem add 4 eth tcont 4
mapping-mode vlan
gem mapping 1 1 vlan 10
gem mapping 2 2 vlan 20
gem mapping 3 3 vlan 40
gem mapping 4 4 vlan 50
commit
quit
ont-srvprofile gpon profile-id 10
ont-port eth 4 pots 2
port vlan eth 1 10
commit
quit
interface gpon 0/1
port 1 ont-auto-find enable
display ont autofind 1
ont confirm 1 ontid 1 sn-auth 6877687714852900 omci ont-lineprofile-id 10 ont-
srvprofile-id 10 desc HG8245
ont confirm 1 ontid 2 sn-auth 6877687714852901 omci ont-lineprofile-id 10 ont-
srvprofile-id 10 desc HG8245
ont alarm-profile 1 1 profile-id 1
ont alarm-profile 1 2 profile-id 1
ont port native-vlan 1 1 eth 1 vlan 10
ont port native-vlan 1 2 eth 1 vlan 10
quit
3 Configuration
EchoLife HG8240/HG8245/HG8247 GPON Terminal
Service Manual
3-180
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
Issue 04 (2011-01-12)
Page 219 / 358
traffic table ip index 8 cir 4096 priority 1 priority-policy tag-In-Package
traffic table ip index 9 cir off priority 6 priority-policy tag-In-Package
traffic table ip index 10 cir 6144 priority 1 priority-policy tag-In-Package
traffic table ip index 11 cir off priority 7 priority-policy tag-In-Package
service-port 1 vlan 100 gpon 0/1/1 ont 1 gemport 1 multi-service user-vlan 10 rx-
cttr 8 tx-cttr 8
service-port 2 vlan 100 gpon 0/1/1 ont 2 gemport 1 multi-service user-vlan 10 rx-
cttr 8 tx-cttr 8
service-port 3 vlan 200 gpon 0/1/1 ont 1 gemport 2 multi-service user-vlan 20 rx-
cttr 9 tx-cttr 9
service-port 4 vlan 200 gpon 0/1/1 ont 2 gemport 2 multi-service user-vlan 20 rx-
cttr 9 tx-cttr 9
service-port 5 vlan 400 gpon 0/1/1 ont 1 gemport 3 multi-service user-vlan 40 rx-
cttr 10 tx-cttr 10
service-port 6 vlan 400 gpon 0/1/1 ont 2 gemport 3 multi-service user-vlan 40 rx-
cttr 10 tx-cttr 10
service-port 7 vlan 500 gpon 0/1/1 ont 1 gemport 4 multi-service user-vlan 50 rx-
cttr 11 tx-cttr 11
service-port 8 vlan 500 gpon 0/1/1 ont 2 gemport 4 multi-service user-vlan 50 rx-
cttr 11 tx-cttr 11
queue-scheduler wrr 10 10 20 20 40 0 0 0
cos-queue-map cos0 0 cos1 1 cos2 2 cos3 3 cos4 4 cos5 5 cos6 6 cos7 7
save
3.4.2 Data Plan
This topic plans the data in a unified manner for various example networks of connecting ONTs
in the FTTH GPON access mode. Subsequent examples are configured based on the following
data plan.
Table 3-12
shows the unified data plan for the HSI service, VoIP service and Wi-Fi service in
an FTTH network.
Table 3-12
Data plan for connecting ONTs in the FTTH GPON access mode
Configurat
ion Item
Data Item
Detailed Data
Remarks
WAN port
data
HSI service
(Layer 3
routing)
l
Service type: Internet
l
Connection mode: routing
l
VLAN ID: 10
l
IP address obtainment
mode: PPPoE (user name:
iadtest@pppoe, password:
iadtest)
l
802.1p: 1
l
NAT function: enable
l
Bound port: LAN1 (LAN1 is
a Layer 3 LAN)
l
For configuring HSI
service or Wi-Fi
service, Internet or a
combination
containing Internet
must be selected as the
service type. For
configuring VoIP
service, VoIP or a
combination
containing VoIP must
be selected as the
service type.
l
The VLAN ID of the
ONT must be the same
as the user-side VLAN
ID configured on the
OLT.
l
PPPoE must use the
same user name and
VoIP service
l
Service type: VoIP
l
Connection mode: routing
l
VLAN ID: 20
l
IP address obtaining mode:
DHCP
l
802.1p: 6
EchoLife HG8240/HG8245/HG8247 GPON Terminal
Service Manual
3 Configuration
Issue 04 (2011-01-12)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
3-181
Page 220 / 358
Configurat
ion Item
Data Item
Detailed Data
Remarks
Wi-Fi
service
(Layer 3
bridge)
password as the upper-
layer BRAS.
l
The HSI service
involves the Layer 2,
Layer 3 bridge and
Layer 3 routing modes.
In the Layer 2 mode, all
configurations are
required only on the
OLT. The application
mode of the Layer 3
bridge mode is similar
to the Layer 2 mode. It
is recommended that
you use the Layer 2
mode.
l
The Wi-Fi service does
not support the Layer 2
mode.
l
Service type: Internet (not
configurable)
l
Connection mode: bridge
l
VLAN ID: 40
l
802.1p: 1
l
Bound port: SSID1
Wi-Fi
service
(Layer 3
routing)
l
Service type: Internet
l
Connection mode: routing
l
VLAN ID: 40
l
IP address Obtainment
mode: PPPoE (user name:
iadtest@pppoe, password:
iadtest)
l
802.1p: 1
l
NAT function: enable
l
Bound port: SSID1
VoIP service
data
SIP
parameters
l
IP address of the primary
server: 200.200.200.200
l
Port ID of the primary
server: 5060
l
Home domain name:
softx3000.huawei.com
l
Digitmap: x.S|x.# (Default)
l
User 1:
Phone number:
88001234
Authentication user
name:
uawei.com
Password: iadtest1
l
User 2:
Phone number:
88001235
Authentication user
name:
uawei.com
Password: iadtest2
The software version that
supports SIP is
V100R002C00.
3 Configuration
EchoLife HG8240/HG8245/HG8247 GPON Terminal
Service Manual
3-182
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
Issue 04 (2011-01-12)

Rate

4.5 / 5 based on 2 votes.

Bookmark Our Site

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

Share
Top