Description
found a fun bug that i assumed was snmp but is really observium. on Juniper, I inadvertantly set 'bandwidth 200' which is 200bps:
show interfaces ae5.4000 | match ban
Bandwidth: 200bps
snmpwalk confirms, 200bps:
.1.3.6.1.2.1.2.2.1.5.693 = Gauge32: 200
However, in Observium it says 200Mbps
mysql> select ifSpeed from ports where port_id = 129729;
-----------
ifSpeed |
-----------
200000000 |
-----------
1 row in set (0.00 sec)