Quantcast
Channel: All Routing posts
Viewing all articles
Browse latest Browse all 8688

Re: Rate limit in ae interface

$
0
0

Hi
I think it doesn't work. 
The link that you send set input into one interface. 
I draw add information of topology for more detail.

2.PNG

 

I'm wondering whether the solution below is work or not.
The configuration set in R1 router.

# Define policer 200mb 
set firewall policer 200mb logical-interface-policer
set firewall policer 200mb if-exceeding bandwidth-limit 200m
set firewall policer 200mb if-exceeding burst-size-limit 64k
set firewall policer 200mb then discard

# Set filter 
set firewall family inet filter 200mb-filter term 1 from source-address 192.168.1.0/24
set firewall family inet filter 200mb-filter term 1 then policer 200mb
set firewall family inet filter 200mb-filter term 2 then accept

# Apply input filter into interface
set interfaces ae1 unit 1 family inet filter input 200mb-filter
set interfaces ae1 unit 1 family inet address 172.16.1.1/30
set interfaces ae1 unit 2 family inet filter input 200mb-filter
set interfaces ae1 unit 2 family inet address 172.16.2.1/30

 
The result will have that rate limit total of ae1.1 + ae1.2 is 200mb or 400mb? 
Please check with me for sure. 


Viewing all articles
Browse latest Browse all 8688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>