How to Set Manual Authentication ONU in BDCOM OLT (Step-by-Step Bangla Guide)

🔹 ভূমিকা:
আজকের এই পোস্টে আমরা শিখব কিভাবে BDCOM OLTONU Manual Authentication সেট করা যায়।
অনেক সময় ISP দের network এ security বাড়ানোর জন্য ONU গুলোকে manually authenticate করা দরকার হয়।
আজ আমরা step-by-step দেখে নেব কিভাবে এটা configure করা যায়।


🔸 কেন Manual Authentication দরকার?

Manual authentication দিলে কোনো unauthorized ONU আপনার OLT তে register হতে পারবে না।
এতে network এর security এবং stability অনেক বাড়ে।
আপনি চাইলে প্রতিটি PON port এ আলাদা করে manual authentication সেট করতে পারেন।


🔸 Step 1: Set Manual Configure in PON Port

প্রথমে যেই PON port এ আপনি manual authentication চালু করতে চান, সেই port এ login করে নিচের command দিন:

Switch_config# interface epon 0/1
Switch_config_epon0/1# epon onu-authen-method manual

👉 এরপর সিস্টেম আপনাকে সতর্ক করবে:

Change authentication method without 'keep-bind' flag will clear all ONU bind record of the PON port
Are you sure to continue(y/n)? y

✅ “y” চাপুন। তারপর configuration save করুন:

Switch_config_epon0/1# exit
Switch_config# write all

এতেই আপনার PON port manual mode এ সেট হয়ে যাবে।


🔸 Step 2: Set Manual Authentication in ONU

এখন সেই port এ ONU connect করে manually authenticate করুন।
যদি ONU already connected থাকে, তাহলে নিচের ধাপগুলো follow করুন:

Switch> ena
Switch# show epon onu-information dynamic

👉 Output উদাহরণ:

Interface EPON0/1 has bound 1 ONUs dynamic:
IntfName VendorID ModelID MAC Address Description BindType Status Dereg Reason
---------------- -------- ---------- -------------- --------------- -------- ---------------- -----------------
EPON0/1:5 ---- 0x00000000 68cc.6e21.1e4a N/A dynamic registered N/A

এখন ONU confirm করুন manual ভাবে:

Switch# epon confirm-onu interface epon 0/1:5
Are you sure to confirm the ONU(y/n)? y

অথবা

Switch# epon conform-onu interface epon 0/1:5
Are you sure to conform the ONU(y/n)? y

শেষে configuration save করুন:

Switch# write all

🔸 Note 📝

  • যদি port এ আগে dynamic ONU থাকে, manual authentication সেট করলে সেগুলো clear হয়ে যাবে।
  • Manual authentication এর পরে ONU manually confirm না করলে active হবে না।
  • প্রতিটি ONU আলাদাভাবে confirm করতে হবে।

🎯 Conclusion:

এখন থেকে আপনি সহজেই BDCOM OLTManual Authentication সেট করতে পারবেন।
এটা আপনার FTTH network কে আরও secure এবং professional করে তুলবে।
যদি কোনো step বুঝতে সমস্যা হয়, নিচে comment করে জানাতে পারেন। 🚀

Related Post