Skip to main content

BDcom GPON OLT & ONU Configuration & Troubleshooting

  

 

1. How to configure GPON BDcom OLT and ONU
Switch# config
Switch_config# interface range gigaEthernet 0/1-8 [All Giga Port Enable]
Switch_config# no shutdown
Switch_config# interface range gpON 0/1-8 [All gpON Port Enable]
Switch_config#  No shutdown
Switch_config# exit
Switch_config# interface gigaEthernet 0/1 [For Single port Disalbe]
Switch_config_gpon0/1# shutdown
Switch_config_gpon0/1# exit
Switch_config# exit
Switch# show interface brief
Switch# wr all

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 on BDcom OLT
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 on BDcom OLT
Switch_config# username bdcom password bdcom123
Switch_config# no username admin
Switch_config# exit
Switch# show local-users

5. How to Enable SSH on BDcom OLT
Switch_config# ip sshd enable

6. How to Enable DHCP Snooping on BDcom OLT
Switch_config# ip dhcp-relay snooping vlan 1-4097

 7. How to Disable & Enable HTTP on BDcom OLT
             Switch_config# no ip http server
       Switch_config# ip http server
 
8. How to Password Encryption on BDcom OLT
          Switch_config# service password-encryption


9. How to laser check & reboot on BDcom OLT & ONU
       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 // Single ONU
       Switch#  gpon reboot onu interface gpON0/1 // 0/1 Interface



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]

19. How to find out  ONU information from BDcom OLT by ONU MAC
Switch_config# show gpon onu-information sn 48575443EF52199C
 ONU Configuration System Step by Step
 1. How to check new MAC on ONU from BDcom OLT
      Switch# show gpon onu-information
      Switch# show gpon onu-information interface gpON 0/7

2. How to Reboot ONU from BDcom OLT
     Switch# gpon reboot onu interface gpON o/1:1

3. How to check ONU Firmware Version from BDcom OLT
      Switch# show gpon onu-image-information [For All]
      Switch# show gpon onu-image-information interface GPON0/1:2 [For Single ONU]

4. How to check how many ports are ONU from BDcom OLT
     OLT# config
    OLT_config# interface gpON 0/3
     OLT_config_gpon0/3# show running-config interface gpON 0/3:57

5. How to check fiber power on ONU from BDcom OLT
       Switch_config#  show gpon optical-transceiver-diagnosis [PON Temperature]  
    Switch#  show gpon optical-transceiver-diagnosis interface gPON 0/1 [For All ONU in One PON]
     Switch#  show gpon optical-transceiver-diagnosis interface gPON 0/1:1 [For Single ONU from ONU to OLT (ONU Power)]
    Switch# show gpon interface gpON 0/1:39 onu optical-transceiver-diagnosis [For Single ONU from OLT to ONU (Physical Link Power)]
Switch# show gpon onu-optical-transceiver-diagnosis interface gpON 0/1   [Physical Link Power for Single PON]

6. How to know ONU Up time, Down time & Fiber Cut
    Switch# show gpon interface gpON  0/1:39 onu basic-info
    Note-1: If show Deactive Reason is "Dying Gasp" that means fiber is up/ok.
    Note-2: If show Deactive Reason is "Losi" that means fiber is cut.

 
7. How to delete PON Port/ How to port default
    Switch_OLT_config#default interface gpON 0/1

    Switch_OLT_config#interface gpON 0/1

    Switch_OLT_config_gpon0/1#no shutdown

 

8. How to Find ONU by MAC
    Switch# show mac address-table interface gpON 0/3
    Switch# show mac address-table interface gpON 0/3:4 //Single ONU All MAC
    Switch# show gpon interface gpON 0/9:60 onu basic-info //ONU Up-Time & Description
    OR
    Switch# show mac address-table | include 0AF9  // Last 4 digit of MAC
    Switch# show gpon interface gpON 0/9:60 onu basic-info

9. How to new ONU  Register on OLT
    Switch# show gpon onu-information  // GPON0/1:1  need this information
    Switch# show running-config interface gpON 0/1:15
    Switch# gpon onu uni 1 vlan-profile vlan302 //uni 1 means ehter port ONU
    Switch# gpon onu loopback-detect protocol private
    Switch# gpon onu uni 1 loopback-detect enable //uni 1 means ehter port ONU

10. How to delete ONU from CLI mode
    Switch# config
    Switch_config# interface gpON 0/3
    Switch_config_gpon0/3# no gpon bind-onu sequence 14  // ONU No
    Switch_config_gpon0/3# exit
    Switch_config# wr all

11. How to disable ONT (GPON ONU)
    Switch# config
    Switch_config# interface gpON 0/3:4
    Switch_config_gpon0/3:4# gpon onu disable
    Switch_config_gpon0/3:4# exit
    Switch_config# wr all
12. How to disable ONT (GPON ONU)
    Switch# config
    Switch_config# interface gpON 0/3:4
    Switch_config_gpon0/3:4# gpon onu uni 1 shutdown
    Switch_config_gpon0/3:4# exit
    Switch_config# wr all

12. How to check the LAN port status of ONU/ONT
    Switch# show gpon interface gpON 0/3:4 onu port 4 state

12. How to check distance of the ONU from OLT
    Switch# config
    Switch_config# show gpon interface gpON 0/3:4 onu basic-info    

13. How to Enable buffer information ONU from OLT
    Switch# config
    Switch_config# loggin buffed 4096

14. How to check buffer information ONU from OLT
    Switch# config
    Switch_config# show loggin


15. How to check OLT version & up time
    Switch# show version


Comments

Popular posts from this blog

V-SOL GPON OLT & ONU Configuration & Troubleshooting

 V-SOL GPON OLT & ONU Configuration Step 1: CLI Management (Login) VSOL GPON OLT Default IP: 192.168.8.200 Default Username: admin Default Password: Xpon@Olt9417# Step 2: Uplink Configuration VLAN Create 2001-2010 gpon-olt# configure terminal gpon-olt(config)# vlan 2001 – 2010 gpon-olt(config)#exit Configure up link port G1 gpon-olt(config)#interface gigabitethernet 0/1 gpon-olt(config-if-ge0/1)#switchport mode hybrid gpon-olt(config-if-ge0/1)#switchport hybrid vlan 2001 – 2010 tagged gpon-olt(config-if-ge0/1)# Assign ip address to management VLAN At first we have to create management vlan, here we use management vlan as 100 gpon-olt# configure terminal gpon-olt(config)# vlan 100 gpon-olt(config)#exit gpon-olt(config)# interface vlan 100 gpon-olt(interface-vlan-100)# ip address 172.16.16.10 255.255.255.252 gpon-olt(interface-vlan-100)# exit gpon-olt(config)# ip route 0.0.0.0/0 172.16.16.9 Here we using a private IP address in this case, we can access this vsol olt from our loca...

V-SOL EPON OLT & ONU Configuration & Troubleshooting

  epon-olt# show running-config epon-olt(config)# show startup-config epon-olt# conf t epon-olt(config)# show onu opm-diag pon 3 // Single Pon Port ONU Power (3 no pon) ONU-ID      Temperature(C)    Supply Voltage(V)   TX Bias Current(mA)   TX Power(dBm)   RX Power(dBm) ------      --------------    -----------------   -------------------   -------------   ------------- EPON0/3:1   34.90             3.31                16.10                 2.55            -30.97 EPON0/3:2   35.80             3.42                16.30                 1.92            -16.40 ...