As a network administrator or ISP engineer, one of the most important tasks is monitoring the stability of your devices. In this guide, you will learn how to check uptime on BDCOM OLT and Switch using simple CLI commands. This helps you identify how long your device has been running without reboot, which is very useful for troubleshooting and maintenance.
🔹 What is Uptime?
Uptime refers to the total time a device (OLT or Switch) has been running since its last reboot. For ISPs, uptime indicates stability and reliability of the network equipment.
🔹 Why Check Uptime on BDCOM Devices?
- To confirm if the device restarted unexpectedly.
- To check stability after configuration changes.
- To monitor long-term performance of OLT and Switch.
- To ensure hardware is not facing frequent reboot issues.
🔹 How to Check Uptime on BDCOM OLT
Follow these steps:
- Login to the OLT using Telnet or Console.
- Enter privileged mode with
enable
. - Run the following command:
Connecting to 10.200.201.6
Connected to 10.200.201.6
User Access Verification
Username: sakib
Password:
Welcome to BDCOM P3310D EPON OLT
OLT>
OLT>ena
OLT#show version
BDCOM(tm) P3310D Software, Version 10.1.0F Build 69083
Copyright by Shanghai Baud Data Communication CO. LTD.
Compiled: 2019-11-27 18:57:48 by SYS, Image text-base: 0x80008000
ROM: System Bootstrap, Version 0.4.2, Serial num:00325002698
System image file is "Switch.bin"
hardware version:V1.0
(RISC) processor with 131072K bytes of memory, 32768K bytes of flash
Base ethernet MAC Address: 98:45:62:dc:0e:0e
PCB version:H
snmp info:
product_ID:441 system_ID:1.3.6.1.4.1.3320.1.441.0
OLT uptime is 0:02:59:42, The current time: 1970-1-1 2:59:42
OLT#
Here, System Up Time shows how long your OLT has been running. With this command, you can see the uptime of your OLT right at the bottom.
Here, you can see that my OLT’s uptime is 2 hours, 59 minutes, and 42 seconds.
I hope you will be able to understand it very easily.
🔹 How to Check Uptime on BDCOM Switch
For BDCOM Switch, the process is almost the same:
- Login via Console or Telnet.
- Go to privileged mode:
Connecting to 10.94.94.2
Connected to 10.94.94.2
User Access Verification
Username: admin
Password:
Welcome to BDCOM S2928EF-2AC Ethernet Switch
BABUL-10G-SW>ena
BABUL-10G-SW#show version
BDCOM(tm) S2928EF-2AC Software, Version 2.2.0E Build 82569
Copyright by Shanghai Baud Data Communication CO. LTD.
Compiled: 2021-4-2 18:4:57 by SYS, Image text-base: 0x80010000
ROM: System Bootstrap, Version 0.1.3, Serial num:20073001271
System image file is "Switch.bin"
hardware version:
(RISC) processor with 262144K bytes of memory, 32768K bytes of flash
Base ethernet MAC Address: 98:45:62:ec:84:8a
PCB version:
snmp info:
product_ID:458 system_ID:1.3.6.1.4.1.3320.1.458.0
BABUL-10G-SW uptime is 12:12:16:47, The current time: 2000-1-14 2:50:43
Reboot history information:
No. 1: System is rebooted by power-on
BABUL-10G-SW#
Here you can see that the uptime of this BDCOM 10G switch is about 12 days, 12 hours, 16 minutes, and 47 seconds. The commands to check uptime on a BDCOM OLT and a BDCOM Switch are almost the same. I hope you will be able to understand it very easily.
🔹 Additional Tips
- Keep track of uptime after every maintenance window.
- If uptime resets without a planned reboot, check logs for hardware or power issues.
- For automation, you can schedule scripts to record uptime data regularly.
* Conclusion
Checking uptime on BDCOM OLT and Switch is very simple using the show version
and show system
commands.
As an ISP or network engineer, this helps you maintain a stable and reliable FTTH network.
Always monitor uptime as part of your routine network maintenance!