Bumblebee Troubleshooting Cheatsheet
- Sherry Wei
- Oct 28, 2025
- 2 min read
Updated: Jul 31
What to do when a WAN outage occurs?
When a WAN outage occurs, you should receive an email alert (or webhook event notification). The email includes an initial analysis indicating which segment of the network has become unreachable. Follow the tips in this Troubleshooting Guide to diagnose the issue.
What to do when a site cannot connect to certain application?
Select the CPE device, run a reachability test from the CPE to the application. From the device list page, select the device -> Actions -> Ping and Traceroute. If you can ping the application from the CPE, the problem is with customer's internal configuration.
What to do when a customer complains about slow applications?
There maybe many reasons why applications are slow. Follow the steps below to rule out that the Internet speed is the problem.
Run a diagnostics function. Select the CPE, device -> Actions -> Get Diagnostics. Check Eth0 and Eth1 for interface errors and if they are increasing. Make sure they are running at the correct negotiated speed (For example, if the WAN is 1Gbps, the LAN Eth1 port should also be full duplex at 1Gbps).
Make sure the WAN and LAN interfaces have no errors or the errors are not increasing.
Check WAN Link utilization to make sure it is not reaching 100% (a congested WAN link).
Run speed tests
From the CPE (may need to coordinate with the site to make sure such event is happening) to prove the Internet speed is as specified.
Run a speed test from the customer browser to the CPE.
Determine which segment of the network has slower throughput.
Run Packet Capture
Select the CPE, Actions -> Packet Capture. The resulting pcap file is stored in My Documents under your CPE. Down the pcap file and run wireshark
What to do to if alert emails are too frequent?
If the alert emails are too frequent, you can increase the detection timer window by the instructions here.
What to do if you misconfigured the CPE and the Internet access goes down?
Fix the configuration in the portal first, then generate a new registration token. Check out Registration Token for Disaster Recovery.


Comments