[7.901][BUG][FIXED] Dashboard view bandwidth of aiccu tunnels too small

Hi,

just a small cosmetic issue: when using aiccu / SixXS tunnels with quite some traffic the dashboard bar is completely filled though the maximum bandwidth for this link is not yet reached. Unfortunatelly there is no way of configuring the tunnel bandwidth as it is possible with other interfaces to make the display match the actual uplink bandwidth.

Screenshot maybe clarifies the problem:
Parents
  • Hi Kai,

    tried to manually change the interface's bandwith to the proper values:

    {
    
              'link' => 1,
              'inbandwidth' => 0,
              'status' => 1,
              'additional_addresses' => [],
              'itfhw' => 'REF_MPgEBxWEVg',
              'name' => 'IPv6 Broker',
              'bandwidth' => 32000000,
              'comment' => '',
              'primary_address' => 'REF_VIVynwHaqB',
              'outbandwidth' => 2000000,
              'mtu' => 1280
            }


    Now the bandwith gets properly displayed, as assumed. 

    Question is: how can we automate the tunnel bandwith being set properly?

    Christian
  • Question is: how can we automate the tunnel bandwith being set properly?


    Good question. I think it will require a little work, because you can't simply ask the interface. Let's see what Ulrich comes up with ;-)
Reply Children
No Data