1Gbps Speed Per ONU Configuration in BDCOM OLT (Step-by-Step Bangla Guide)

🔹 ভূমিকা:
Hello friends, আজকের পোস্টে আমরা শিখব কিভাবে BDCOM OLT এ কোনো ONU এর LAN port maximum 1Gbps করা যায়।
সাধারণত default ভাবে সব EPON ONU এর LAN port speed হয় 100Mbps
তাকে 1Gbps করতে হলে কিছু specific commands ব্যবহার করতে হয়।


🔸 Step 1: Check ONU Running Configuration

প্রথমে আপনার ONU এর running configuration check করুন:

switch> ena
switch# show running-config interface epon 0/1:4

👉 Output উদাহরণ:

interface EPON0/1:4
epon onu port 1 ctc vlan mode tag 101 priority 0
epon onu port 1 ctc loopback detect
epon onu port 1 ctc notify loopback

এখানে আপনি দেখতে পাবেন ONU এর LAN port এর বর্তমান configuration।


🔸 Step 2: Set Maximum Speed to 1Gbps

এখন LAN port কে 1Gbps এ set করুন:

switch# interface EPON0/1:4
switch_config_epon0/1:4# epon sla upstream pir 1000000 cir 10000
switch_config_epon0/1:4# epon sla downstream pir 1000000 cir 10000
switch_config_epon0/1:4# exit
switch_config# write all
  • pir 1000000 → Maximum speed 1Gbps (upstream/downstream)

  • cir 10000 → Committed Information Rate


🔸 Step 3: Revert to Default (Optional)

যদি পুনরায় 100Mbps এ ফিরিয়ে আনতে চান:

switch_config_epon0/1:4# pir 100000 cir 1000

🎯 Conclusion:

উপরের steps অনুসরণ করে আপনি সহজেই EPON ONU এর LAN port 1Gbps এ set করতে পারবেন।
এটি FTTH network এর performance বাড়াতে খুবই কার্যকর।
যদি কোনো step বুঝতে সমস্যা হয়, নিচে comment করে জানাতে পারেন। 🚀

Related Post