Skip to main content

How to Adding an ONU to an OLT Huawei.

In this text, Hong Telecom will tell you how to add an ONU device to an OLT in the FTTX scenario.

Generally, services can be configured for an ONU only after the ONU is successfully added to an OLT.

Data Plan:

Procedure
Step 1 Configure GPON ONU profiles.
GPON ONU profiles include the DBA profile, line profile, service profile, and alarm profile.
DBA profile: A DBA profile describes GPON traffic parameters. A T-CONT is bound to
01, DBA profile for dynamic bandwidth allocation, improving upstream bandwidth
utilization.
02, Line profile: A line profile describes the binding between the T-CONT and the DBA profile, the QoS mode of the traffic stream, and the mapping between the GEM port and the ONU-side service.
03,Service profile: A service profile provides the service configuration channel for the ONU that is managed by using optical network terminal management and control interface (OMCI).
04,Alarm profile: An alarm profile contains a series of alarm thresholds to measure and monitor the performance of activated ONU lines. When a statistical value reaches the threshold, the host is notified and an alarm is reported to the log host and the NMS.

1. Configure a DBA profile.
Run the display dba-profile command to query existing DBA profiles in the system. If
the existing DBA profiles in the system do not meet the requirements, run the dba-
profile add command to add a DBA profile.
Create the same DBA profile for different types of services. Set the profile name to
ftto_dba, profile type to type3, assured bandwidth to 8 Mbit/s, and maximum bandwidth to 50 Mbit/s.

huawei(config)#dba-profile add profile-name ftto_dba type3 assure 8192 max
51200

2. Configure an ONU line profile.
Create a GPON ONU line profile, named ftto_line, and bind it to the DBA profile
ftto_dba.
huawei(config)#ont-lineprofile gpon profile-name ftto_line
huawei(config-gpon-lineprofile-1)#tcont 4 dba-profile-name ftto_dba

Create different GEM ports according to different service types, in which
– GEM port 11 is used to carry management services.
– GEM port 12 is used to carry voice services.
– GEM port 13 is used to carry video services.
– GEM port 14 is used to carry Internet access services.

huawei(config-gpon-lineprofile-1)#gem add 11 eth tcont 4
huawei(config-gpon-lineprofile-1)#gem add 12 eth tcont 4
huawei(config-gpon-lineprofile-1)#gem add 13 eth tcont 4
huawei(config-gpon-lineprofile-1)#gem add 14 eth tcont 4

After the configurations are complete, run the commit command to apply the parameters
settings.
huawei(config-gpon-lineprofile-1)#commit
huawei(config-gpon-lineprofile-1)#quit

3. Configure an ONU service profile.
Create a GPON ONU service profile, named ftto_ser. Configure the capability set of the ETH port and POTS port to adaptive. Then the system automatically adapts to the ONU according to the actual capability of the online ONU.

huawei(config)#ont-srvprofile gpon profile-name ftto_ser
huawei(config-gpon-srvprofile-1)#ont-port eth adaptive pots adaptive

After the configurations are complete, run the commit command to apply the parameters
setting.
huawei(config-gpon-srvprofile-1)#commit
huawei(config-gpon-srvprofile-1)#quit

