Got it

Planning & Project Procedures

Created: Mar 9, 2020 20:03:58Latest reply: Mar 9, 2020 20:41:22 337 1 0 0 0
  HiCoins as reward: 0 (problem unresolved)

Dears,

Please share with me the steps in project planning & prerequisites for OLT.


Thanks.

Featured Answers

Recommended answer

wissal
MVE Created Mar 9, 2020 20:41:22

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

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.

  1. 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


  2. 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


  3. 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


  4. 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


  5. Save the data.

    huawei(config)#save

Configure the ONT on the Web page.


  1. Log in to the Web configuration page.


  2. 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.

  3. 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.


fig_service_014701.png


Configure parameters of a WAN port.


fig_service_014702.png

Check the ONT connection status.


fig_service_014703.png

Configure the ONT on the U2000.

  1. Add a general VAS configuration profile for the ONT.


    fig_vasprofile_hsi-01.png

    fig_vasprofile_hsi-02.png

    fig_vasprofile_hsi-03.png

    fig_vasprofile_hsi-04.png

    fig_vasprofile_hsi-05.png

    icon-note.gif 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.


  2. Bind a general VAS profile.


    fig_bindvasprofile_hsi-01.png

    fig_bindvasprofile_hsi-02.png

  3. Configure the ONT value-added service.


    fig_vasservice_hsi-01.png

    fig_vasservice_hsi-02.png

    icon-note.gif NOTE:

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

Thanks


View more
  • x
  • convention:

All Answers

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

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.

  1. 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


  2. 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


  3. 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


  4. 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


  5. Save the data.

    huawei(config)#save

Configure the ONT on the Web page.


  1. Log in to the Web configuration page.


  2. 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.

  3. 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.


fig_service_014701.png


Configure parameters of a WAN port.


fig_service_014702.png

Check the ONT connection status.


fig_service_014703.png

Configure the ONT on the U2000.

  1. Add a general VAS configuration profile for the ONT.


    fig_vasprofile_hsi-01.png

    fig_vasprofile_hsi-02.png

    fig_vasprofile_hsi-03.png

    fig_vasprofile_hsi-04.png

    fig_vasprofile_hsi-05.png

    icon-note.gif 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.


  2. Bind a general VAS profile.


    fig_bindvasprofile_hsi-01.png

    fig_bindvasprofile_hsi-02.png

  3. Configure the ONT value-added service.


    fig_vasservice_hsi-01.png

    fig_vasservice_hsi-02.png

    icon-note.gif NOTE:

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

Thanks


View more
  • x
  • convention:

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.