If you’re an ISP engineer working on a Huawei OLT and you need to quickly check why an ONT is flapping, underperforming, or going offline — display ont optical-info is the single most powerful diagnostic command in your toolkit. It gives you real-time optical transceiver data for any ONT directly from the OLT CLI, without a fiber meter, without a site visit, and within seconds. This guide breaks down every output field, every command variant, and what every reading means — with real examples and actionable fix steps.

The display ont optical-info 0 1 command on Huawei OLT retrieves live optical health data from a specific ONT — its receive power, transmit power, what the OLT itself is measuring from that ONT, laser bias current, temperature, and voltage. Understanding this output is the difference between a 10-minute fix and a 3-hour truck roll that shouldn’t have happened.

This guide is for ISP technicians, GPON engineers, fiber network operators, and NOC teams managing Huawei OLT platforms including the MA5800, MA5600T, MA5680T, and MA5683T series.

Command Syntax — display ont optical-info Explained

Before looking at any output, let’s understand exactly what you’re running and how to form the command correctly for any scenario.

📌 Command Syntax display ont optical-info <port-id> <ont-id>

Where:
  port-id = the PON port number on the current GPON interface (usually 0–7)
  ont-id = the ONT’s ID number (0–127 for GPON), or all to check every ONT on that port

You must first enter the GPON interface context before the command is valid. Here’s the full navigation:

# Step 1: Enter privileged mode enable# Step 2: Enter configuration mode config# Step 3: Enter the GPON interface (replace 0/1 with your slot/port) interface gpon 0/1# Now run the optical-info command: # Check a specific ONT (port 0, ONT ID 1) display ont optical-info 0 1# Check ALL ONTs on port 0 display ont optical-info 0 all# Alternative: run from global view (non-interface mode) display ont optical-info 0/1/0 1 # Format: slot/port/subport ONT-ID

Command Variants at a Glance

Single ONT Check

display ont optical-info 0 1

Detailed output for ONT ID 1 on port 0. Full field-by-field breakdown including alarm thresholds.

All ONTs — Quick Overview

display ont optical-info 0 all

Summary table showing RX, TX, OLT Rx, Temp, Voltage, Current for all ONTs on the port at once.

Global View (No Interface)

display ont optical-info 0/1/0 1

Run from any mode without entering interface context. Useful for NOC scripts and multi-port checks.

Detailed Single (Full Thresholds)

display ont optical-info 0 0

Shows per-parameter alarm and warning thresholds alongside current values — essential for baseline comparison.

⚡ Pro Tip Use display ont optical-info 0 all first as your wide-angle diagnostic. It immediately shows you which ONTs have abnormal power levels across the entire port so you can triage quickly. Then zoom in with display ont optical-info 0 {id} for the problematic ones.

Reading the Output — Summary Mode (All ONTs)

When you run display ont optical-info 0 all, you get a compact table. Here’s what a real output looks like — and what every column means:

# Command run on a live ISP OLT Huawei-OLT(config-if-gpon-0/1)#display ont optical-info 0 all—————————————————————————– ONT Rx power Tx power OLT Rx ONT Voltage Current ID (dBm) (dBm) power(dBm) Temp (C) (V) (mA) —————————————————————————– 3 -20.86 1.90 -23.02 42 3.300 16 6 -22.22 2.22 -23.38 43 3.240 13 8 -22.92 2.35 -25.09 50 3.240 17 10 -25.37 2.36 -23.47 54 3.280 12 ⚠ marginal RX 11 -27.69 2.05 -24.82 58 3.280 15 ⛔ CRITICAL — below threshold 14 -20.31 2.03 -21.94 45 3.240 14 17 -25.37 2.36 -26.39 58 3.240 17 ⚠ both RX values marginal 25 -20.00 2.08 -22.22 47 3.260 12 —————————————————————————–

In seconds you can see that ONT 11 is critical (below -27 dBm), ONTs 10 and 17 are marginal and need attention, and the rest are healthy. This is your daily health-check command.

Summary Column Definitions

ColumnWhat It MeasuresNormal RangeDirection
ONT Rx powerSignal the ONT receives from OLT (downstream)-8 to -27 dBmOLT → ONT
ONT Tx powerSignal the ONT transmits toward OLT (upstream)+0.5 to +5 dBmONT → OLT
OLT Rx powerWhat the OLT’s receiver actually sees from this ONT-8 to -30 dBmONT → OLT (measured at OLT)
TemperatureONT optical module temperature0°C to 70°CInternal sensor
VoltageONT module supply voltage3.10V to 3.50VInternal sensor
Current (mA)Laser bias current (indicates laser health)5 to 25 mAInternal sensor
📐 Important Distinction: ONT Rx power and OLT Rx power are two different measurements. Rx power is measured by the ONT’s own photodetector. OLT Rx power is measured by the OLT’s photodetector for that specific ONT’s upstream signal. Both must be healthy for a stable link.

Reading the Output — Detailed Mode (Single ONT)

Running display ont optical-info 0 1 for a specific ONT gives you the full verbose output with alarm and warning thresholds for every parameter. This is your deep-dive diagnostic view.

# Detailed optical info for ONT ID 1 on port 0 Huawei-OLT(config-if-gpon-0/1)#display ont optical-info 0 1—————————————————————————– ONU NNI port ID : 0 Module type : GPON Module sub-type : CLASS B+ Used type : CATV TriPlex Optical power precision : – Vendor name : Hisense Vendor rev : HW02 Vendor PN : LTY9775M-CHG+ Vendor SN : P4458043682 Date Code : 15-08-13Rx optical power (dBm) : -13.11 ← ONT receiving from OLT Rx power current warning threshold(dBm) : [-,-] Rx power current alarm threshold(dBm) : [-,-]Tx optical power (dBm) : 2.17 ← ONT transmitting to OLT Tx power current warning threshold(dBm) : [-,-] Tx power current alarm threshold(dBm) : [-,-]Laser bias current (mA) : 16 Tx bias current warning threshold(mA) : [-,-] Tx bias current alarm threshold(mA) : [-,-]Temperature (C) : 59 Temperature warning threshold (C) : [-,-] Temperature alarm threshold (C) : [-45,95]Voltage (V) : 3.240 Supply voltage warning threshold (V) : [-,-] Supply voltage alarm threshold (V) : [2.996, 3.596]OLT Rx ONT optical power (dBm) : -15.22 ← OLT measuring ONT’s signal CATV Rx optical power (dBm) : – —————————————————————————–

Every Output Field — Explained in Plain English

FieldMeaningGood ValueAction if Bad
Module typePON technology type (GPON, EPON)GPON / EPONWrong module type — check ONT compatibility
Module sub-typeOptical class defining power budgetCLASS B+ or C+Mismatched class = limited reach/power
Vendor nameOptical transceiver manufacturerHWTC, Hisense, Broadex, etc.Unknown vendor = check compatibility
Rx optical powerDownstream signal strength at ONT photodetector-8 to -27 dBmBelow -27: fiber loss issue → check path
Tx optical powerUpstream signal strength from ONT laser+0.5 to +5 dBmLow Tx: aging/failing ONT laser → replace ONT
Laser bias currentElectrical current driving the laser diode10 to 25 mAAbove 30 mA: laser aging → plan replacement
TemperatureOptical module operating temperature0°C to 70°CAbove 75°C: ventilation issue or failing module
VoltageOptical module supply voltage3.10V to 3.50VOut of range: power supply issue at ONT
OLT Rx ONT optical powerWhat OLT actually receives from this ONT upstream-8 to -30 dBmVery low: fiber issue in upstream path
CATV Rx optical powerCATV optical signal level (triple-play ONTs only)>-6 dBm (if used)Low: CATV splitter or RF overlay issue
alarm thresholdThe OLT will generate an alarm if value crosses thisDepends on ONT model[-,-] means thresholds not set — configure them
⚡ Pro Tip When alarm thresholds show [-,-], it means they haven’t been configured. For production networks, always configure Rx power alarm thresholds with ont alarm-profile so the OLT auto-alerts you when any ONT approaches the danger zone — before subscribers complain.

Optical Power Thresholds — What’s Normal, What’s a Problem

This is the section you’ll reference most often. GPON Class B+ (the most common standard for ISP deployments on Huawei OLTs) has well-defined power ranges. Memorize these or bookmark this page.

📊 ONT Rx Power Level Scale (GPON Class B+)

✅ Excellent: -8 dBm to -20 dBm
Strong signal — no action needed
⚠️ Marginal: -20 dBm to -27 dBm
Monitor closely
🚨 Critical: Below -27 dBm
ONT offline
ParameterExcellentAcceptableMarginal ⚠️Critical 🚨
ONT Rx power-8 to -20 dBm-20 to -24 dBm-24 to -27 dBmBelow -27 dBm
ONT Tx power+2 to +5 dBm+0.5 to +2 dBmBelow +0.5 dBmBelow -1 dBm
OLT Rx ONT power-8 to -22 dBm-22 to -27 dBm-27 to -30 dBmBelow -30 dBm
Temperature25°C to 55°C55°C to 70°C70°C to 80°CAbove 80°C
Voltage3.20V to 3.40V3.10V to 3.20V3.00V to 3.10VBelow 3.00V or above 3.60V
Laser bias current10 to 20 mA20 to 25 mA25 to 30 mAAbove 30 mA or below 5 mA
⚠️ Class B+ vs Class C+ Note Some Huawei OLT boards and ONTs support Class C+ which extends the link budget by approximately 3 dB. On Class C+ deployments, ONT Rx power down to -30 dBm may still be functional. Always check your PON board specifications with display board 0/1 to confirm which class you’re operating.

Step-by-Step Troubleshooting Using display ont optical-info

Here’s the systematic workflow experienced GPON engineers use when an ONT is offline or performing poorly. Follow this order — it moves from fastest/easiest to most complex.

1

Confirm the ONT Is Registered and Its Run State

Before running optical-info, verify the ONT actually exists in the OLT database and check its current state. Optical info is only available for online ONTs.

# Check ONT registration and run state Huawei-OLT(config-if-gpon-0/1)#display ont info 0 1F/S/P : 0/1/0 ONT-ID : 1 Control flag : active Run state : online ← Must be ‘online’ for optical-info to work Config state : normal Match state : match Last down cause: dying-gasp Last up time : 2026-05-21 07:14:33 Last down time: 2026-05-20 22:47:11
If Run state shows offline, the ONT is not reachable — display ont optical-info will return no data or N/A. Fix the offline issue first (see our Huawei ONT Offline Fix Guide), then use optical-info for fine-tuning.
2

Run the Wide-Angle Port Scan

Scan all ONTs on the affected port to immediately identify which ONTs have power issues and prioritize your work.

# Scan entire port — identify weak ONTs instantly Huawei-OLT(config-if-gpon-0/1)#display ont optical-info 0 all—————————————————————————– ONT Rx power Tx power OLT Rx Temp Voltage Current ID (dBm) (dBm) power(dBm) (C) (V) (mA) —————————————————————————– 1 -18.44 2.11 -19.22 41 3.260 14 2 -21.33 2.08 -22.01 43 3.240 13 3 -28.91 2.34 -27.56 59 3.280 31 ⛔ CRITICAL + high bias! 4 -25.88 2.12 -24.33 54 3.280 12 ⚠ approaching limit 5 -19.07 1.98 -20.44 42 3.260 13 —————————————————————————–# Immediate analysis: # ONT 3: Rx -28.91 dBm (BELOW -27 threshold) + bias current 31mA (aging laser) # → Probable cause: fiber loss AND failing ONT hardware # ONT 4: Rx -25.88 dBm (marginal) → investigate fiber path proactively
3

