Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1.  
  2.  
  3. [edit]
  4. alex-limonov@cloud-lab-myt-6s249# show interfaces ae2 unit 1
  5. vlan-tags outer 5 inner 1;
  6. family inet {
  7. rpf-check;
  8. filter {
  9. output customer_0_traffic_policy;
  10. }
  11. address 169.254.0.5/30;
  12. }
  13. family inet6 {
  14. rpf-check;
  15. address 2a:2a:0:4::0:4/127;
  16. }
  17.  
  18.  
  19. syntax error.
  20. alex-limonov@cloud-lab-myt-6s249# show firewall policer customer_0_policer
  21. physical-interface-policer;
  22. if-exceeding {
  23. bandwidth-limit 14m;
  24. burst-size-limit 467k;
  25. }
  26. then discard;
  27.  
  28.  
  29. syntax error.
  30. alex-limonov@cloud-lab-myt-6s249# show firewall filter customer_0_traffic_policy
  31. physical-interface-filter;
  32. inactive: term COUNT_ALL {
  33. then {
  34. count ALL;
  35. accept;
  36. }
  37. }
  38. term SIMPLE_POLICING {
  39. then {
  40. policer customer_0_policer;
  41. count ALL;
  42. }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement