Re: FireQOS: Min/Max guaranteed from ISP
"Tsaousis, Costa" <[email protected]>
| Newsgroups | gmane.comp.security.firewalls.firehol.user,gmane.spam.detected |
|---|---|
| Message-ID | <CANL+VpYk8bQcSedQNov3QMvq9ZDoit-f+s=WTr3Mm_=oq9FcSw@mail.gmail.com> |
Hi Sim, You generally set the max guarranteed interface speed at the interface statement and at the classes you just commit some of this bandwidth to each. All classes will by default use all the available bandwidth up to interface max. Check the tutorial at https://github.com/ktsaou/firehol/wiki/FireQOS-Tutorial If you don't have a guarranteed rate interface though, traffic shaping cannot be achieved. For traffic shaping and policing to work, you have to have a guarranteed speed from your provider. This should be considered the max speed of the interface. Not the min. So, if you know your provider can always give you 5Mbps, you should set the interface max speed to 5Mbps. Of course, doing so, you will never use more than 5Mbps, but within these 5Mbps everything will be shapped according to your configuration. Costa