Deep-Dive the Problem ONT

Now get the full detailed output for the specific ONT with issues — with all thresholds visible.

# Full detailed optical analysis for ONT 3 Huawei-OLT(config-if-gpon-0/1)#display ont optical-info 0 3Rx optical power (dBm) : -28.91 ⛔ Below -27 threshold Rx power current alarm threshold : [-27.000, -8.000] ← In alarm!Tx optical power (dBm) : 2.34 Laser bias current (mA) : 31 ⛔ Above normal range — aging laser Tx bias current alarm threshold : [-,30] ← In alarm!Temperature (C) : 59 ⚠ Elevated — check ventilation Voltage (V) : 3.280 OLT Rx ONT optical power (dBm) : -27.56 ⚠ Borderline but still registering

Diagnosis from this output: The ONT hardware itself is aging (high laser bias current at 31 mA with temperature at 59°C). The Rx power being below threshold indicates additional fiber loss. This needs both a fiber path check AND an ONT replacement.

4

Cross-Reference with ONT Info and Alarm History

Combine optical data with the ONT’s administrative state and alarm history to build the complete picture.

# Check ONT alarms Huawei-OLT(config-if-gpon-0/1)#display ont alarm-info 0 3# Check historical up/down events Huawei-OLT#display ont register-info 0/1/0 3# Check OLT PON port optical module health Huawei-OLT(config-if-gpon-0/1)#display port state 0F/S/P 0/1/0 Optical Module : Online Port state : Online Last down cause: LOS TX power(dBm) : 3.57 ← OLT transmit power — normal Temperature(C) : 35
5

Correlate: Is It the Fiber or the ONT?

Use the optical data to determine root cause before dispatching a technician. This decision matrix saves truck rolls.

What optical-info showsProbable Root CauseFix
Low Rx, Normal Tx, Normal OLT RxFiber attenuation in downstream pathCheck downstream splitter ports, connectors
Low Rx, Low OLT Rx, Normal TxFiber loss in both directions — likely feeder/splitterOTDR trace, check splitter and feeder fiber
Normal Rx, Low Tx, High Laser CurrentAging or failing ONT laser moduleReplace ONT hardware
Low Rx, No OLT Rx (N/A)ONT offline — fiber cut or no signalCheck ONT info first, then trace fiber
High temperature (>75°C), Low TxOverheating ONT laserImprove ONT ventilation or replace module
Voltage out of rangeONT power supply issueCheck ONT adapter and power input
Rx fluctuating (run command multiple times)Intermittent connector or fiber bendInspect and re-seat all connectors in path
All ONTs on port weak simultaneouslyOLT PON port SFP issue or first-stage splitterCheck OLT port state, reseat SFP, check feeder
6

Reboot the ONT Remotely If Needed

If optical levels look acceptable but the ONT is stuck or misbehaving, a remote reboot often resolves it without a site visit.

# Reboot a specific ONT from OLT CLI Huawei-OLT(config-if-gpon-0/1)#ont reset 0 1# Wait 60–90 seconds then verify it came back online Huawei-OLT(config-if-gpon-0/1)#display ont info 0 1Run state : online ✅ Back online# Re-check optical levels after reboot Huawei-OLT(config-if-gpon-0/1)#display ont optical-info 0 1
7

Monitor for Stability Over Time

Run display ont optical-info several times across different times of day — especially morning/night when temperature swings can push borderline ONTs offline.

