Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

https://www.youtube.com/watch?v=FR6-SVqTspo&feature=emb_logo&ab_channel=JuniperNetworks


Create a filter with a policer

set firewall family inet filter hard-filter term from-10 from source-address 10.10.10.0/24

set firewall family inet filter hard-filter term from-10 then policer drop-excess-traffic

set firewall family inet filter hard-filter term from-10 then accept

set firewall family inet filter hard-filter term all-other-traffic then accept



set firewall policer drop-excess-traffic if-exceeding bandwith-limit 2m

set firewall policer drop-excess-traffic if-exceeding burst-size-limit 5k 

set firewall policer drop-excess-traffic then discard

Applyto Interface

set interface ge-0/0/0 unit 0 family inet filter input hard-filter
Applyto firewall filter










  • No labels