qos |
Subversion Repositories: |
Line No. | Rev | Author | Line |
---|---|---|---|
1 | 1 | simandl | # Interfaces configuration file for QoS |
2 | |
||
3 | 22 | simandl | interface eth0 { |
4 | speed 100000 |
||
5 | 1 | simandl | type transit |
6 | NONCZFSPD 32 |
||
7 | AIRFREESPD 128 |
||
8 | SSHDIV 1 |
||
9 | PINGDIV 1 |
||
10 | INTERACTDIV 1 |
||
11 | VOIPDIV 1 |
||
12 | WWWDIV 1 |
||
13 | XFERDIV 5 |
||
14 | DFLTDIV 5 |
||
15 | } |
||
16 | |
||
17 | 22 | simandl | interface eth1 { |
18 | speed 100000 |
||
19 | 1 | simandl | type transit |
20 | NONCZFSPD 32 |
||
21 | AIRFREESPD 128 |
||
22 | SSHDIV 1 |
||
23 | PINGDIV 1 |
||
24 | INTERACTDIV 1 |
||
25 | VOIPDIV 1 |
||
26 | WWWDIV 1 |
||
27 | XFERDIV 5 |
||
28 | DFLTDIV 5 |
||
29 | } |
||
30 | |