Delete Offline ONU From CDATA OLT
If you want to delete any offline ONU from a CDATA OLT in Command Line Interface (CLI) mode, you typically use specific commands provided by the CDATA OLT's CLI interface. Here's a general guide on how to do this:
Access the OLT In the CLI
Connect to the CDATA OLT's CLI interface using a terminal emulator such as PuTTY or SecureCRT. Use SSH or Telnet to connect to the OLT's IP address with the appropriate credentials (username and password).
Delete Offline ONU From Cdata OLT:
The thing is How to Delete Onu In CDATA OLT. Today I will show how to delete unused & Offline ONU. Below is the command to delete ONU. This command will support cdata epon olt Hardware Ver: V1.0 and Software Ver: 2.4.06_000. So without further ado let's learn how to delete ONU.
EPON-1:
Username: root
Password: admin
epon#olt 1
epon(olt-1)#offline-onu del 1
epon(olt-1)#offline-onu del 2
epon(olt-1)#offline-onu del 3
epon(olt-1)#offline-onu del 4
epon(olt-1)#offline-onu del 5
Or
If you want to delete all offline ONUs at once follow the command below.
epon(olt-1)#offline-onu del all
EPON-2:
Username: root
Password: admin
epon#olt 2
epon(olt-2)#offline-onu del 10
epon(olt-2)#offline-onu del 12
epon(olt-2)#offline-onu del 31
epon(olt-2)#offline-onu del 44
epon(olt-2)#offline-onu del 55
Or
If you want to delete all offline ONUs at once follow the command below.
epon(olt-2)#offline-onu del all
EPON-3:
Username: root
Password: admin
epon#olt 3
epon(olt-3)#offline-onu del 15
epon(olt-3)#offline-onu del 20
epon(olt-3)#offline-onu del 22
epon(olt-3)#offline-onu del 40
epon(olt-3)#offline-onu del 25
Or
If you want to delete all offline ONUs at once follow the command below.
epon(olt-3)#offline-onu del all
EPON-4:
Username: root
Password: admin
epon#olt 4
epon(olt-4)#offline-onu del 51
epon(olt-4)#offline-onu del 10
epon(olt-4)#offline-onu del 22
epon(olt-4)#offline-onu del 41
epon(olt-4)#offline-onu del 5
Or
If you want to delete all offline ONUs at once follow the command below.
epon(olt-4)#offline-onu del all
Save Configuration
If necessary, save the configuration changes using the appropriate command (system save all). This step ensures that the changes made are preserved even after a reboot.