Support

How to Configure Bridging Voice ONT Internet Access Service through OLT Commands?

Huawei HG8110H/HG8240H/HG8240W/HG8242H all are bridging and voice type ONT, they have many services such as VoD service, internet access service, BTV service and so on, which can be configured by using Huawei MA5600T or MA5800 series GPON OLT. This article is a guide about configuring Internet Access Service.

Huawei bridging Voice ONT.jpg

Huawei OLT MA5800 X7 or MA5683T is connected to the remote Huawei ONT through a GPON port to provide users with high-speed Internet access services.

Prerequisites

The OLT is connected to the BRAS.

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.

The ONT has been added to the OLT. For details, see How to add an ONU to an OLT?

The VLAN of the LAN switch port connected to the OLT is consistent with the upstream VLAN of the OLT.

Data Plan

Item Data
ONT line profile Profile name: ftth
T-CONT ID: 4
GEM port ID for Internet access service: 14
Network topology data Upstream port: 0/19/0
PON port: 0/1/0
ONT IDs: 1 and 2
ID of the port on the ONT that is connected to the PC: 1
VLAN Plan Double-tagged VLAN:
?   S-VLAN ID: 100
?   S-VLAN type: smart
?   S-VLAN attribute: stacking
?   CVLAN ID: 1001

?   C’-VLAN ID:   1010-1011

VLAN Translation Policy:

?   ONT: ONTs configure   the VLAN and add the same C-VLAN tag to packets.

All ONTs are in the same   C-VLAN.

?   OLT: The OLT   performs VLAN translation: C<->S+C’. The C’-VLAN of every
?   ONT differs from each other.

Procedure

Configure the OLT

MA5800 X7 with console cable.jpg

1, 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 ftth_hsi, the CIR to 4 Mbit/s, and the priority to 0. In addition, configure the scheduling mode so that packets are scheduled according to their priorities.

huawei(config)#traffic table ip name ftth_hsi cir 4096 priority 0 priority-policy local-setting

2, Configure the mapping between a GEM port and a VLAN.

If the ONT is connected to the PC through Ethernet port 1, add Ethernet port 1 to VLAN 1001 in the ONT service profile.

huawei(config)#ont-lineprofile gpon profile-name ftth
huawei(config-gpon-lineprofile-1)#gem mapping 14 0 vlan 1001
huawei(config-gpon-lineprofile-1)#commit 
huawei(config-gpon-lineprofile-1)#quit

3, Configure the VLAN of the Ethernet port on the ONT.

HG8310M.jpg

If the ONT is connected to the PC through Ethernet port 1, add Ethernet port 1 to VLAN 1001 in the ONT service profile.

huawei(config)#ont-srvprofile gpon profile-name ftth
huawei(config-gpon-srvprofile-1)#port vlan eth 1 1001
huawei(config-gpon-srvprofile-1)#commit
huawei(config-gpon-srvprofile-1)#quit

4, Configure the native VLAN of the ONT port.

Set the native VLAN ID of Ethernet port 1 to 1001.

huawei(config)#interface gpon 0/1
huawei(config-if-gpon-0/1)#ont port native-vlan 0 1 eth 1 vlan 1001
huawei(config-if-gpon-0/1)#ont port native-vlan 0 2 eth 1 vlan 1001
huawei(config-if-gpon-0/1)#quit

5, Create an Internet access service VLAN and add an upstream port to it.

Add upstream port 0/19/0 to VLAN 100.

huawei(config)#vlan 100 smart
huawei(config)#vlan attrib 100 stacking
huawei(config)#port vlan 100 0/19 0

6, Create service flows.

Set the service VLAN to 100, GEM port ID to 14, and user VLAN to 1001. Use traffic profile ftth_hsi.

huawei(config)#service-port vlan 100 gpon 0/1/0 ont 1 gemport 14 multi-service
user-vlan 1001 tag-transform translate-and-add inner-vlan 1010 inbound traffic-table name 
ftth_hsi outbound traffic-table name ftth_hsi
huawei(config)#service-port vlan 100 gpon 0/1/0 ont 2 gemport 14 multi-service
user-vlan 1001 tag-transform translate-and-add inner-vlan 1011 inbound traffic-table name
 
ftth_hsi outbound traffic-table name ftth_hsi

7, Save the data.

huawei(config)#save

The ONT does not need to be configured.

Above are the procedures and Huawei OLT (MA5600T/MA5800 series) commands of Huawei ONT internet access service configuration, you can follow them step by step. Also, you can view other service configurations of ONT in the Support Column on our website or contact supports@thunder-link.com.

Related Posts