Forum Discussion

mbaroukh_136342's avatar
mbaroukh_136342
Icon for Nimbostratus rankNimbostratus
Jan 16, 2014

Limited bandwidth on Virtual Edition

Hi.

We have a Virtual Edition license here for developpement. This device is limited to 10Mbps.

My problem is that the log is full of messages like this :

...
Jan 16 18:04:53 frbfl-f5003 notice tmm[8637]: 01010045:5: Bandwidth utilization is 12 Mbps, exceeded 75% of Licensed 10 Mbps
Jan 16 18:04:54 frbfl-f5003 notice tmm[8637]: 01010045:5: Bandwidth utilization is 10 Mbps, exceeded 75% of Licensed 10 Mbps
Jan 16 18:04:59 frbfl-f5003 notice tmm[8637]: 01010045:5: Bandwidth utilization is 12 Mbps, exceeded 75% of Licensed 10 Mbps
Jan 16 18:05:06 frbfl-f5003 notice tmm1[8637]: 01010045:5: Bandwidth utilization is 8 Mbps, exceeded 75% of Licensed 10 Mbps
Jan 16 18:05:09 frbfl-f5003 notice tmm1[8637]: 01010045:5: Bandwidth utilization is 10 Mbps, exceeded 75% of Licensed 10 Mbps
...

How can I configure the F5 to just shape the traffic and stop logging about it ?

Thanks in advance !

Mike

7 Replies

  • Thanks for your response.

     

    You are right, for a developpement box that is not a problem. But I'm actually having issues and those lines make reading logs harder.

     

    I have Bandwidth controller. I made a new entry, but it did not seems to change anything.

     

    Mike

     

    • BinaryCanary_19's avatar
      BinaryCanary_19
      Historic F5 Account
      Most likely not properly configured. Good idea to read the manual carefully, including any applicable caveats. Also, it is easy to filter unwanted logs using "grep". `grep /var/log/ltm | grep -v "Bandwidth utilization"` The above command will display the ltm log file without all bandwidth utilization messages.
  • Another possible reason is that you are using LAB license that is limited at 10 Mbps throughput.

     

    In that case you have nothing to do with that particular VE.

     

    If you need to perform some tests with a bigger data volume you can try to contact your local sales representative and ask for VE Strongbox (eval) license with 200M or 1G (or even more) throughput.

     

    • BinaryCanary_19's avatar
      BinaryCanary_19
      Historic F5 Account
      The messages are well understood. User wants to prevent them from happening...
    • Simon_Waters_13's avatar
      Simon_Waters_13
      Icon for Cirrostratus rankCirrostratus

      I'm curious on F5 view.

       

      We do a lot of soak testing of software with the F5 in front, and are hitting this routinely.

       

      Poor tester today... ... exceeded the user test limit on some software by having too many concurrent test users. ... exceeded the network limit on the F5.

       

      Is the traffic shaped & restricted to this? If we ask nicely will they let us test at full throttle. We mostly test without the F5, but anything we can do to make it more like our live deployment within reason.