llid-admin-down status BDCOM ONU
Contents
Updated: April 2026 | Category: BDCOM OLT | Read Time: 8 minutes
📌 Quick Summary: LLID Admin Down is an ONU status indicating the device is unregistered due to poor optical signal degradation or administrative blocking. This guide walks you through diagnosis, causes, and step-by-step fixes.
The LLID Admin Down status on a BDCOM ONU is one of the most common issues ISP engineers encounter. During routine network monitoring, I discovered 4 ONUs on a BDCOM P3310D OLT suddenly showing this status simultaneously—all on the same EPON0/1 interface.
This status means the ONU is in an unregistered state and cannot pass data traffic. Unlike simple power-off states, admin-down issues require diagnostic investigation to identify the root cause.
What LLID Admin Down Means
LLID (Logical Link ID) is the virtual connection between OLT and ONU in EPON architecture. When an ONU shows “llid-admin-down” status, it indicates:
- The ONU is not properly registered with the OLT
- Communication between OLT and ONU has been severed
- Either optical signal quality is too poor, or administrative blocking is in place
- No data traffic can flow through this ONU until the status is resolved
On a BDCOM P3310D running version 10.1.0F, I observed the following ONU states on interface EPON0/1:
show epon onu-information interface EPON0/1EPON0/1:7 BDCM 6014 0055.b11e.2b33 N/A static auto-configured N/A
EPON0/1:8 BDCM 6014 0055.b11e.5534 N/A static deregistered power-off
EPON0/1:9 XPON XPON a28b.0828.5690 N/A static auto-configured N/A
EPON0/1:10 XPON XPON a28b.0828.7a90 N/A static deregistered llid-admin-down
EPON0/1:11 XPON XPON a28b.0828.70f0 N/A static deregistered llid-admin-down
EPON0/1:12 XPON XPON a28b.0828.21c0 N/A static deregistered llid-admin-down
EPON0/1:13 XPON XPON a28b.0828.2720 N/A static deregistered llid-admin-down
EPON0/1:14 XPON XPON a28b.0828.7260 N/A static auto-configured N/A
EPON0/1:15 XPON XPON a28b.0828.24a0 N/A static auto-configured N/A
EPON0/1:16 XPON XPON a28b.0828.8080 N/A static auto-configured N/A
Four consecutive ONUs (10–13) showed llid-admin-down status. This clustering pattern immediately suggested a physical layer issue rather than individual ONU faults.
—## Diagnostic Steps: Finding the Root CauseStep 1: Check ONU Optical Signal Levels (Downstream)
To view the optical power levels that ONUs receive from the OLT:
show epon interface ePON 0/1:9 onu ctc optical-transceiver-diagnosisThis command shows the RX optical power at the affected ONU. A typical healthy level is between –30 dBm to –8 dBm. Values below –32 dBm indicate severe signal degradation.
Step 2: Check OLT Optical Signal Levels (Upstream)
To view the optical power levels that the OLT receives from all ONUs on the interface:
show epon optical-transceiver-diagnosis interface epon 0/1This provides the TX power from each ONU as received at the OLT. Compare affected ONUs with healthy ones—significant differences indicate optical path degradation.
Step 3: Review Optical Signal History
If your network uses Zabbix, Nagios, or similar monitoring, check the historical trend of optical signal levels. In my case, the Zabbix data revealed that optical levels on the failing ONUs had steadily degraded over an entire week—the classic signature of a failing splice or connector.
⚠️ Pro Tip: Most network outages don’t happen instantly. Optical degradation is gradual. Historical monitoring data is invaluable for root cause analysis.
| Cause | Symptoms | Fix |
|---|---|---|
| Fiber Splice/Connector Failure | Optical levels gradually worsen over days; multiple consecutive ONUs affected | Inspect fiber path; replace bad connectors or re-splice fiber |
| Bent or Damaged Fiber | Signal loss specific to one fiber segment; may see intermittent flapping | Trace fiber path; replace damaged section |
| Failed Passive Splitter | Multiple ONUs downstream of splitter showing llid-admin-down | Replace splitter; verify splitter ratio matches design |
| ONU-Blacklist Rule | Single ONU shows llid-admin-down; optical levels appear normal | Check and remove blacklist rule |
| OLT Port Optical Module Failure | All ONUs on interface show degradation or llid-admin-down | Replace OLT transceiver module |
| Bad Optical Coupler/Splitter at Feeder | Exact geographic area of ONUs failing; spatial clustering | Replace passive coupler or splitter |
LLID Admin Down can result from two different causes—and they require different fixes. Here’s how to tell them apart:
Check for ONU Blacklist Rules
interface EPON0/1
show epon onu-blacklistIf a MAC address appears in the blacklist, the ONU is administratively blocked. To unblock it:
interface EPON0/1
no epon onu-blacklist mac a28b.0828.70f0Interpreting the Results
✓ If blacklist rule exists + optical levels normal → Remove blacklist
The ONU is intentionally blocked by policy, not physics.
ℹ️ If no blacklist rule exists + optical levels poor → Physical layer failure
Proceed with fiber inspection and optical signal analysis.
In the specific case I investigated, field technicians traced the fiber path and discovered the problem at the mechanical splice (also called fusion splice or connector) located just before the 1/4 fiber divider. The splice had burned out—likely due to excessive heat during installation or age-related degradation.
Once this splice was replaced, all four ONUs immediately recovered to auto-configured status with normal optical levels.
OLT Model & Firmware Information
This failure occurred on the following hardware:
show versionBDCOM(tm) P3310D Software, Version 10.1.0F Build 69083
ROM: System Bootstrap, Version 0.4.2
hardware version:V1.0
PCB version:H- Check ONU status: `show epon onu-information interface EPON0/1`
- Verify no blacklist: `interface EPON0/1` → `show epon onu-blacklist`
- Check downstream optical levels: `show epon interface ePON 0/1:X onu ctc optical-transceiver-diagnosis`
- Check upstream optical levels: `show epon optical-transceiver-diagnosis interface epon 0/1`
- Compare with healthy ONUs on the same interface
- Review historical trends in Zabbix/monitoring
- If signals poor: Schedule fiber inspection; trace splitters and connectors
- If signals normal but status still down: Replace OLT transceiver module
- Test after each fix: Monitor ONU status and optical levels for 24 hours
- Monitor optical levels continuously – Set up alerts for any degradation threshold
- Document baseline optical levels for each ONU at installation
- Use quality fiber splitters and couplers – Avoid cheap passive components
- Inspect splice/connector work regularly – Poor splices degrade over time
- Use protective fiber sleeves at splices to prevent environmental damage
- Maintain detailed network maps – Know where every passive component is located
- Schedule preventive maintenance – Replace components before they fail catastrophically
No. Rebooting an ONU will not resolve llid-admin-down status. This status indicates a fundamental failure in the optical path or administrative blocking. The ONU cannot even register with the OLT to receive a reboot command. You must address the underlying physical or configuration issue.
Power-Off: ONU is unplugged or lacks power. Often accompanied by zero optical TX levels.
LLID Admin Down: ONU is powered but cannot complete registration. Optical levels may be present but degraded, or the ONU is blacklisted. Signals degradation is the most common cause.
Yes. If the OLT’s downstream transceiver module is failing, you’ll see all or most ONUs on that interface show llid-admin-down status simultaneously, with poor RX levels reported at the ONU end. This requires replacing the OLT transceiver module.
LLID Admin Down is one type of ONU deregistration. The show epon onu-information command displays the ONU as “deregistered” with the specific reason being “llid-admin-down.” Other deregistration reasons include “power-off,” “discover-timeout,” or “llid-other.”
Related BDCOM Articles
- BDCOM OLT Complete Setup Guide – Start here for BDCOM OLT basics and configuration
- BDCOM OLT All Commands – Reference Guide – Complete command syntax and examples
- ONU Block on BDCOM OLT – Details on blacklisting and blocking mechanisms
- Adding ONU with Trunk Port to BDCOM OLT – Advanced ONU configuration techniques
Broader EPON & ISP Topics
- EPON Technology Guide – Understand EPON architecture and concepts
- Huawei OLT Complete Setup Guide – Compare with competing OLT platforms
- ISP Help & Troubleshooting – Broader ISP operational resources
- Why Is My Internet Slow? 10 Fixes – Customer troubleshooting perspective
LLID Admin Down is not a permanent failure—it’s a symptom of an underlying issue that can be diagnosed and fixed systematically. By following the diagnostic steps in this guide and cross-referencing optical signal data with physical inspection, you’ll identify the root cause every time.
Keep detailed records of optical levels, maintain your monitoring systems, and schedule regular fiber inspections. Most catastrophic failures can be prevented with proactive monitoring and timely maintenance.
Have you encountered LLID Admin Down issues? Share your experience in the comments below or reach out on our contact page.
