Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. misak@BRAS-Yerevan-re1# show system ddos-protection
  2. global {
  3. flow-detection;
  4. flow-detection-mode automatic;
  5. }
  6. protocols {
  7. dhcpv4 {
  8. aggregate {
  9. bandwidth 300;
  10. burst 500;
  11. }
  12. discover {
  13. bandwidth 300;
  14. burst 500;
  15. }
  16. request {
  17. bandwidth 300;
  18. burst 500;
  19. }
  20. }
  21. dhcpv6 {
  22. aggregate {
  23. bandwidth 300;
  24. burst 500;
  25. }
  26. solicit {
  27. bandwidth 300;
  28. burst 500;
  29. }
  30. request {
  31. bandwidth 300;
  32. burst 500;
  33. }
  34. }
  35. sample {
  36. aggregate {
  37. bandwidth 5000;
  38. burst 10000;
  39. }
  40. pfe {
  41. bandwidth 5000;
  42. burst 10000;
  43. }
  44. }
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement