Description
We are using v18 and v19 and the issue persist on both versions. We also tried manually set the interface on 200G.
See the attached screenshot and let us know if any further details are required from our side.
We are using v18 and v19 and the issue persist on both versions. We also tried manually set the interface on 200G.
See the attached screenshot and let us know if any further details are required from our side.
You can modify this setting :
$config['max_port_speed'] = 12500000000; // Max port speed in RRD; default 100Gbit. Only used upon RRD creation!
And delete the port's RRD file. This will recreate the rrd database with a higher maximum value.
You could use rrdtune (https://oss.oetiker.ch/rrdtool/doc/rrdtune.en.html) to change IFINOCTETS and IFOUTOCTETS if you were adventurous and didn't want to delete the rrd file.