# Monitor optical levels at different times (manually or via script) # Run at: morning, midday, evening — compare values # If Rx fluctuates by more than 2 dBm across readings: → Intermittent connector problem (most likely) → Fiber with tight bend affected by thermal expansion → Splitter with moisture ingress (seasonal variation)
⚡ Pro Tip — Temperature Effect on Optical Power Optical power readings aren’t static. High ambient temperatures can raise ONT module temperature and cause the laser’s output to decrease by 0.5–1.5 dBm. If you have ONTs at -25 dBm during cool mornings, they may drop to -27+ dBm on hot afternoons and go offline. This is why monitoring at multiple times of day matters.

Related Huawei OLT Commands — Complete Diagnostic Toolkit

The display ont optical-info command works best when combined with these companion commands for full-picture troubleshooting.

CommandWhat It ShowsWhen to Use
display ont info {port} {id}ONT run state, config state, SN, auth type, last down causeFirst command — always check this before optical-info
display ont info summary {port}Summary of all ONT states on a port (online/offline count)Quick health overview of entire port
display ont autofind {port}ONTs detected but not yet registeredWhen a new/replaced ONT isn’t showing up
display ont register-info {f/s/p} {id}Registration history — all up/down events with timestampsDiagnosing intermittent or flapping ONTs
display ont alarm-info {port} {id}Current active alarms on an ONTWhen optical levels seem fine but service is degraded
display port state {port}OLT PON port optical module TX power, temperature, SFP statusWhen all ONTs on one port are affected
display ont version {f/s/p} {port} {id}ONT firmware version, vendor ID, equipment IDBefore firmware upgrade decisions
display ont wan-info {f/s/p} {port} {id}WAN IP, VLAN, gateway info on the ONTService-layer issues after optical is confirmed OK
display mac-address port {f/s/p}MAC addresses learned on a portVerify subscriber traffic is flowing post-fix
display ont port state {port} {id} eth-port allLAN port status on the ONTWhen fiber is fine but subscriber’s LAN port is down

The Complete Diagnostic Sequence

# ── FULL DIAGNOSIS WORKFLOW ────────────────────────────────────── # Run these in order for any ONT complaint (replace 0/1 and 0 1 as needed)# 1. Enter interface context config interface gpon 0/1# 2. Check port-wide summary — any ONTs offline? display ont info summary 0# 3. Scan all optical power levels — who’s weak? display ont optical-info 0 all# 4. Check specific ONT state + last down cause display ont info 0 1# 5. Get full optical detail with thresholds display ont optical-info 0 1# 6. Check alarm history display ont alarm-info 0 1# 7. Check registration up/down history display ont register-info 0/1/0 1# 8. Check OLT PON port health (SFP, TX power) display port state 0# ── If ONT needs reboot: ont reset 0 1# ── If ONT needs re-adding (auth fail / wrong SN): ont add 0 1 sn-auth 485754B500000001 omci ont-lineprofile-id 10 ont-srvprofile-id 10

Common Issues Found with display ont optical-info — and How to Fix Them

Issue 1: ONT Rx Power Below -27 dBm

Rx optical power (dBm) : -29.44 ⛔ CRITICAL

Causes: fiber break/cut, dirty or damaged SC connector, degraded splitter port, excessive fiber length, too many splices with high loss, or wrong splitter ratio.

Fix sequence:

  1. Clean all SC/APC connectors in the path (OLT port, patch panel, splitter ports, ONT port)
  2. Use an OTDR to locate any reflections or loss events in the fiber
  3. Check splitter output power with a PON power meter (should match other ports on same splitter ±0.5 dB)
  4. Reduce splitter ratio if overcrowded (e.g. 1:64 → 1:32 for long-distance runs)
  5. Check total link budget: OLT TX – path loss – splitter loss = ONT Rx (should be above -27 dBm)

Issue 2: Low ONT Tx Power with High Laser Bias Current

Tx optical power (dBm) : 0.34 ⚠ Low Laser bias current (mA) : 34 ⛔ Above normal

Meaning: The ONT laser is working harder than it should (high current) to produce weak output. This is a classic sign of a laser diode nearing end of life.

