Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Configuring Triple Play Service (GPON/XG-PON/XGS-PON Networking in Simplified Mode)

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

SingleFAN Solution 6 Configuring Triple Play Service (GPON/XG-PON/XGS-

FTTH Configuration Guide PON Networking in Simplified Mode)

6 Configuring Triple Play Service


(GPON/XG-PON/XGS-PON Networking in
Simplified Mode)

The GPON service configuration in simplified mode is implemented by creating an end-to-


end (E2E) service port between an OLT and an ONT. This topic describes how to achieve the
GPON service configuration in simplified mode by configuring the Internet access service,
voice service, and multicast service in the FTTH scenario.

Service Requirements
NOTE

On the same ONT, service ports in simplified mode conflict with services ports in profile mode. Therefore,
they cannot be configured concurrently.
l Subscribers use the bridging ONTs (supporting VoIP). The PC, STB, and phone are
connected to different ports on the ONT to achieve the triple play service.
l Different services are distinguished by different S-VLANs on an OLT.
l The internet access service has a rate restriction of 4 Mbit/s both in upstream and
downstream directions.
l IPTV service has no rate restriction in upstream or downstream direction.
l The VoIP adopts the H.248 protocol and the phones connected to different ONTs can
communicate with each other.
Figure 6-1 shows an example network of the FTTH triple play service.

Issue 04 (2019-05-08) Copyright © Huawei Technologies Co., Ltd. 177


SingleFAN Solution 6 Configuring Triple Play Service (GPON/XG-PON/XGS-
FTTH Configuration Guide PON Networking in Simplified Mode)

Figure 6-1 Example network of the FTTH triple play service

Prerequisite
l The OLT is connected to the BRAS, MGC, and the multicast source.
l The interface data and the POTS user configuration data corresponding to the MG
interface is configured on the MGC.
l Related configurations are performed on the BRAS according to the authentication and
accounting requirements for dialup users. For details about the configuration, see the
configuration guide.
l The VLAN of the LAN switch port connected to the OLT is consistent with the upstream
VLAN of the OLT.

Procedure
l Configure the OLT.
a. Configure GPON ONT profiles.
GPON ONT profiles include the DBA profile, line profile, service profile, and
alarm profile. In simplified mode, the default DBA profile, line profile, and service
profile are used. That is, these profiles do not need to be configured.
i. Add an ONT line profile
The default line profile 0 is used. In this profile, the default T-CONT 0 and T-
CONT 1 are created. T-CONT 0 is bound to the default DBA profile 2 (the
fixed bandwidth: 1 Mbit/s), and is used for the OMCI management channel. T-
CONT 1 is bound to the default DBA profile 0 (the assured bandwidth: 8
Mbit/s, the maximum bandwidth: 20 Mbit/s), and is used for the service
channel. The DBA profile bound to a T-CONT can be modified.
ii. Add an ONT service profile
The default service profile 0 is used. In this profile, the capability set of the
ETH port and POTS port is set to adaptive by default and therefore the OLT
automatically matches the number of ports according to the type of the online
ONT.

Issue 04 (2019-05-08) Copyright © Huawei Technologies Co., Ltd. 178


SingleFAN Solution 6 Configuring Triple Play Service (GPON/XG-PON/XGS-
FTTH Configuration Guide PON Networking in Simplified Mode)

iii. (Optional) Add an alarm profile.


○ 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.
○ In this example, the default alarm profile is used, and therefore the
configuration of the alarm profile is not required.
○ Run the gpon alarm-profile add command to configure a GPON alarm
profile, which is used for monitoring the performance of an activated
ONT line.
b. Add ONTs on the OLT.
The ONT is connected to a GPON port of the OLT by optical fibers. The service
can be configured only after ONTs are successfully added on the OLT.
The procedures for configuring GPON, XG-PON, and XGS-PON services are the
same. The difference lies in this step. Here, the GPON service is used as an
example. When configuring XG-PON and XGS-PON services, you need to
configure the ONT network-side interface type parameter (ont-type) in the ont add
and ont confirm commands. Select a value based on the actual ONT capability or
service data plan, for example, 10g/2.5g.
Two ONTs are connected to GPON port 0/1/1. The ONT IDs are 1 and 2, SNs are
3230313126595540 and 6877687714852901, passwords are 0100000001 and
0100000002, the discovery mode of passwords is once-on, and the management
mode is OMCI.
i. Add ONTs offline.
If the password of an ONT is known, run the ont add command to add an
ONT offline.
huawei(config)#interface gpon 0/1
huawei(config-if-gpon-0/1)#ont add 1 1 password-auth 0100000001 once-
on no-aging omci
huawei(config-if-gpon-0/1)#ont add 1 2 password-auth 0100000002 once-
on no-aging omci

ii. Discover ONTs automatically.


