Skip to main content

onu block on BDCOM OLT

 


Let’s go to configuration mode:

  • enable
  • config

Let’s look at the EPON port settings to copy the MAC address of the required ONU or logs (for example, when there is a loop on the onu):

  • show running-config interface epon 0/2
  • show log

Let’s block the ONU (there is no need to remove the ONU from the configuration, it is enough to block it):

  • interface EPON0/2
  • epon onu-blacklist mac e067.b37d.d3d3
  • exit

Let’s save the configuration:

  • write all
I will also give an example of removing ONU from the black list, after which the 
ONU will register back:

Comments

Popular posts from this blog

BDCOM OLT All Commands ( BDCOM )

 

BDCOM How to reboot ONU

  When connecting, let’s switch to elevated privilege mode:        Enable       epon reboot onu interface ePON 0/2:1           Are you sure to reboot the ONU(y/n) To answer the question below, press the y key  Watch full videos in YouTube Visit Also BDCOM How to reboot ONU -  New! BDCOM. How to reboot ONU How to view information about ONU on BDCOM OLT Setting up BDCOM P3310 EPON

Configuring Cisco Nexus N3K-C3064PQ-10GX Cisco Nexus 3000)

  The switch has 48 SFP+ 10 Gb/s and 4 QSFP+ 40 Gb/s ports When connecting for the first time through the console, specify the password for the admin user: Do you want to enforce secure password standard (yes/no): yes    Enter the password for "admin":    Confirm the password for "admin":       Would you like to enter the basic configuration dialog (yes/no): no Switch to configuration mode and specify the firmware file: configure terminal show incompatibility nxos bootflash:nxos.7.0.3.I4.6.bin boot nxos bootflash:/nxos.7.0.3.I4.6.bin exit Save the configuration and reboot the switch: copy running-config startup-config   reload This command will reboot the system. (y/n)?  [n] y Next, we look at the current and saved configuration: show running-config show startup-config During switching on the switch, if necessary, you can switch to bootloader mode: Press  ctrl L to go to loader prompt in 2 secs From the bootloader, ...