BDCOM P3310 EPON Configuration ( Step By Step )

BDCOM P3310 EPON Configuration – Full Interactive Guide

This professional guide shows how to configure a BDCOM P3310 EPON OLT step-by-step from scratch to customer turn-up. It also includes useful tools for ISP engineers.


πŸ”Ž Command Search & Configuration Steps

1. Basic Setup & Hostname


enable
configure terminal
hostname OLT-P3310

2. Create Management & Customer VLANs


vlan 207
vlan 301
interface vlan 207
ip address 192.168.1.3 255.255.255.0

3. Configure Uplink Port (To Core Router)


interface gigabitethernet 0/5
switchport mode trunk
switchport trunk vlan-allowed 207
switchport trunk vlan-allowed add 301

4. Allow Customer VLAN on EPON Port


interface epon0/1
switchport mode trunk
switchport trunk vlan-allowed 301

5. Bind/Register ONU via MAC Address


interface epon 0/1
epon bind-onu mac FC:FA:XX:XX:XX:XX 1
exit

6. Assign VLAN to ONU Ethernet Port


interface epon 0/1:1
epon onu port 1 ctc vlan mode tag 301
exit

7. Save Configuration (Crucial!)


write all

πŸ–₯ Interactive CLI Simulator

Simulate simple BDCOM CLI commands:

OLT#

🌐 ISP Network Topology

OLT β†’ Splitter β†’ ONU β†’ Customer

OLT Splitter ONU ONU

πŸ“‘ ONU Optical Power Checker

Enter ONU optical RX value (dBm):


πŸ“Š ISP Traffic Calculator

Calculate total bandwidth required for a PON tree.


πŸ“š Related ISP Guides & Resources