Fix: Plan ONT replacement. This is a hardware failure — no software fix or fiber cleaning will resolve it. Schedule replacement before it fails completely and takes the subscriber down unexpectedly.

Issue 3: High ONT Temperature

Temperature (C) : 78 ⛔ Overheating

Causes: ONT installed in an enclosed box with no ventilation, direct sunlight exposure, inadequate air circulation, or faulty ONT cooling.

Fix: Improve ONT housing ventilation, add ventilation holes, relocate ONT away from direct heat, ensure airflow around the device. If the ONT is in an outdoor enclosure in a tropical climate, consider a shaded, ventilated IP54-rated box.

Issue 4: Voltage Out of Range

Voltage (V) : 2.91 ⛔ Below minimum (2.996V threshold)

Meaning: The ONT optical module is receiving insufficient power. This can cause erratic behavior, intermittent offline events, and eventually permanent failure.

Fix: Check the ONT power adapter — test output voltage with a multimeter. Replace the adapter if voltage is low. Also check for corroded power connectors on the ONT itself.

Issue 5: N/A or No Output from Command

Huawei-OLT(config-if-gpon-0/1)#display ont optical-info 0 5Command executed failed or empty output

Meaning: The ONT is not online. Optical transceiver data is only accessible when the ONT is actively registered and running.

Fix: Run display ont info 0 5 first to check the run state. If it shows offline, troubleshoot the offline issue first using the ONT offline guide.

⚠️ Fiber Safety Reminder When physically inspecting fiber based on what display ont optical-info reveals, never look directly into a fiber connector or cable end — even on what appears to be an inactive port. Invisible 1310nm/1490nm laser light from GPON systems can cause permanent eye damage. Always use a proper fiber inspection microscope, endface camera, or fiber inspection probe. Wear appropriate safety eyewear when working with fiber.

Using display ont optical-info for Proactive Daily Monitoring

The best NOC teams don’t wait for customers to call — they spot deteriorating optical levels before ONTs go offline. Here’s how to build a simple proactive monitoring habit:

Daily NOC Health Check Routine

# Morning routine — run across all active GPON interfaces # Check each interface for marginal ONTs (below -24 dBm)interface gpon 0/1 display ont optical-info 0 all # Note any ONTs with Rx below -24 dBm → add to watchlistinterface gpon 0/2 display ont optical-info 0 all # Repeat for all active GPON interfaces# For any ONT on watchlist, check alarm history: display ont alarm-info {port} {id}# Weekly: compare readings across multiple days # A consistent trend toward worse values = plan intervention

Setting Optical Alarm Thresholds

Instead of manually checking every day, configure alarm profiles so the OLT alerts you automatically:

# Create an optical alarm profile ont-alarm-profile gpon profile-id 1 profile-name optical-monitor# Set Rx power alarm thresholds alarm signal-fail alarm-threshold -27 alarm signal-degrade alarm-threshold -24# Bind profile to ONTs Huawei-OLT(config-if-gpon-0/1)#ont alarm-profile 0 all profile-id 1# Now the OLT will auto-generate traps when any ONT crosses -24 dBm or -27 dBm
⚡ Pro Tip Set your signal-degrade threshold at -24 dBm (3 dB above the -27 offline threshold). This gives you a 3 dB warning margin — enough time to schedule a technician visit and clean connectors or fix the fiber path before the subscriber actually loses service.

Frequently Asked Questions

