BDCOM EPON P3310 OLT Configuration – CLI Mode Step by Step Guide | Bangla

🔹 BDCOM EPON P3310 OLT Configuration (CLI Mode)

আপনার local network secure রাখতে চান? তাহলে BDCOM OLT দিয়ে multi-VLAN network তৈরি করুন। BDCOM হল চীনের সবচেয়ে জনপ্রিয় এবং বিশ্বাসযোগ্য network product manufacturer।

আজ আমরা শিখব BDCOM EPON OLT CLI Mode configuration step-by-step।


BDCOM EPON OLT Default IP & Login

IP Address: 192.168.0.1
Username: admin
Password: admin

OLT Access Methods

1️⃣ Console Cable ব্যবহার করে:

  • BDCOM EPON 4/8/16 port OLT-এ console port থাকে।
  • PC এবং OLT Console port connect করতে হবে।
  • Serial to USB converter প্রয়োজন।
  • Putty software ব্যবহার করুন, speed 9600 select করুন।

2️⃣ Ethernet Cable ব্যবহার করে:

  • PC এবং OLT-এর GE port (Ge1 বা Ge2) connect করুন।
  • OLT default IP: 192.168.0.1, Subnet: 255.255.255.0
  • PC IP set করুন: 192.168.0.10, Subnet: 255.255.255.0
  • Telnet বা Web Management দিয়ে লগইন করুন।

Step 1: VLAN Creation

Switch>enable
Switch#config
Switch_config#
Switch_config
# vlan 100-104
Switch_config# exit
  • VLAN 100 → OLT Management (remote access)
  • VLAN 101-104 → PON ports

Step 2: Uplink Configuration

Switch_config# interface gigabitethernet 0/3
Switch_config_g0/3# switchport mode trunk
Switch_config_g0/3# switchport trunk vlan 100-104
Switch_config_g0/3# exit

Mac Address Checking:

Switch_config# show mac address-table interface gigabitethernet 0/3

Step 3: IP Address Assign for OLT Management

Switch_config# interface vlan 100
Switch_config_v100# ip address 10.204.253.10 255.255.255.252
Switch_config_v100# exit
Switch_config# ip route 10.204.253.9

Step 4: EPON Port Configuration

PON-1

Switch_config# interface epon 0/1
Switch_config_epon0/1# switchport mode access
Switch_config_epon0/1# switchport pvid 101
Switch_config_epon0/1# exit

PON-2

Switch_config# interface epon 0/2
Switch_config_epon0/2# switchport mode access
Switch_config_epon0/2# switchport pvid 102
Switch_config_epon0/2# exit

PON-3

Switch_config# interface epon 0/3
Switch_config_epon0/3# switchport mode access
Switch_config_epon0/3# switchport pvid 103
Switch_config_epon0/3# exit

PON-4

Switch_config# interface epon 0/4
Switch_config_epon0/4# switchport mode access
Switch_config_epon0/4# switchport pvid 104
Switch_config_epon0/4# exit

Step 5: Save Configuration

Switch_config# write all

Important: না save করলে OLT reboot করলে configuration হারাবে।


Conclusion

  • উপরের steps follow করলে সহজেই BDCOM EPON P3310 OLT configuration complete হবে।
  • বুঝতে সমস্যা হলে comment করুন, আমি support দেব।
  • পোস্টটি ভাল লাগলে বন্ধুদের সাথে share করতে ভুলবেন না।

Related Post