Hi guys!
I' m having problems with bandwidth guarantees. Maximum bandwidth works, but guarantees not. =/
Note: Even I have nothing configured about " conf sys int" Maximum bandwidth works.
But, first I think that is better if I try to understand some concepts.
Some questions that I should be clear:
1 - In instance, if I have a firewall policy from LAN to WAN, Traffic Shapping option controls Upload from an internal PC to WAN and Reverse Direction Traffic Shapping controls Download from WAN to an internal PC. Is it right?
2 - I read the Technical Note, but some things was not clear for me. For example, if I want controlling (guarantee) my Download rate so must I configure outbandwitdth for my WAN? I think that I need configuring outbandwidth for LAN interface , right?
Follows bellow my confs:
Fortigate200B (traffic-shaper) # show
config firewall shaper traffic-shaper
edit " low-priority"
set maximum-bandwidth 768
set per-policy enable
set priority low
next
edit " WTS"
set guaranteed-bandwidth 690
set maximum-bandwidth 768
set per-policy enable
next
edit " low-priority-up"
set maximum-bandwidth 128
set per-policy enable
set priority low
next
edit " WTS-up"
set guaranteed-bandwidth 104
set maximum-bandwidth 128
set per-policy enable
next
end
Fortigate200B (policy) # show
config firewall policy
edit 2
set srcintf " WAN"
set dstintf " switch"
set srcaddr " all"
set dstaddr " DNS ipTrust"
set action accept
set schedule " always"
set service " DNS"
next
edit 4
set srcintf " switch"
set dstintf " WAN"
set srcaddr " WTS"
set dstaddr " Download Virtua"
set action accept
set schedule " always"
set service " ANY"
set traffic-shaper " WTS-up"
set traffic-shaper-reverse " WTS"
set nat enable
next
edit 3
set srcintf " switch"
set dstintf " WAN"
set srcaddr " all"
set dstaddr " all"
set action accept
set schedule " always"
set service " ANY"
set traffic-shaper " low-priority-up"
set traffic-shaper-reverse " low-priority"
set nat enable
next
end
Did I do Something wrong?
Let me know if I was not so clear, but I' m already confused with this situation. I already read the Handbook , too.
Thanks guys!!