Hello,
Please find below the steps in project planning & prerequisites for OLT
Configuring the Internet Access Service (on a Web Page or the U2000)
The OLT is connected to the remote 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 configurations, see the configuration guide.
The ONT has been added to the OLT. For details, see Adding an ONT to an OLT.
The VLAN of the LAN switch port connected to the OLT is the same as the upstream VLAN of the OLT.
The Web page and NMS window for configuring ONT varies with ONT versions, but the parameter configuration is the same. For details, see relevant ONT manuals.
Data Plan
Item | Data |
|---|
ONT line profile | Profile name: ftth GEM port ID: 14 |
VLAN Plan | 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 a 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, 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
Configure the mapping relationship between a GEM port and a VLAN.
The service flow of user VLAN 1001 is mapped to GEM port 14 in the ONT line profile.
huawei(config)#ont-lineprofile gpon profile-name ftthhuawei(config-gpon-lineprofile-1)#gem mapping 14 0 vlan 1001huawei(config-gpon-lineprofile-1)#commithuawei(config-gpon-lineprofile-1)#quit
Create a service VLAN and add an upstream port to it.
Add upstream port 0/19/0 to VLAN 100.
huawei(config)#vlan 100 smarthuawei(config)#vlan attrib 100 stackinghuawei(config)#port vlan 100 0/19 0
Create service flows.
Set the service VLAN to 100, GEM port ID to 14, and user VLAN to 1001, and 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_hsihuawei(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
Save the data.
huawei(config)#save
Configure the ONT on the Web page.
Log in to the Web configuration page.
Configure the IP address of the PC network adapter to be in the same network segment with the IP address of the local maintenance Ethernet port on the ONT.
Open the Web browser, and enter the IP address (https with high priority is recommended) of the local maintenance Ethernet port on the ONT. In the login window that is displayed, enter the user name and password of the administrator. After the password is authenticated, the web configuration window is displayed.
Configure the working mode of a LAN port.
The LAN port bound to the WAN port must work in the Layer 3 mode. Therefore, set the working mode to Layer 3 for the LAN port connected to the PC.

Configure parameters of a WAN port.

Check the ONT connection status.

Configure the ONT on the U2000.
Add a general VAS configuration profile for the ONT.





NOTE:To bind a WAN port to multiple LAN ports, set Physical Port Name to LAN1,...,LANx. For example, to bind WAN 1 to LAN 1 and LAN 2, set Physical Port Name to LAN1, LAN2.
Bind a general VAS profile.


Configure the ONT value-added service.


NOTE:The User Name and Password must be the same as those configured on the BRAS.
Thanks