If the password or SN of an ONT is unknown, run the port portid ont-auto-
find command in GPON mode to enable the ONT auto-discovery function of
the GPON port. Then, run the ont confirm command to confirm the ONT.
huawei(config)#interface gpon 0/1
huawei(config-if-gpon-0/1)#port 1 ont-auto-find enable
huawei(config-if-gpon-0/1)#display ont autofind 1
//After this command is executed, the information of all ONTs
connected to the GPON port through optical splitters is displayed.

---------------------------------------------------------------------
---
Number : 1
F/S/P : 0/1/1
Ont SN : 3230313126595540
Password :
VenderID : HWTC
Ont Version : 120A0000
Ont SoftwareVersion : V1R001C01
Ont EquipmentID : EchoLife:HG8245
Ont autofind time : 2009-10-24 14:59:10

---------------------------------------------------------------------
---
Number : 2

Issue 04 (2019-05-08) Copyright © Huawei Technologies Co., Ltd. 179


SingleFAN Solution 6 Configuring Triple Play Service (GPON/XG-PON/XGS-
FTTH Configuration Guide PON Networking in Simplified Mode)

F/S/P : 0/1/1
Ont SN : 6877687714852901
Password :
VenderID : HWTC
Ont Version : 120A0000
Ont SoftwareVersion : V1R001C01
Ont EquipmentID : EchoLife:HG8245
Ont autofind time : 2009-10-24 14:59:12

---------------------------------------------------------------------
---
huawei(config-if-gpon-0/1)#ont confirm 1 ontid 1 sn-auth
3230313126595540 omci
huawei(config-if-gpon-0/1)#ont confirm 1 ontid 2 sn-auth
6877687714852901 omci

iii. (Optional) Bind the alarm profile to the ONT.


The default profile 1 is used in this example.
huawei(config-if-gpon-0/1)#ont alarm-profile 1 1 profile-id 1
huawei(config-if-gpon-0/1)#ont alarm-profile 1 2 profile-id 1

c. Confirm that the ONTs go online successfully.

After an ONT is added, run the display ont info command to query the current
status of the ONT. Ensure that Config 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
successfully.
Config state : normal //Indicates that the configuration
state 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.

When Config state is failed, Run state is offline, or Match state is mismatch:
n If Control flag is deactive, run the ont active command in GPON mode to
activate the ONU.
n If Run state is offline, a physical line may be disconnected or the optical
module may be damaged. Check the line and the optical module.
n If Config state is failed, the configured ONU capability exceeds the actual
ONU capability. In this case, run the display ont failed-configuration
command in diagnose mode to check the failed configuration item and the
failure cause. Then, rectify the fault accordingly.
d. Configure the Internet access service.
i. Create an S-VLAN and add an upstream port to it.
The VlAN ID is 100, and the VLAN type is smart. Add upstream port 0/9/0 to
smart VLAN 100.
huawei(config)#vlan 100 smart
huawei(config)#port vlan 100 0/9 0

Issue 04 (2019-05-08) Copyright © Huawei Technologies Co., Ltd. 180


SingleFAN Solution 6 Configuring Triple Play Service (GPON/XG-PON/XGS-
FTTH Configuration Guide PON Networking in Simplified Mode)

ii. Configure a traffic profile.


Run the display traffic table ip command to query existing traffic profiles 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.
Set the profile ID to 8, the CIR to 4 Mbit/s, and the priority to 1. In addition,
configure the scheduling mode so that packets are scheduled according to their
priorities.
huawei(config)#traffic table ip index 8 cir 4096 priority 1 priority-
policy local-setting

iii. Create a service port.


Set the service port indexes to 1 and 2, S-VLAN ID to 100, and C-VLAN ID
to 10. The user PC is connected to EHT port 1 on the ONT. The traffic profile
8 is used.

The user PC is connected to the ONT port. Therefore, the user-side VLAN is
set to untagged.

huawei(config)#service-port 1 vlan 100 port 0/1/1 ont 1 eth 1 multi-


service
user-vlan untagged inbound traffic-table index 8 outbound traffic-
table index 8
huawei(config)#service-port 2 vlan 100 port 0/1/1 ont 2 eth 1 multi-
service
user-vlan untagged inbound traffic-table index 8 outbound traffic-
table index 8

e. Configure the voice service.


i. Create an S-VLAN and add an upstream port to it.
The VlAN ID is 200, and the VLAN type is smart. Add upstream port 0/9/0 to
smart VLAN 200.
huawei(config)#vlan 200 smart
huawei(config)#port vlan 200 0/9 0

ii. Enable ARP proxy.


For different users of the same S-VLAN, because the service ports of the smart
VLAN are isolated from each other, the voice media streams cannot
interchange normally. The ARP proxy function of the OLT must be enabled so
that different users of the same VLAN can communicate with each other.
huawei(config)#arp proxy enable
huawei(config)#interface vlanif 200
huawei(config-if-vlanif200)#arp proxy enable
huawei(config-if-vlanif200)#quit

iii. Configure a traffic profile.


Run the display traffic table ip command to query existing traffic profiles 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.
Set the profile ID to 9, the priority to 6 and no rate limitation on both the
upstream and downstream directions. In addition, configure the scheduling
mode so that packets are scheduled according to their priorities.

