Guest User

Untitled

a guest
Jul 18th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. ytti@gw.fi> show configuration interfaces vlan.0 family inet filter
  2. input FROM_LAN;
  3.  
  4.  
  5. ytti@gw.fi> show configuration firewall family inet filter FROM_LAN
  6. term small_packets {
  7. from {
  8. packet-length 0-200;
  9. }
  10. then {
  11. forwarding-class expedited-forwarding;
  12. next term;
  13. }
  14. }
  15. term rest {
  16. then accept;
  17. }
  18.  
  19.  
  20.  
  21. ytti@gw.fi> show configuration class-of-service interfaces at-1/0/0
  22. unit 0 {
  23. scheduler-map WAN_OUT;
  24. }
  25.  
  26. ytti@gw.fi> show configuration class-of-service scheduler-maps WAN_OUT
  27. forwarding-class best-effort scheduler BE;
  28. forwarding-class assured-forwarding scheduler AF;
  29. forwarding-class expedited-forwarding scheduler EF;
  30. forwarding-class network-control scheduler NC;
  31.  
  32.  
  33.  
  34.  
  35. ytti@gw.fi> show configuration class-of-service schedulers
  36. BE {
  37. transmit-rate percent 5;
  38. }
  39. AF {
  40. transmit-rate percent 5;
  41. }
  42. EF {
  43. transmit-rate percent 85;
  44. }
  45. NC {
  46. transmit-rate percent 5;
  47. }
Add Comment
Please, Sign In to add comment