❓ What does the Huawei display ont optical-info command show?
It shows the ONT’s optical transceiver health data in real time: downstream Rx power (what the ONT receives from OLT), upstream Tx power (what the ONT sends to OLT), the OLT’s measurement of the ONT’s upstream signal, laser bias current, temperature, voltage, and alarm/warning thresholds for each parameter. It is the primary command for fiber signal diagnosis without leaving the OLT CLI.
❓ What is the syntax of display ont optical-info 0 1?
The number after optical-info is the port-id (the PON port within the current GPON interface, typically 0–7). The second number is the ONT-ID (the specific ONT on that port, 0–127 for GPON). So display ont optical-info 0 1 checks ONT ID 1 on port 0. Use display ont optical-info 0 all to see all ONTs on port 0 in a summary table.
❓ What is the normal ONT Rx optical power level for Huawei GPON?
For GPON Class B+ (standard for most ISP deployments), the acceptable Rx optical power range at the ONT is -8 dBm to -27 dBm. Excellent readings are -8 to -20 dBm. Marginal readings are -24 to -27 dBm — these should be investigated proactively. Below -27 dBm the ONT will typically go offline. Class C+ extends this to -30 dBm.
❓ Why does display ont optical-info show N/A or return no data?
The command only returns data when the ONT is actively online and registered. If the ONT is offline (Run state: offline), the transceiver cannot be queried remotely. Run display ont info {port} {id} first to confirm the run state. If offline, troubleshoot the registration/offline issue before querying optical info.
❓ What is the difference between ONT Rx power and OLT Rx ONT optical power?
ONT Rx power is measured by the ONT’s own photodetector — it shows how much downstream signal (OLT → ONT) the ONT is receiving. OLT Rx ONT optical power is measured by the OLT’s photodetector — it shows how much upstream signal (ONT → OLT) the OLT is receiving from that specific ONT. Both measurements must be within acceptable range for a healthy link.
❓ What does a high laser bias current mean in Huawei OLT output?
Laser bias current in the range of 10–20 mA is normal. Values above 25 mA mean the laser diode is working harder than it should — a sign of aging. Above 30 mA with low Tx power is a strong indicator the ONT’s laser is near end of life and needs replacement. This is a hardware issue — no fiber cleaning or configuration change will resolve it.
❓ Can I check optical power on a Huawei OLT without entering interface mode?
Yes. From global view, use the full F/S/P format: display ont optical-info 0/1/0 1 where 0/1/0 means slot 0, port 1, sub-port 0. This lets you query any ONT without navigating into the interface context, which is useful for NOC scripts or quickly checking ONTs across multiple ports.

Quick Reference Cheat Sheet SAVE THIS

TaskCommand
Check single ONT optical info (full detail)display ont optical-info 0 1
Check ALL ONTs on port (summary)display ont optical-info 0 all
Check from global view (no interface)display ont optical-info 0/1/0 1
Check ONT run state and last down causedisplay ont info 0 1
Check all ONT states on a portdisplay ont info summary 0
Check ONT alarm historydisplay ont alarm-info 0 1
Check ONT registration up/down logdisplay ont register-info 0/1/0 1
Check OLT PON port optical moduledisplay port state 0
Find auto-discovered unregistered ONTsdisplay ont autofind 0
Check ONT firmware versiondisplay ont version 0/1/0 0 1
Check ONT WAN / service infodisplay ont wan-info 0/1/0 0 1
Reboot ONT remotelyont reset 0 1
Check MAC addresses on portdisplay mac-address port 0/1/0
Check ONT LAN port statusdisplay ont port state 0 1 eth-port all

Conclusion

The display ont optical-info command is, without exaggeration, one of the most valuable tools in a Huawei GPON engineer’s daily toolkit. In a single command, it tells you whether an ONT’s signal is strong or fading, whether its laser is aging, whether it’s overheating, and whether its power supply is stable — all without leaving the OLT CLI or sending a technician to the field.

The key is knowing how to read the output systematically: check Rx power for downstream fiber quality, check Tx and laser bias current for ONT hardware health, check OLT Rx for upstream path quality, and watch temperature and voltage as early-warning indicators. Use display ont optical-info 0 all daily to spot marginal ONTs before they go offline — that’s the difference between reactive firefighting and proactive network management.

Bookmark this guide, share it with your NOC team, and check the related guides below for the next level of Huawei GPON troubleshooting depth.