Quantcast
Channel: All SRX Services Gateway posts
Viewing all articles
Browse latest Browse all 17645

Re: Rate-limiting not working

$
0
0

You should have something like this

 

 

family inet {
    filter output-limit {
        term 0 {
            from {
                source-address {
                    192.168.1.66/32;
                }
            }
            then {
                policer policer-1mb; 
                accept;
            }
        }
        term else {
            then accept;
        }
    }
}

Without that term in the end everything else except 192.168.1.66 will be blocked. They don't focus on that in the KB you refer to. But they have term 1 that allows traffic for all other users.

 


Viewing all articles
Browse latest Browse all 17645

Trending Articles



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