Guest User

Untitled

a guest
Oct 18th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. firewall {
  2. family inet {
  3. filter replication-mf {
  4. term 1 {
  5. then {
  6. policer replication-policer;
  7. forwarding-class assured-forwarding;
  8. }
  9. }
  10. }
  11. }
  12. policer replication-policer {
  13. if-exceeding {
  14. bandwidth-limit 1g;
  15. burst-size-limit 62k;
  16. }
  17. then forwarding-class be;
  18. }
  19. }
Add Comment
Please, Sign In to add comment