Advertisement
Guest User

qos

a guest
Nov 14th, 2016
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1.  
  2. config interface 'wan'
  3. option classgroup 'Default'
  4. option enabled '0'
  5. option upload '128'
  6. option download '1024'
  7.  
  8. config classgroup 'Default'
  9. option classes 'Priority Express Normal Bulk'
  10. option default 'Normal'
  11.  
  12. config class 'Priority'
  13. option packetsize '400'
  14. option avgrate '10'
  15. option priority '20'
  16.  
  17. config class 'Priority_down'
  18. option packetsize '1000'
  19. option avgrate '10'
  20.  
  21. config class 'Express'
  22. option packetsize '1000'
  23. option avgrate '50'
  24. option priority '10'
  25.  
  26. config class 'Normal'
  27. option packetsize '1500'
  28. option packetdelay '100'
  29. option avgrate '10'
  30. option priority '5'
  31.  
  32. config class 'Normal_down'
  33. option avgrate '20'
  34.  
  35. config class 'Bulk'
  36. option avgrate '1'
  37. option packetdelay '200'
  38.  
  39. config interface 'guest_Hamar'
  40. option classgroup 'Default'
  41. option download '600'
  42. option upload '2000'
  43. option enabled '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement