BDCOM GPON OLT Configuration – CLI Mode Step by Step Guide | Bangla

🔹 BDCOM GPON OLT Configuration – CLI Mode

বন্ধুরা, আজ আমরা শিখব BDCOM GPON GP3600-08B OLT-এর CLI mode configuration step-by-step।
ফার্মওয়্যার ভার্সন: 10.3.0D Build 65417


OLT Access

OLT-এ লগইন করার ২টি উপায়:

  1. Console Cable ব্যবহার করে:

  • PC এবং OLT-এর Console port কানেক্ট করতে হবে।
  • Serial to USB converter লাগবে।
  • Putty সফটওয়্যার ব্যবহার করুন, speed 9600 set করুন।
  1. Ethernet Cable ব্যবহার করে:

  • PC এবং OLT-এর GE port (Ge1 বা Ge2) কানেক্ট করুন।
  • OLT default IP: 192.168.0.1, Subnet: 255.255.255.0
  • PC IP set করুন: 192.168.0.101 / 255.255.255.0
  • Telnet বা Web Management দিয়ে লগইন করুন।

BDCOM GPON OLT Default Credentials:

IP Address: 192.168.0.1
Username: admin
Password: admin

Step-By-Step Configuration

Step 1: Privilege Mode এ যান এবং configuration দেখুন

switch>enable
switch#config
switch(config)#show running-config

Step 2: Default username & password পরিবর্তন

aaa authentication login default local
aaa authentication enable default none
aaa authorization exec default local
username admin password 0 Admin1
enable password 0 Admin1
service password-encryption

Step 3: Management VLAN ও IP configure করুন

vlan 200
exit
interface vlan 200
description Management
ip address 172.50.50.6 255.255.255.252
exit
ip route default 172.50.50.5

Step 4: GPON VLANs তৈরি করুন

vlan 201-204
exit

Step 5: Uplink configuration (GigaEthernet 0/1)

interface gigaEthernet 0/1
description UPLINK_Port
no shutdown
switchport mode trunk
switchport trunk vlan-allowed 201-204
exit

Step 6: ONU Profile তৈরি করুন (VLAN 201-204 অনুযায়ী)

  • Example: VLAN 201

gpon profile onu-flow-mapping vlan 201
gpon-profile entry 1 uni type eth-uni all
gpon-profile entry 1 VLAN 201
gpon-profile entry 1 virtual-port 1
gpon profile onu-vlan vlan201
gpon-profile vlan mode trunk
gpon-profile vlan pvid 201 0
gpon-profile vlan trunk VLAN-allowed 201
  • VLAN 202, 203, 204 এর জন্য একইভাবে configure করুন।

Step 7: ONU Rate Limit & MTU set করুন

gpon profile onu-rate-limit ratelimit-default id 1
gpon-profile pir 1000000 cir 5000
gpon profile onu-uni MTU
gpon-profile max-frame-size 1500

Step 8: ONU Template তৈরি করুন (VLAN 201-204)

  • Example: VLAN 201

gpon onu-config-template vlan201
cmd-sequence 001 gpon onu tcont-virtual-port-bind-profile
cmd-sequence 002 gpon onu flow-mapping-profile vlan201
cmd-sequence 003 gpon onu uni 1 vlan-profile vlan201
cmd-sequence 004 gpon onu uni 1 uni-profile MTU
  • VLAN 202, 203, 204 এর জন্য একইভাবে template তৈরি করুন।

Step 9: PON Port configuration

  • PON-1

interface GPON0/1
description PON-1
no shutdown
gpon pre-config-template vlan201 bind-onuid 1-128
gpon bind-onutype onutype-default-hgu precedence 127
gpon bind-onutype onutype-default precedence 128
switchport mode trunk
  • PON 2-4 একইভাবে configure করুন VLAN অনুযায়ী।


Configuration Save

write all

Conclusion

  • যদি উপরের সব step ঠিকভাবে follow করেন, BDCOM GPON OLT configuration সহজেই complete হবে।
  • যদি কেউ বুঝতে সমস্যা হয় → comment করুন, আমি support দেব।

Related Post