Question
Reverse Traffic Shaping
I' am traying to traffic shape the systems in my LAN. The external connection is DSL with 16 Mbit/s ingress and 1 MBit/s egress traffic. I want to assign to each system a minimum of 1 MBit/sec ingress & 128 kBit/sec egress traffic. Packets should be dropped if one system uses more than 8 Mbit/sec ingress & 768 kBit/sec egress. Thus I configured following two traffic shapers: config firewall shaper traffic-shaper edit " Down_8M-max_1M-min" set guaranteed-bandwidth 128 set maximum-bandwidth 1024 set per-policy enable next edit " Up_768k-max_128k_min" set guaranteed-bandwidth 16 set maximum-bandwidth 96 set per-policy enable next end And for each system I have configured a firewall policy (example below is for system " Pe-Lt-2-w" ): config firewall policy edit 10 set srcintf " internal" set dstintf " wan1" set srcaddr " Pe-Lt-2-w" set dstaddr " all" set action accept set utm-status enable set schedule " always" set service " ANY" set av-profile " scan" set webfilter-profile " scan" set spamfilter-profile " scan" set ips-sensor " protect_client" set application-list " Application-control" set voip-profile " voip_1" set profile-protocol-options " scan" set traffic-shaper " Down_8M-max_1M-min" set traffic-shaper-reverse " Up_768k-max_128k_min" set nat enable next When testing the traffic shapers the ingress traffic will be limited to 8 MBit/sec as specified. However the egress traffic will not be shaped - I still can upload files with the full data rate of 1 MBit/sec for the DSL. I' am using FortiGate 80C with V4.0, MR 2 Patch 1 (build 0279) release. Can someone please enlighten me if I did something wrong. Or is this a bug in the release that should be reported to Fortinet support. Regards, ... Peter
