BDCOM OLT থেকে ONU LAN Port Shutdown / NoShutdown কিভাবে করবেন | Bangla Guide

🔹 ONU LAN Port Shutdown / NoShutdown

আজ আমরা শিখব কিভাবে BDCOM OLT থেকে ONU এর LAN port disable বা enable করতে হয়।

  • EPON OLT এর প্রতিটি PON port এ 64টি ONU sub-interfaces থাকে।
  • ONU এর sub-interface যেমন 0/1:1 → 0/1 হলো PON port এবং :1 হলো ONU number।
  • আমরা উদাহরণ হিসেবে প্রথম PON port এর প্রথম ONU এর LAN port down বা enable করব।

🔹 ONU LAN Port Shutdown

Step 1: OLT এ Login করা

Username: admin
Password: *****
Welcome to BDCOM P3310D EPON OLT
TIPU-OLT>

Step 2: Enable এবং Config Mode এ যাওয়া

TIPU-OLT> ena
TIPU-OLT# config
TIPU-OLT_config#

Step 3: ONU LAN Port Shutdown করা

TIPU-OLT_config# interface epON 0/1:1
TIPU-OLT_config_epON0/1:1# epon onu port 1 ctc shutdown
TIPU-OLT_config_epON0/1:1# ex
TIPU-OLT_config# write all

এখন ONU এর LAN port down হয়েছে।


🔹 ONU LAN Port NoShutdown (Enable)

Step 1: OLT এ Login করা

Username: admin
Password: *****
Welcome to BDCOM P3310D EPON OLT
TIPU-OLT>

Step 2: Enable এবং Config Mode এ যাওয়া

TIPU-OLT> ena
TIPU-OLT# config
TIPU-OLT_config#

Step 3: ONU LAN Port Enable করা

TIPU-OLT_config# interface epON 0/1:1
TIPU-OLT_config_epON0/1:1# no epon onu port 1 ctc shutdown
TIPU-OLT_config_epON0/1:1# ex
TIPU-OLT_config# write all

এখন ONU এর LAN port আবার enable হয়েছে।


Conclusion

  • এইভাবে তুমি BDCOM OLT থেকে ONU LAN port disable বা enable করতে পারবে।
  • সাব-ইন্টারফেস অনুযায়ী কাজ করতে হবে, ভুল হলে অন্য ONU এ প্রভাব পড়তে পারে।
  • যদি step গুলো বোঝা না যায় → comment করো। আমি support করার চেষ্টা করব।

Related Post