GPON FTTH ONT Configure by U2000 NMS

GPON FTTH ONT Configure by U2000 NMS

Today i will show you how GPON FTTH ONT Configure by U2000 NMS & configure the high-speed Internet service when an ONT is connected to an OLT through a GPON port.

Networking:

  • The PC gains access to the Internet in PPPoE dialup mode.
  • The ONT is connected to the GPBC card of the OLT through an optical fiber.
  • The broadband remote access server (BRAS) provides broadband user access and functions of authentication and accounting.
GPON FTTH ONT Configure U2000 NMS
GPON FTTH ONT Configure U2000 NMS

Data plan:

data-plan-for-gpon-ftth-ont-configure-u2000-nms
data-plan-for-gpon-ftth-ont-configure-u2000-nms

GPON FTTH ONT Configure Procedure:

  1. Configure a DBA profile.
  2. Configure a line profile.
  3. Configure a service profile.
  4. Configure an MEF IP traffic profile.
  5. Configure a service VLAN on the OLT side.

Services Provision of GPON FTTH ONT Configure:

  1. Add an ONT.
  2. Configure an ETH port of the GPON ONU.
  3. Add a service virtual port on the OLT side.

Implement pre-configurations:

1.Configure a DBA profile:

  • Choose Configuration > Access Profile Management from the main menu. In the dialog box that is displayed, choose PON Profile > GPON Profile from the navigation tree.
  • Click the DBA Profile tab.
  • Right-click and choose Add Global Profile from the shortcut menu.
  • In the dialog box that is displayed, set the parameters.
    • Name: ftth_dba
    • DBA Type: Assured Bandwidth/Maximum Bandwidth
    • Assured bandwidth: 8 Mbit/s
    • Maximum bandwidth: 20 Mbit/s
configure-dba-profile-by-u2000-nms
configure-dba-profile-by-u2000-nms
  • Click OK.
  • In the information list, right-click the record and choose Download to NE from the shortcut menu.
  • In the dialog box that is displayed, select the required NE(s), and click OK.

Read more

H.248 VoIP Service Configure Via U2000 NMS

H.248 VoIP Service Configure Via U2000 NMS

[boxads]

Today i will show you how to H.248 VoIP Service Configure Via U2000 NMS. The OLT is connected to the remote ONT through a GPON port to provide users with the IP-based high-quality and low-cost VoIP service.

Prerequisites:

  • The interface data and POTS user configuration data corresponding to the MG interface have been configured on the MGC.
  • The OLT has been connected to the MGC. The OLT can ping the IP address of the MGC server successfully.
  • The ONT has been added to the OLT. For details, see Adding an ONT to an OLT.
  • Different voice services require different ONT software versions. Before the configuration, ensure that the current ONT software version supports H.248. For details, see relevant ONT manuals.

Data Plan:

Data Plan for H.248 VoIP Service Configure
Data Plan for H.248 VoIP Service Configure

H.248 VoIP Service Configure Procedure:

1.Configure a traffic profile.

Run the display traffic table ip command to query the existing traffic profiles in the system. If the existing traffic profiles in the system do not meet the requirements, run the traffic table ip command to add a traffic profile.

Set the profile name to ftth_voip and do not limit the upstream and downstream rates. Set the priority to 5 and packets are scheduled according to the priority carried.

Gponsolution(config)#traffic table ip name ftth_voip cir off priority 5 priority-policy local-setting

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

The service flow of user VLAN 40 is mapped to GEM port 12 in the ONT line profile.

Gponsolution(config)#ont-lineprofile gpon profile-name ftth
Gponsolution(config-gpon-lineprofile-1)#gem mapping 12 2 vlan 40
Gponsolution(config-gpon-lineprofile-1)#commit
Gponsolution(config-gpon-lineprofile-1)#quit

Read more

H.248 VoIP Service Configure Via Web Page

H.248 VoIP Service Configure Via Web Page

[boxads]

Today i will discuss how H.248 VoIP Service Configure Via Web Page.  The OLT is connected to the remote ONT through a GPON port to provide users with the IP-based high-quality and low-cost VoIP service.

Prerequisites:

  • The interface data and POTS user configuration data corresponding to the MG interface have been configured on the MGC.
  • The OLT has been connected to the MGC. The OLT can ping the IP address of the MGC server successfully.
  • The ONT has been added to the OLT. For details, see Adding an ONT to an OLT.
  • Different voice services require different ONT software versions. Before the configuration, ensure that the current ONT software version supports H.248. For details, see relevant ONT manuals.

Data Plan:

Data Plan for H.248 VoIP Service Configure
Data Plan for H.248 VoIP Service Configure

H.248 VoIP Service Configure Procedure:

1.Configure a traffic profile.

