Configure GPON BDCOM OLT and ONU, Easy method

Published: February 5, 2023

Last Modified: May 11, 2023

Configure GPON BDCOM OLT and ONU

1. Configuration Command

Switch# config

Switch_config# no shutdown

Switch_config# interface range gpON 0/1-8

Switch_config# No shutdown

Switch_config# exit

Switch_config# interface gigaEthernet 0/1

Switch_config_gpon0/1# shutdown

Switch_config_gpon0/1# exit

Switch_config# exit

Switch# show interface brief

Switch# write all

[All Giga Port Enable]

Switch_config# interface range gigaEthernet 0/1-8

[For Single port Disalbe]

Switch_config# interface gigaEthernet 0/1

2. How to IP Assign on BDcom OLT

Switch_config# interface VLAN 1
Switch_config_v1# ip address 10.68.254.18 255.255.255.248
Switch_config_v1# exit
Switch_config# ip route default 10.68.254.17
Switch_config# exit
Switch# show interface brief
Switch# show ip interface

3. How to Create VLAN 

Switch_config# vlan 200 [For Single VLAN]

Switch_config# vlan 201-210 [For Multiple VLAN]

Switch_config_vlan_200# name dhaka200

Switch_config_vlan_200# exit

Switch_config# exit

Switch# show vlan

4. How to Create & Delete Username

Switch_config# username bdcom password bdcom123

Switch_config# no username admin

Switch_config# exit

Switch# show local-users

5. How to Enable SSH 

Switch_config# ip sshd enable

6. How to Enable DHCP Snooping

Switch_config# ip dhcp-relay snooping vlan 1-4097

7. How to Disable & Enable HTTP

Switch_config# no ip http server

Switch_config# ip http server

8. How to Password Encryption

Switch_config# service password-encryption

9. How to laser check & reboot 

Switch# show gpon active-onu

Switch# gpon activate-onu interface slot/port:sequence

Switch# gpon disable-onu interface slot/port:sequence

Switch# gpon enable-onu interface slot/port:sequence

Switch# gpon reboot onu interface gpON0/1:1

10. How to DoS Enable on BDcom OLT

Switch_config# show dos
Switch_config# dos enable tcpflags

11. How to show online active users on BDcom ONU

Switch# show mac address-table interface gpON 0/1:2

12. How to VLAN assign on BDcom OLT

Switch_config# interface range gpON 0/2

Switch_config# No shutdown

Switch_config# interface gpON 0/2

Switch_config_gpon0/2# switchport mode trunk

Switch_config_gpon0/2# switchport trunk vlan-allowed 301-310

13. How to create customer VLAN Profile on BDcom OLT

Switch# config

Switch_config# gpon profile onu-vlan 204

Switch_config-profile# gpon-profile vlan mode tag

Switch_config-profile# gpon-profile vlan pvid 204

Switch_config-profile# exit

13. How to Register ONU on BDcom OLT

Switch_config# interface gpON 0/1:2

Switch_config_gpon0/1:2# gpon onu uni 1 vlan-profile 204

Switch_config_gpon0/1:2# gpon onu uni 2 vlan-profile 204 // ONU 2 no. Port

Switch_config_gpon0/1:2# gpon onu loopback-detect protocol private

Switch_config_gpon0/1:2# gpon onu uni 1 loopback-detect enable [1 For Single Port]

Switch_config_gpon0/1:2# description address: 19 chandramollika

Switch_config_gpon0/1:2# exit

Switch# write all

Switch# show running-config interface gpON 0/1:2

15. How to find out ONU description from BDcom OLT

Switch# show gpon onu-description interface gpON 0/9

16. How to find out ONU information from BDcom OLT

Switch_config# show gpon onu-information interface gpON 0/9

17. How to delete file from BDcom OLT

Switch# delete [File Name]

18. How to check all users details information from BDcom OLT

config#show interface brief [User Details]
Read More
llid-admin-down status BDCOM ONU
How To Delete Onu In BDCOM OLT ?