mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
commit
1d58786493
@ -87,8 +87,8 @@ If you are using an integration, this file will be automatically generated. If y
|
||||
### Manual Editing
|
||||
|
||||
- Modify the ShapedDevices.csv file using your preferred spreadsheet editor (LibreOffice Calc, Excel, etc), following the template file - ShapedDevices.example.csv
|
||||
- Circuit ID is required. Must be a string of some sort (int is fine, gets parsed as string). Must NOT include any number symbols (#).
|
||||
- An IPv4 address or IPv6 address is required for each entry.
|
||||
- Circuit ID is required. Must be a string of some sort (int is fine, gets parsed as string). Must NOT include any number symbols (#). Every circuit needs a unique CircuitID - they cannot be reused. Here, circuit essentially means customer location. If a customer has multiple locations on different parts of your network, use a unique CircuitID for each of those locations.
|
||||
- At least one IPv4 address or IPv6 address is required for each entry.
|
||||
- The Access Point or Site name should be set in the Parent Node field. Parent Node can be left blank for flat networks.
|
||||
- The ShapedDevices.csv file allows you to set minimum guaranteed, and maximum allowed bandwidth per subscriber.
|
||||
- The minimum allowed plan rates for Circuits are 2Mbit. Bandwidth min and max should both be above that threshold.
|
||||
|
@ -47,14 +47,12 @@ So for example, an ISP delivering 1Gbps service plans with 10Gbps aggregate thro
|
||||
(* Estimated)
|
||||
|
||||
### Server Recommendations
|
||||
It is most cost-effective to buy a used server with specifications matching your unique requirements, as laid out in the System Requirements section below.
|
||||
It is most cost-effective to buy a used server with specifications matching your unique requirements, as laid out in the System Requirements section above.
|
||||
For those who do not have the time to do that, here are some off-the-shelf options to consider:
|
||||
|
||||
| Aggregate | 100Mbps Plans | 1Gbps Plans | 4Gbps Plans |
|
||||
| Aggregate | 500Mbps Plans | 1Gbps Plans | 4Gbps Plans |
|
||||
| ------------- | ------------- | ------------- | ------------- |
|
||||
| 1 Gbps Total | A | | |
|
||||
| 10 Gbps Total | | B | C |
|
||||
| 10 Gbps Total | A, B | A, B | B |
|
||||
|
||||
* A | [Supermicro SuperServer E100-9W-L](https://www.thinkmate.com/system/superserver-e100-9w-l)
|
||||
* B | [Supermicro SuperServer 510T-ML](https://www.thinkmate.com/system/superserver-510t-ml) (Select E-2388G)
|
||||
* C | [Supermicro AS-1015A-MT](https://store.supermicro.com/us_en/as-1015a-mt.html) (Ryzen 9 7700X, 2x16GB DDR5 4800MHz ECC, 1xSupermicro 10-Gigabit XL710+ X557)
|
||||
* A | [Supermicro SuperServer 510T-ML](https://www.thinkmate.com/system/superserver-510t-ml) (Select E-2388G)
|
||||
* B | [Supermicro AS-1015A-MT](https://store.supermicro.com/us_en/as-1015a-mt.html) (Ryzen 9 7700X, 2x16GB DDR5 4800MHz ECC, 1xSupermicro 10-Gigabit XL710+ X557)
|
||||
|
Loading…
Reference in New Issue
Block a user