Introduction
An Optical Line Terminal (OLT) is a device used in fiber-optic communication networks. BDCOM OLTs are popular for their reliability and efficiency in managing fiber-optic networks. Configuring a BDCOM OLT might seem complicated, but with the right guidance, anyone can do it. This guide will walk you through the process, step-by-step, in a way that's easy to understand, even if you're just starting out.
What You'll Need
Step 1: Setting Up the Physical Connection
1. Power Up the OLT: Plug in the OLT and turn it on.
2. Connect to Your Computer:
* Using an Ethernet Cable: Connect your computer to one of
the Ethernet ports on the OLT.
* Using a Console Cable: Connect the console cable to your computer's serial port and the console port on the OLT.
2. Connect to Your Computer:
* Using an Ethernet Cable: Connect your computer to one of
the Ethernet ports on the OLT.
* Using a Console Cable: Connect the console cable to your computer's serial port and the console port on the OLT.
Step 2: Accessing the OLT Interface
If you're using an Ethernet cable:
1. Set Your Computer's IP Address:
* Go to your network settings.
* Set your IP address to be in the same range as the OLT. For
example, if the OLT’s default IP is 192.168.1.1, set your
computer's IP to something like 192.168.1.2.
* Set your IP address to be in the same range as the OLT. For
example, if the OLT’s default IP is 192.168.1.1, set your
computer's IP to something like 192.168.1.2.
2. Open a Web Browser:
If you're using a console cable:
1. Open Terminal Emulator Software (e.g., PuTTY):
* Select the Serial option.
* Set the connection parameters (usually baud rate: 9600,
data bits: 8, parity: None, stop bits: 1, flow control: None).
* Click Open to start the session.
2. Log In:
* Enter the default username and password when prompted.
Step 3: Basic Configuration
Once logged in, you need to configure the basic settings:
If you're using the CLI, set the IP address with:
3. Setting the Default Gateway:
ip route default 192.168.1.254
Step 4: Configuring Gagabit Port & PON Ports
The Gigabit ports are used to connect to a gateway device like Router or Gateway such as Cisco, Juniper, Huawei, Mikrotik or so on.
PON (Passive Optical Network) ports are used to connect the OLT to ONTs (Optical Network Terminals) at the end-user locations.
1. Create VLANs:
2. Assign Gagabit Ports to VLANs:
* This step associates specific ports with VLANs.
* In the CLI:
interface GigaEthernet0/1
description Connected-to-Gateway
switchport mode trunk
switchport trunk vlan-allowed 10
3. Assign PON Ports to VLANs:
* This step associates specific ports with VLANs.
* In the CLI:
interface epon 0/1
switchport mode trunk
switchport trunk vlan-allowed 10
exit
4. Configuring ONU (Optical Network Units):
Step 5: Save the Running Configuration
Step 6: Monitoring and Maintenance
Regular monitoring and maintenance are crucial for a smooth operation.
Destination file name[startup-config]?BDCOM-FTTH-startup-config[Your Choice]