Run the display traffic table ip command to query the existing traffic profiles in the system. If the existing traffic profiles in the system do not meet the requirements, run the traffic table ip command to add a traffic profile.

Set the profile name to ftth_voip and do not limit the upstream and downstream rates. Set the priority to 5 and packets are scheduled according to the priority carried.

Gponsolution(config)#traffic table ip name ftth_voip cir off priority 5 priority-policy local-setting

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

The service flow of user VLAN 40 is mapped to GEM port 12 in the ONT line profile.

Gponsolution(config)#ont-lineprofile gpon profile-name ftth
Gponsolution(config-gpon-lineprofile-1)#gem mapping 12 2 vlan 40
Gponsolution(config-gpon-lineprofile-1)#commit
Gponsolution(config-gpon-lineprofile-1)#quit

Read more

Huawei OLT Basic Configuration/Initial Setup

Huawei OLT Basic Configuration/Initial Setup

Today I will discuss how to initially Configure Huawei OLT / Huawei OLT Basic Configuration. So let’s go our configuration part. Here i use  Huawei SmartAX MA5608T GPON OLT. At first connect PC/Laptop via console port & open terminal software, such Xshell, Putty, ZOC etc…..Then enable and go to config mode & follow bellow step.

Huawei OLT default user name: root  and Password admin or admin123

OLT Eth port default IP: 10.11.104.2/24  if you want to access by UTP cable then need to put 10.11.104.1/24 IP in your Laptop/PC.

Add Hostname/Device Name:

huawei(config)#sysname  Gponsolution

Add Management IP for local access by MCUD board ETH port:

This is for your local login port, it is need for firmware upgrade & locally login, you did not get internet through this ETH port & not use like as Upstream port.

Huawei OLT Basic Configuration Initial Setup MA5608T
Huawei OLT Basic Configuration Initial Setup MA5608T

Gponsolution(config)#interface meth0
Gponsolution(config-if-meth0)#ip address 1.1.1.2 255.255.255.0

Management Vlan Add & assign OLT IP for remote access via Telnet:

Gponsolution(config)#vlan 10 smart
Gponsolution(config)#interface vlanif10
Gponsolution(config-if-vlanif10)#ip address 192.168.100.10 255.255.255.0
Gponsolution(config-if-vlanif10)#quit

Management Vlan Pass & Description in upstream interface:

Here Management VLAN is 10 & upstream MCUD port is GE0. by-default GE0 port is Trunk port so your uplink device port must be Trunk port.

Gponsolution(config)#port vlan 10 0/2 0

Gponsolution(config)#port desc 0/2/0 description “Uplink-with…….”

GPON Board/Card Add:

In first time when you power on OLT then you see all GPON board is Auto_find mode, you can add this board two way.

Gponsolution(config)#board confirm 0

Huawei OLT Basic Configuration MA5608T
Huawei OLT Basic Configuration MA5608T

or manually Add by bellow command

Gponsolution(config)#board add 0/0 H805GPFD
Gponsolution(config)#board add 0/1 H806GPBD

Read more

H.248-based Voice Service Configure Via CLI

H.248-based Voice Service Configure Via CLI

[boxads]

The OLT manages ONTs and applies VoIP configurations to the ONT using the OMCI protocol. This topic describes how to configure the H.248-based voice service.

Prerequisites:

  • The interface data and POTS user configuration data corresponding to the MG interface have been configured on the MGC.
  • The OLT has been connected to the MGC. The OLT can ping the IP address of the MGC server successfully.
  • The ONT has been added to the OLT. For details, see Adding an ONT to an OLT.
  • Different voice services require different ONT software versions. Before the configuration, ensure that the current ONT software version supports H.248. For details, see relevant ONT manuals.

Data Plan for H.248-based Voice Service Configure:

Data Plan for H.248-based Voice Service Configure
Data Plan for H.248-based Voice Service Configure

H.248-based Voice Service Configuration Procedure:

1.Configure a traffic profile.

Run the display traffic table ip command to query the existing traffic profiles in the system. If the existing traffic profiles in the system do not meet the requirements, run the traffic table ip command to add a traffic profile.

Set the profile name to ftth_voip and do not limit the upstream and downstream rates. Set the priority to 5 and packets are scheduled according to the priority carried.

Gponsolution(config)#traffic table ip name ftth_voip cir off priority 5 priority-policy local-setting

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

The service flow of user VLAN 40 is mapped to GEM port 12 in the ONT line profile.

Gponsolution(config)#ont-lineprofile gpon profile-name ftth
Gponsolution(config-gpon-lineprofile-1)#gem mapping 12 2 vlan 40
Gponsolution(config-gpon-lineprofile-1)#commit
Gponsolution(config-gpon-lineprofile-1)#quit

Read more