🔧 How to Configure ZTE ONU ZL2113X v2 as AP Bridge | Step-by-Step Setup Guide
In today’s fast-evolving fiber-to-the-home (FTTH) networks, maximizing device functionality is crucial for service providers and network engineers alike. One such innovation involves configuring the ZTE ONU ZL2113X v2 not just as a standard CPE, but as an AP Bridge —a powerful solution that extends wireless connectivity across your network without the need for additional access points.
This article walks you through the complete process of updating the firmware, setting up dual services (PPPoE + Hotspot), and configuring one ZTE ONU as an AP Bridge to extend coverage from another ONU over a UTP cable.
📌 What You'll Learn in This Article
Overview of ZTE ONU ZL2113X v2
Firmware requirements for AP Bridge support
Step-by-step configuration of ONU #1 (Main ONU)
Step-by-step configuration of ONU #2 (Bridge Mode)
How to test and verify connectivity
Tips for managing multiple ONUs in FTTH environments
Image prompts for better understanding
🔍 Introduction: Why Use an ONU as an AP Bridge?
The ZTE ONU ZL2113X v2 comes equipped with advanced features that allow it to function beyond its basic purpose. With the latest firmware update (version 2213 ), it now supports bridge mode , enabling it to act as a wireless access point or even a mini Layer 2 switch.
This capability is especially useful in scenarios where you want to:
Extend Wi-Fi coverage in large homes or offices
Avoid deploying extra hardware
Save costs while increasing flexibility
Support dual services like PPPoE and Hotspot simultaneously
Let’s dive into how to make this happen.
🧰 Prerequisites Before Starting
Before proceeding with the configuration, ensure you have the following:
ITEM
DESCRIPTION
ONU Model
Zimmlink ONU ZL2113X v2
Firmware Version
At least 2213 for AP Bridge support
Connection Type
FTTH PON Network
Tools Required
Ethernet cables, computer/laptop, SSH/Telnet client (optional)
Services Used
PPPoE + Hotspot via VLANs
💡 Note: Make sure both ONUs are registered on the same OLT and are part of the same VLAN environment.
🛠️ Step 1: Update Firmware to 2213 on ONU #2
To enable AP Bridge functionality, ONU #2 must be running firmware version 2213 .
✅ Steps to Update Firmware:
Access the Web Interface
Open a browser and go to the default IP: http://192.168.1.1
Login with username: superadmin and password: suportadmin
Navigate to Upgrade Section
Go to System > Maintenance > Firmware Upgrade
Upload the .bin file for firmware version 2213
Reboot the ONU
After upload completes, reboot the device
Verify Firmware Version
Once rebooted, check under System > Device Info
📦 Firmware files can be obtained from official ZTE channels or authorized distributors.
⚙️ Step 2: Configure ONU #1 – Main FTTH Gateway ONU #1 acts as the main gateway, handling both PPPoE and Hotspot services. These services will be passed downstream to ONU #2 via a UTP cable. 🔐 Login Details: Username : superadmin Password : suportadmin 📋 Basic Setup Summary: SERVICE VLAN ID PORTS USED SSID PPPoE 120 LAN 4 SSID 1 Hotspot 131 LAN 1-3 SSID 2 🧩 Detailed Configuration: 1. PPPoE Profile Setup Menu : Services > PPPoE Enable DHCP Server ✅ Create a new profile: Name: PPPoE_Profile VLAN ID: 120 Binding Options: SSID 1, LAN 4 Username & Password: Provided by ISP Apply settings 2. Hotspot Profile Setup (Bridge Mode) Menu : Services > Bridge Create a new profile: Name: Hotspot_Bridge VLAN ID: 131 Binding Options: LAN 1, LAN 2, LAN 3, SSID 2 Service Type: Internet DHCP Server: ❌ (Uncheck) DHCP Transparent Transmission: ✅ Apply settings 3. Wireless Settings SSID 1 : Name: PPPoE_Home Security: WPA2-PSK (or open for testing) Enable: ✅ SSID 2 : Name: Hotspot_01 Security: None (for hotspot simplicity) Enable: ✅
⚙️ Step 2: Configure ONU #1 – Main FTTH Gateway ONU #1 acts as the main gateway, handling both PPPoE and Hotspot services. These services will be passed downstream to ONU #2 via a UTP cable. 🔐 Login Details: Username : superadmin Password : suportadmin 📋 Basic Setup Summary: SERVICE VLAN ID PORTS USED SSID PPPoE 120 LAN 4 SSID 1 Hotspot 131 LAN 1-3 SSID 2 🧩 Detailed Configuration: 1. PPPoE Profile Setup Menu : Services > PPPoE Enable DHCP Server ✅ Create a new profile: Name: PPPoE_Profile VLAN ID: 120 Binding Options: SSID 1, LAN 4 Username & Password: Provided by ISP Apply settings 2. Hotspot Profile Setup (Bridge Mode) Menu : Services > Bridge Create a new profile: Name: Hotspot_Bridge VLAN ID: 131 Binding Options: LAN 1, LAN 2, LAN 3, SSID 2 Service Type: Internet DHCP Server: ❌ (Uncheck) DHCP Transparent Transmission: ✅ Apply settings 3. Wireless Settings SSID 1 : Name: PPPoE_Home Security: WPA2-PSK (or open for testing) Enable: ✅ SSID 2 : Name: Hotspot_01 Security: None (for hotspot simplicity) Enable: ✅
🔄 Step 3: Connect ONU #1 to ONU #2 via UTP Cable
Now that ONU #1 is set up, connect it to ONU #2 using a standard UTP Ethernet cable .
🔗 Connection Mapping:
FROM
TO
ONU #1 LAN 1
ONU #2 LAN 1
This allows ONU #2 to receive the Hotspot service from ONU #1.
🧪 Step 4: Configure ONU #2 – Set as AP Bridge Once firmware 2213 is installed, you can reconfigure ONU #2 to operate as an AP Bridge . 🔘 Change Expon Mode to Ethernet Menu : Manage > Expon Mode Select: Ethernet Apply and Reboot After rebooting, log back in.
🧪 Step 4: Configure ONU #2 – Set as AP Bridge Once firmware 2213 is installed, you can reconfigure ONU #2 to operate as an AP Bridge . 🔘 Change Expon Mode to Ethernet Menu : Manage > Expon Mode Select: Ethernet Apply and Reboot After rebooting, log back in.
🧩 Configure Bridge Profile
Menu : Network > Bridge
Create a new profile:
Name: AP_Bridge
Type: Bridge
Service: Internet
Binding Options: LAN 1, LAN 2, LAN 3, LAN 4, SSID 1
DHCP Server: ❌
DHCP Transparent Transmission: ✅
VLAN Mode: Transparent
Apply and save.
📶 Step 5: Configure Wi-Fi on ONU #2
To provide extended wireless coverage:
SSID : Hotspot_02
Security : None (or custom based on use case)
Enable SSID : ✅
This SSID will now serve clients connected wirelessly to ONU #2.
🧪 Step 6: Test Connectivity
On a Laptop Connected to ONU #2:
Run Command Prompt:
bash
"ipconfig"
Ensure IP is assigned by Hotspot server (e.g., 192.168.131.x)
Try accessing a website:
"ping google.com"
If redirected to a login page, enter credentials or click “One Click” to authenticate.
Using a Mobile Device:
Connect to Hotspot_02
Open browser and navigate to any site
You should see the Hotspot landing page
📊 Benefits of Using Zimmlink ONU as an AP Bridge
BENEFIT
EXPLANATION
- Cost Efficiency Eliminates need for separate APs
- Flexibility Supports dual services (PPPoE + Hotspot)
- Scalability Easy to expand network coverage
- Simplified Management Centralized control via OLT and main ONU
- Power Efficient Uses existing infrastructure
🧠 Advanced Tip: Use ONU #2 as Mini Switch or Router
With firmware 2213, ONU #2 can also be used as:
Mini Layer 2 Managed Switch
AP Router (with NAT enabled)
This opens doors for creative deployment models in small businesses or multi-dwelling units.
🔒 Security Considerations
Always change default passwords
Disable unused ports
Keep firmware updated
Monitor logs regularly
Use VLAN separation for different services
📈 Optimized Conclusion
Configuring the Zimmlink ONU ZL2113X v2 as an AP Bridge is a game-changer for modern FTTH deployments. Whether you're expanding your network in a residential area or optimizing enterprise connectivity, this method offers a cost-effective, scalable, and efficient way to deliver high-quality internet services.
By leveraging firmware version 2213 , you unlock advanced capabilities like bridge mode , dual-service delivery , and wireless extension —all without adding extra hardware.
📢 Final Thoughts
Are you ready to take your FTTH network to the next level? Start by updating your Zimmlink ONUs to firmware 2213 and experimenting with AP Bridge configurations. Share your results, ask questions, or request more guides below!
for instruction next follow my on telegram Klik Here
Komentar
Posting Komentar
Komentar anda, semangat ku.