Issue 04 (2019-05-08) Copyright © Huawei Technologies Co., Ltd. 181


SingleFAN Solution 6 Configuring Triple Play Service (GPON/XG-PON/XGS-
FTTH Configuration Guide PON Networking in Simplified Mode)

huawei(config)#traffic table ip index 9 cir off priority 6 priority-


policy local-setting

iv. Create a service port.


Set the service port indexes to 3 and 4, S-VLAN ID to 200, and C-VLAN ID
to 20. The user phone is connected to the POTS port on the ONT. The traffic
profile 9 is used.
huawei(config)#service-port 3 vlan 200 port 0/1/1 ont 1 iphost multi-
service
user-vlan 20 inbound traffic-table index 9 outbound traffic-table
index 9
huawei(config)#service-port 4 vlan 200 port 0/1/1 ont 2 iphost multi-
service
user-vlan 20 inbound traffic-table index 9 outbound traffic-table
index 9

f. Configure the multicast service.


i. Create an S-VLAN and add an upstream port to it.
The VlAN ID is 1000, and the VLAN type is smart. Add upstream port 0/9/0
to smart VLAN 1000.
huawei(config)#vlan 1000 smart
huawei(config)#port vlan 1000 0/9 0

ii. Configure a traffic profile.


Run the display traffic table ip command to query existing traffic profiles 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.
Set the profile ID to 10, the priority to 4 and no rate limitation on both the
upstream and downstream directions. In addition, configure the scheduling
mode so that packets are scheduled according to their priorities.
huawei(config)#traffic table ip index 10 cir off priority 4 priority-
policy local-setting

iii. Create a service port.


Set the service port indexes to 5 and 6, S-VLAN ID to 1000, C-VLAN ID to
30, and the ID of the ONT ETH port connected to the user STB to 2. The
traffic profile 10 is used.
NOTE

If the STB interconnected to the ONT does not support VLAN tag, the user-side VLAN is
set to untagged when creating service port.
huawei(config)#service-port 5 vlan 1000 port 0/1/1 ont 1 eth 2 multi-
service
user-vlan 30 inbound traffic-table index 10 outbound traffic-table
index 10
huawei(config)#service-port 6 vlan 1000 port 0/1/1 ont 2 eth 2 multi-
service
user-vlan 30 inbound traffic-table index 10 outbound traffic-table
index 10

iv. Configure the IGMP version.


Set the IGMP version of the multicast VLAN to IGMPv3.
huawei(config)#multicast-vlan 1000
huawei(config-mvlan1000)#igmp version v3

v. Create a multicast VLAN and select the IGMP mode.


Set the multicast VLAN ID to 1000 and select the IGMP proxy mode.
huawei(config-mvlan1000)#igmp mode proxy
Are you sure to change IGMP mode?(y/n)[n]:y

Issue 04 (2019-05-08) Copyright © Huawei Technologies Co., Ltd. 182


SingleFAN Solution 6 Configuring Triple Play Service (GPON/XG-PON/XGS-
FTTH Configuration Guide PON Networking in Simplified Mode)

vi. Configure a program library.


Configure the IP address of the multicast program to 224.1.1.10, program
name to program1, program source IP address to 10.10.10.10, and priority to 4.
huawei(config-mvlan1000)#btv
huawei(config-btv)#multicast-vlan 1000
huawei(config-mvlan1000)#igmp program add name program1 ip
224.1.1.10 sourceip 10.10.10.10 priority 4

vii. Configure a right profile.


Configure a profile named profile0, with the right of watching program 1.
huawei(config-mvlan1000)#btv
huawei(config-btv)#igmp profile add profile-name profile0
huawei(config-btv)#igmp profile profile-name profile0 program-name
program1 watch

viii. Configure multicast users.


Configure users of service ports 5 and 6 as multicast users and bind right
profile profile0 to the service ports.
huawei(config-btv)#igmp user add service-port 5 auth
huawei(config-btv)#igmp user add service-port 6 auth
huawei(config-btv)#igmp user bind-profile service-port 5 profile-
name profile0
huawei(config-btv)#igmp user bind-profile service-port 6 profile-
name profile0
huawei(config-btv)#multicast-vlan 1000
huawei(config-mvlan1000)#igmp multicast-vlan member service-port 5
huawei(config-mvlan1000)#igmp multicast-vlan member service-port 6
huawei(config-mvlan1000)#quit

g. Save the data.


huawei(config)#save

l Configure the ONT.


Configurations on the ONT are consistent with those in profile mode.
----End

Result
l Use the PPPoE dialup software to dial on the PC. After the dialup is successful, the user
can access the Internet.
l Connect two phones to two TEL ports of different ONTs, and subscribers can use these
two phones to call each other.
l The subscriber can watch program 1 on the TV.

Issue 04 (2019-05-08) Copyright © Huawei Technologies Co., Ltd. 183

You might also like