Upgrading to 9.3R4.4 seems to have broken my rate-limiting. 

The switch is being used to aggregate colo customers, and i need to be able to 
create rate-limits for different speeds and apply them to different physical 
ports. 

Can anyone provide a example config for this? I had.. 

firewall { 
policer 10m { 
## 
## Warning: statement ignored: unsupported platform (ex3200-48t) 
## 
filter-specific; 
if-exceeding { 
bandwidth-limit 10m; 
burst-size-limit 100k; 
} 
then discard; 
} 
family ethernet-switching { 
filter rate-limit-10m { 
term 1 { 
then policer 10m; 

Thanks, 

Brendan Mannella 


_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to