DBC EPON OLT Configuration Step by Step Guide (Bangla/Banglish)

🔹 ভূমিকা:
Hello friends! আজকের পোস্টে আমরা শিখব DBC EPON OLT configure করা step by step।
DBC company তাদের OLT upgrade করেছে। 4 Port OLT এখন 10G uplink support করে।
Upgrade এর আগে CLI Mode ছিল SaiNXT এর মত, এখন VSol OLT এর মত CLI।

Before Upgrade:

  • CLI Mode BDCOM এর মত user-friendly
  • Commands সহজে work করে

After Upgrade:

  • CLI Mode VSol এর মত
  • কিছু commands কখনো “Unknown Command” দেখায়
  • একটু কঠিন, কিন্তু configuration করা সম্ভব

🔸 Step 1: DBC EPON OLT Default Info

IP Address: 192.168.8.100
Username: admin
Password: Xpon@Olt9417#
Enable Password: Xpon@Olt9417#

🔸 Step 2: VLAN Creation

epon-OLT> ena
Password: Xpon@Olt9417#
epon-OLT# configure terminal

epon-OLT(config)# vlan 200-204
epon-OLT(config)# exit
  • VLAN 200 → OLT MGT (remote management)

  • VLAN 201-204 → PON ports


🔸 Step 3: Uplink Port Configure

epon-OLT(config)# interface gigabitethernet 0/2
epon-OLT(config-if-ge0/2)# switchport mode trunk
epon-OLT(config-if-ge0/2)# switchport trunk vlan 200-204
epon-OLT(config-if-ge0/2)# exit

Check MAC Address:

epon-OLT(config)# show mac address-table interface gigabitethernet 0/2

🔸 Step 4: Assign IP for OLT MGT

epon-OLT(config)# interface VLAN 200
epon-OLT(interface-vlan-200)# ip address 10.200.200.6 255.255.255.252
epon-OLT(interface-vlan-200)# exit
epon-OLT(config)# ip route 0.0.0.0/0 10.200.200.5

🔸 Step 5: PON Port Configuration

PON-1:

epon-OLT(config)# interface epon 0/1
epon-OLT(config-pon-0/1)# switchport mode access
epon-OLT(config-pon-0/1)# switchport access vlan 201
epon-OLT(config-pon-0/1)# exit

PON-2: VLAN 202
PON-3: VLAN 203
PON-4: VLAN 204

প্রতিটি PON port configure করার পরে exit করতে ভুলবেন না।


🔸 Step 6: Save Configuration

epon-OLT(config)# copy running-config startup-config

💡 গুরুত্বপূর্ণ: Configuration save না করলে OLT reboot হলে সব lost হয়ে যাবে।


🎯 Conclusion:

এইভাবে আপনি DBC EPON OLT step-by-step configure করতে পারবেন।
যদি কোনো step বুঝতে সমস্যা হয়, নিচে comment করুন।
Post share করতে ভুলবেন না। 🚀

Related Post