ONU with Trunk Port Configuration in BDCOM OLT (Step-by-Step Bangla Guide)

🔹 ভূমিকা:
Hello friends, আজকের পোস্টে আমরা শিখব কিভাবে BDCOM OLT থেকে ONU LAN Port কে trunk করে Multi-VLAN tag করা যায়।
অনেকে মনে করে ONU শুধু single VLAN tag করতে পারে, কিন্তু এটা misconception। আসলে Multi-VLAN support করা অনেক সহজ।


🔸 Step 1: Uplink Configuration

প্রথমে uplink configure করতে হবে। উদাহরণ: G3 uplink

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

💡 Tip: Uplink ports এবং EPON ports এ VLAN save করতে ভুলবেন না।


🔸 Step 2: PON Port Configuration

Switch_config# interface epon 0/1
Switch_config_epon0/1# switchport mode trunk
Switch_config_epon0/1# switchport trunk vlan-allowed 100,101,102,103,104
Switch_config_epon0/1# exit

এভাবে PON port trunk mode এ set হয়ে যাবে এবং allowed VLANs pass করবে।


🔸 Step 3: ONU VLAN Tagging

1️⃣ Single VLAN ONU:

যদি single VLAN tag করতে হয়:

Switch_config# interface epon 0/1:5
switch_config_epon0/1:5# epon onu port 1 ctc vlan mode tag 100 priority 0
switch_config_epon0/1:5# exit

2️⃣ Multi-VLAN ONU:

যদি একটি ONU তে Multiple VLAN tag করতে হয়:

Switch_config# interface epon 0/1:6
switch_config_epon0/1:6# epon onu port 1 ctc vlan mode trunk 1 101,102,103,104
  • এখানে default VLAN হলো 1
  • আপনি চাইলে default VLAN as Standard রাখতে পারেন।
  • অথবা trunk করে specific VLANs assign করতে পারেন।

🎯 Conclusion:

এইভাবে আপনি BDCOM OLT এ কোনো ONU কে trunk port হিসেবে configure করে Multi-VLAN support করতে পারবেন।
এটি FTTH network এ VLAN segregation এবং network flexibility এর জন্য খুবই কার্যকর।
যদি কোনো step বুঝতে সমস্যা হয়, নিচে comment করে জানাতে পারেন। 🚀

Related Post