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)
Attachments
Activity
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Status | Original: In Review [ 10101 ] | New: In Progress [ 3 ] |
Status | Original: Pending Response [ 10000 ] | New: In Review [ 10101 ] |
Status | Original: Open [ 1 ] | New: Pending Response [ 10000 ] |
Very low speed value, ifHighSpeed 0 considered as erroneous and takes old values.
Fixed in r13804.