Determining the compatibility of ONU and OLT at the protocol and authentication layers hinges on matching standard protocol types, ensuring compatibility with protocol parameters, and aligning authentication mechanisms. This requires a two-step process: document review and practical testing. The following are specific, actionable methods for determining this compatibility:
Ⅰ.Protocol Layer Compatibility Determination
The protocol layer is the foundation for communication between ONU and OLT. Its core revolves around PON technology standards and management control protocols, and it must meet the requirements of "consistent type + compatible parameters".
1.Core protocol type matching (primary condition)
The OLT and ONU must support the same PON technology standard; different standards are incompatible. Common standards and criteria for judgment are as follows:
|
PON Standard Type |
Agreement Basis |
Judgment Points |
|
GPON |
ITU-T G.984.x (traditional GPON), G.987.x (XG-PON/XGS-PON) | ① The OLT's PON port is configured in GPON mode;
② The ONU specification clearly indicates support for the corresponding G.984/G.987 protocol versions; ③ Interference from EPON mixed mode is eliminated. |
|
EPON |
IEEE 802.3ah (traditional EPON), IEEE 802.3av (10G-EPON) | ① Configure the OLT's PON port to EPON mode;
② The ONU supports the 802.3ah/av protocol; ③ Ensure it is not confused with the GPON protocol. |
Practical verification:
• Check OLT device configuration: Execute the command (taking Huawei OLT as an example) `display pon mode 0/1` to confirm that the PON port mode is GPON/EPON.
• Consult the ONU specification sheet: Confirm that the "PON protocol" field is completely consistent with the OLT mode.
2.Management and control protocol compatibility
The OLT needs to configure and monitor the ONU through standardized protocols. Different PON standards correspond to different management protocols, which must be matched.
(1)GPON scenario: Must support OMCI protocol (ITU-T G.988)
(1.1)Judgment Point: The OLT is in OMCI management mode, and the ONU supports OMCI message interaction (e.g., the OLT issues VLAN configurations or bandwidth templates, and the ONU responds correctly).
(1.2)Note: Some vendors have proprietary OMCI extended fields; for cross-vendor devices, it is necessary to confirm support for a subset of the standard OMCI.
(2)EPON scenario: Must support OAM protocol (IEEE 802.3ah)
Judgment point: The OLT and ONU can perform link status query and fault diagnosis through OAM frames, and support extended OAM functions (such as remote loopback test).
3.Compatibility of key protocol parameters
After confirming protocol type matching, further verification is needed regarding compatibility of core parameters such as Dynamic Bandwidth Allocation (DBA) and Transport Container (T-CONT).
1.DBA Algorithm Matching
(1.1)The OLT and ONU must support the same DBA scheduling policy, such as Fixed Bandwidth (FB), Guaranteed Bandwidth (GB), and Best-effort Bandwidth (BE).
(1.2)Determination method: Configure different SLA bandwidth templates on the OLT, distribute them to the ONU, and then use the `display onu bandwidth` command to check whether the actual bandwidth of the ONU matches the configuration.
2. T-CONT type matching (GPON only)
(2.1)GPON defines five T-CONT types (TC1-TC5). The T-CONT type issued by the OLT must be within the range supported by the ONU (e.g., TC2 corresponds to guaranteed bandwidth, TC4 corresponds to best-effort bandwidth).
(2.2)Determination method: After configuring the T-CONT type on the OLT side, the ONU can register normally and there is no "T-CONT incompatibility" alarm.
II. Authentication Layer Adaptability Determination
The authentication layer is crucial for the OLT to identify and authorize ONU access. It requires matching authentication modes and valid authentication information. Common authentication methods and judgment methods are as follows:
1.Confirm the OLT's authentication mode.
There are three main OLT authentication modes, which must be confirmed using configuration commands:
|
Authentication Mode |
Example of vendor commands (Huawei OLT) |
Core Judgment Point |
|
SN Certification |
display ont auth-mode 0/1 |
Authentication is based on the ONU's serial number (SN), which is a unique identifier for the ONU at the factory. |
|
LOID Authentication |
display ont auth-mode 0/1 |
Based on operator-assigned logical identifier (LOID) + password authentication |
|
MAC Authentication |
display ont auth-mode 0/1 |
ONU-based PON port MAC address authentication |
2.Verification of Authentication Information Consistency
Configure the corresponding authentication information for the ONU according to the OLT's authentication mode, and verify whether the authentication is successful:
(1)SN Authentication Compatibility Determination
Step 1: Obtain the serial number (SN) from the ONU's label or specifications (format: 24 characters, e.g., HWTC1234567890).
Step 2: On the OLT, execute the command `ont add 0/1 0 sn-auth HWTC1234567890` to add the SN to the whitelist.
(2)LOID Authentication Compatibility Determination
Step 1: Obtain the LOID and password provided by the operator (e.g., LOID:123456, PWD:abcdef).
Step 2: Configure the LOID and password locally on the ONU or remotely via the OLT.
Verification: The OLT displays "ONT authentication successful," and the ONU enters "normal operation" state → authentication passed.
(3)MAC Authentication Compatibility Determination
Step 1: Obtain the PON port MAC address of the ONU (labeled or viewable via `display ont info`).
Step 2: Configure the MAC address whitelist on the OLT. Example command: `ont add 0/1 0 mac-auth 0011-2233-4455`.
Verification: If the ONU registers successfully and there is no "MAC address invalid" alarm, authentication is successful.
3.Considerations for Cross-vendor Certification Compatibility
Some OLT manufacturers have proprietary format requirements for authentication information. For example:
• Huawei OLTs require the SN prefix to be the manufacturer code (e.g., HWTC);
• ZTE OLTs require the LOID to include a region code prefix.
During the verification process, it must be confirmed that the ONU's authentication information format conforms to the OLT manufacturer's specifications; otherwise, an "authentication failure" will occur.
III. Complete Compatibility Determination Practical Procedure
1. Document pre-check
(1.1) Verify the PON protocol version (GPON/EPON/XG-PON) of the OLT and ONU;
(1.2)Confirm the authentication mode of the OLT and the authentication information format of the ONU;
(1.3) Check the firmware version of the OLT and ONU (must be a compatible version recommended by the manufacturer).
2. Physical layer Connectivity Test
When the ONU connects to the PON port of the OLT, the optical path attenuation is controlled within -8 to -28 dBm. Observe the PON indicator light of the ONU: solid light → physical layer connectivity; flashing light → protocol mismatch or authentication failure.
3.Protocol Layer Deep Verification
(3.1) Deploy configurations (such as VLANs and bandwidth templates) through the OLT's OMCI/OAM interface;
(3.2) Test service connectivity: ping the gateway, perform speed tests, and confirm that the bandwidth meets the SLA configuration → protocol layer is fully compatible.
4. Final verification at the authentication layer
(4.1)If incorrect authentication information is intentionally configured (such as an incorrect SN/LOID), the OLT should indicate authentication failure;
(4.2)After restoring the correct information, the ONU can automatically register and normally carry out services → authentication layer adaptation.
IV. Common Incompatibility Issues and Troubleshooting
|
Problem |
Protocol layer/authentication layer reasons |
Investigation Methods |
|
ONU PON light is flashing, unable to register. |
|
|
|
ONU registration fails to distribute configuration. |
OMCI/OAM protocols are incompatible | Confirm that the OLT is enabled in standard OMCI/OAM mode and that proprietary extension functions are disabled. |
|
The system displayed the message "Authentication failed". |
2. Authentication mode mismatch. |
1. Verify that the SN/LOID/MAC are correct;
2. Confirm that the OLT authentication mode is consistent with the ONU configuration. |
Post time: Jan-22-2026



