New Member
December 12, 2011
Question
traffic shaping issue
- December 12, 2011
- 7 replies
- 10611 views
Today, I noticed that our internet connection seemed very slow (the most reliable bandwidth monitor I have is Pandora: when I get 20-30 seconds of silence, I know something' s not quite right!). I checked our PRTG graph and found that we were at our upstream capacity (5 Mbps) for about 15 minutes. Speedtest.net confirmed that downstream speeds were under 1 Mbps. I' m confused by this, because I have a traffic shaping policy that guarantees 500 Kbps up and 1000 Kbps down, with the maximum set to 5000 Kbps each way. We have a small shop, so I' m fairly confident we didn' t have 10 people uploading simultaneously. Spillover threshold for that WAN is 4000 Kbps, so I' m surprised that nothing kicked over to the other WAN. Can anyone give me any insight into why this happened? Thanks! Eric FortiGate 60C v4.0,build0441,110318 (MR3) config firewall policy edit 1 set srcintf " internal" set dstintf " wan1" set srcaddr " Internal-Subnet" set dstaddr " all" set action accept set utm-status enable set logtraffic-app disable set schedule " always" set service " ANY" set av-profile " default" set application-list " default" set profile-protocol-options " default" set traffic-shaper " Outbound IST" set traffic-shaper-reverse " Inbound IST" set nat enable next edit 2 set srcintf " internal" set dstintf " wan2" set srcaddr " Internal-Subnet" set dstaddr " all" set action accept set utm-status enable set logtraffic-app disable set schedule " always" set service " ANY" set av-profile " default" set application-list " default" set profile-protocol-options " default" set traffic-shaper " Outbound BGN" set traffic-shaper-reverse " Inbound BGN" set nat enable next edit 3 set srcintf " wan2" set dstintf " internal" set srcaddr " all" set dstaddr " PPTP-Biserver01" " FTP-Bigserver01" " HTTP-Bigserver01" " HTTPS-Bigsever01" " RWW-BIGSERVER01" set action accept set logtraffic-app disable set schedule " always" set service " PPTP" " FTP" " HTTP" " HTTPS" " TCP-5125 RWW" set traffic-shaper " Inbound BGN" next edit 4 set srcintf " ssl.root" set dstintf " internal" set srcaddr " SSL-VPN" set dstaddr " Internal-Subnet" set action accept set logtraffic-app disable set schedule " always" set service " ANY" next edit 5 set srcintf " internal" set dstintf " ssl.root" set srcaddr " Internal-Subnet" set dstaddr " all" set action accept set logtraffic-app disable set schedule " always" set service " ANY" next edit 6 set srcintf " wan2" set dstintf " internal" set srcaddr " all" set dstaddr " Internal-Subnet" set action ssl-vpn set logtraffic-app disable config identity-based-policy edit 1 set schedule " always" set logtraffic-app disable set groups " SSL-VPN-Users" set service " ANY" next end next end 

