-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqos
47 lines (37 loc) · 975 Bytes
/
qos
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
config classify
option target 'Express'
option srchost '192.168.10.50'
config classify
option target 'Express'
option proto 'icmp'
config classify
option target 'Priority'
option ports '20,21,22,25,53,80,110,443,993,995'
config classify
option target 'Express'
option layer7 'skypetoskype'
config reclassify
option target 'Express'
option mark 'Priority'
option pktsize '-120'
config default
option target 'Bulk'
config interface 'wan'
option classgroup 'Default'
option upload '220'
option download '1600'
option enabled '1'
option overhead '0'
config classgroup 'Default'
option classes 'Priority Express Bulk'
option default 'Bulk'
config class 'Priority'
option avgrate '35'
option irate '45'
option duration '500'
config class 'Express'
option avgrate '45'
option irate '50'
option duration '500'
config class 'Bulk'
option avgrate '5'