4. (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 ONU line.

Step 2 Add an ONU.
Connect two ONUs to GPON port 0/1/0. Set the ONU IDs to 1 and 2, SNs to
3230313126595540 and 6877687714852901, passwords to 0100000001 and 0100000002, discovery mode for password authentication to once-on, and management mode to OMCI. Bind the two ONUs to ONU line profile ftto_line and ONU service profile ftto_ser.
There are two methods of adding an ONU: add an ONU offline and confirm an automatically discovered ONU.

A, Add ONUs offline.
If the password of an ONU is known, run the ont add command to add an ONU offline.
huawei(config)#interface gpon 0/1
huawei(config-if-gpon-0/1)#ont add 0 1 password-auth 0100000001 once-on no-
aging omci ont-lineprofile-name
ftto_line ont-srvprofile-name ftto_ser
huawei(config-if-gpon-0/1)#ont add 0 2 password-auth 0100000002 once-on no-
aging omci ont-lineprofile-name
ftto_line ont-srvprofile-name ftto_ser

B, Confirm automatically discovered ONUs
If the password or SN of an ONU is unknown, run the port portid ont-auto-find
command in GPON mode to enable the ONU auto-discovery function of the GPON port.
Then, run the ont confirm command to confirm the ONU.
huawei(config)#interface gpon 0/1
huawei(config-if-gpon-0/1)#port 0 ont-auto-find enable
huawei(config-if-gpon-0/1)#display ont autofind 0
//After this command is executed, the information about all ONUs connected
to the GPON port through optical splitters is displayed.
huawei(config-if-gpon-0/1)#ont confirm 0 ontid 1 sn-auth 3230313126595540
omci ont-lineprofile-name
ftto_line ont-srvprofile-name ftto_ser
huawei(config-if-gpon-0/1)#ont confirm 0 ontid 2 sn-auth 6877687714852901
omci ont-lineprofile-name
ftto_line ont-srvprofile-name ftto_ser
C, (Optional) Bind the alarm profile to the ONU.
The default profile 1 is used in this example.
huawei(config-if-gpon-0/1)#ont alarm-profile 0 1 profile-id 1
huawei(config-if-gpon-0/1)#ont alarm-profile 0 2 profile-id 1

Step 3 Check ONU status.
After an ONU is added, run the display ont info command to query the current status of the ONU. Ensure that Config flag of the ONU is active, Run State is online, Config state is normal, and Match state is match.

When Config state is failed, Run state is offline, or Match state is mismatch:
l If Control flag is deactive, run the ont active command in GPON mode to activate the
ONU.
01, If Run state is offline, a physical line may be broken or the optical module may be
damaged. Check the line and the optical module.
02, 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 the
diagnose mode to check the failed configuration item and the failure cause. Then, rectify the fault accordingly.
03 If the ONU does not match, that is, Match state is mismatch, the port types and number of ports undermatch the actual port types and number of ports supported by the ONU. In this case, run the display ont capability command to query the actual capability of the ONU, and then select one of the following modes to modify the ONU configuration:
– Create a proper ONU profile according to the actual capability of the ONU, and
then run the ont modify command to modify the configuration data of the ONU.
– Modify the ONU profile according to the actual capability of the ONU and save the
modification. Then, the ONU automatically recovers the configuration successfully.

As a world leading Huawei networking products supplier, Hong Telecom Equipment Service LTD(HongTelecom) keeps regular stock of Huawei router and switch and all cards at very good price, also HongTelecom ship to worldwide with very fast delivery.

Cotact: Mr.Ethan
PH/Wechat/WhatsApp:+86 13544269587
Skype:Hongtelecom_ethan

Comments

Post a Comment

Popular posts from this blog

Data sheet of ZTE F600W Technical Specification

Hong Telecom is able to provide ZTE ONT F600W. ZTE ZXHN F600W is a GPON Optical Network Terminal designed for FTTH scenario. It provides video (IPTV), high speed internet access and Wi-Fi for home network connection. It has a small, smart appearance and green, energy-saving advantage. GPON Interface: Optical port : 1 x GPON interface (SC/APC); Transmission Distance: 0 ~ 20km; Transmit rate: 2.488Gbps downstream; 1.244Gbps upstream; User Network Interface * 4 x 10/100/1000Base-T; Half/full duplex; Auto MDI/MDIX; Auto negotiation * 1 x Wi-Fi interface: IEEE 802.11b/g/n @2.4G Hz * 1 x USB host interface Optical Module: * Wavelength:   Receiving:1480~1500 nm   Transmitting: 1290~1330 nm * Receiving Sensitivity: -28dBm * Transmitting Optical Power: 0.5~5dBm. Physical Performance ZTE ZXHN F600W ONT : * Power consumption: <8W * Dimensions: 220mm(W) x 44mm(H) x 160mm(D) * Working temperature: 0 o C ~ 40 o C * Working humidity: 5% ~ 95% * Weight: about 300g * Power

ZTE GPON ONU F821 Flexible Plug-in GPON MDUProducts Introduction

ZXA10 F821 is a GPON Optical Network Unit used in an FTTB/FTTO scenario. ZXA10 F821 supports VoIP, data and TDM services access. It builds a multi-tenant network center with computer technology and broadband optical network access technology, which connects various business appliances and equipments into the network to share Internet/voice connections so as to provide users with rich, diversified, personalized, convenient, comfortable, safe and effective services. Specifications * Power Consumption: 24W(16FE+16POTS); 40W(72POTS) * Power Supply: -48V DC or 110/220V AC * Dimension (W x H x D): 482.6mm x 43.6mm x 255mm * Weight: about 4.5kg * Working Temperature: -25C~55C * Working Humidity: 5%~95% Interface Function Optical port (line terminal): • ½ * GPON interface (SC/UPC) • User network interface: - Three slots mix plug in line card - 1* 10/100/1000Base-T in main control card - 8/16 /24* POTS (VoIP) per line card - 8 * E1/T1 per line card - 8 * 10/100Base-T per line card.

Huawei RRU5901 RRU5901w RRU5902 RRU5903 RRU5904 RRU5905 RRU3989 for sell

Hong Telecom Equipment Service LTD (HongTelecom) focus on Huawei/Ericsson/Nokia/ZTE wireless spare parts, we sell 2G/3G/4G RRU BBU and core network spare parts. Huawei RRU5901 RRU5901w RRU5902 RRU5903 RRU5904 RRU5905 RRU3989 for sell 02311QMD RRU5901 RRU5901,WD5MERUMG30,WUYI(TX1805-1880MHz/RX1710-1785MHz,-48VDC,9.8G,4T4R,4*40W) 02312AAR RRU5901w RRU5901w-WD5MERUMG30W-WUYI(TX1805-1880MHz/RX1710-1785MHz,-48VDC,9.8G,4T4R,4*40W) 02312BTR RRU5902 RRU5902-WD5MJRULC8BA-WUYI(TX935-960MHz/RX890-915MHz,-48VDC,9.8G,2T4R,2*60W) 02312BTS RRU5903 RRU5903-WD5MJRULG8BB-WUYI(TX935-960MHz/RX890-915MHz,-48VDC,9.8G,2T4R,2*80W) 02311UWH RRU5904 RRU5904-WD5MERUMH30-WUYI(TX1805-1880MHz/RX1710-1785MHz,-48VDC,9.8G,4T4R,4*60W) 02311UWT RRU5904 RRU5904-WD5MWRUMH10-WUYI(TX2110-2170MHz/RX1920-1980MHz,-48VDC,9.8G,4T4R,4*60W) 02311PRD RRU5905 RRU5905-WD5MERULG31-WUYI(TX1805-1880MHz/RX1710-1785MHz,-48VDC,9.8G,2T2R,2*80W) 02311YAJ RRU5905 RRU5905-WD5MERULH3D-WUYI(TX180