[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:
  • Astaro Beta Report
    --------------------------------
    Version: 7.901
    Type: BUG
    State: CLOSED/FIXED
    Reporter: christianlouis
    Contributor: 
    MantisID: 13333
    Target version: 7.904
    Fixed in version: 7.904
    --------------------------------

  • Your browser, browser version and OS? You know, the web guys hit me if i file a bug without ... ;-)
  • Hi Kai,


    Windows 7 64 Bit, Google Chrome 5.0.342.3.

    But, problem is not related to a rendering issue or anything other browser related but to the fact that the bandwidth value in the tunnel interface object is fixed to " 'bandwidth' => 10000000" which equals 10MBps.

    There is no way of changing the interface bandwidth from the WebAdmin as it is possible with the other interface types, so if your tunnel generates traffic that exceeds 10MBps the screenshot problem occurs.

    Automatically setting the tunnel bandwith to the uplink interface's bandwidth would solve the problem (since there is no way the ipv6 tunnel can have more bandwith than the uplink interface in charge). 

    C.
  • 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 ;-)