Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
elyahyaoui
New Contributor

OS 5.6.2, Traffic Shaping Policy with a schedule ?

Hello, In fortiOS 5.6.2, how to link a schedule to a Traffic Shaping Policy ? Thanks
2 REPLIES 2
taizee
New Contributor

I read a post that said you need to use the CLI to modify the Traffic Shaping policy. You should be able to be able to 

 

set schedule [schedule_name]

 

unfortunately I can't get this to work as I get a parse -61 error

localhost

You cannot assign a schedule to a Traffic Shaping Policy. You must use the old method, which was used before FortiOS 5.4:

Create a normal firewall policy. Assign your schedule and use the CLI to activate the shapers.

To activate the shapers, configure the traffic-shaper and probably traffic-shaper-reverse options. 

After CLI options are activated, you'll see the values in the GUI as well.

 

config firewall policy
    edit 57
        set name "Cloud backup Low Speed"
        set srcintf "INTERNAL"
        set dstintf "EXTERNAL"
        set srcaddr "all"
        set dstaddr "VeeamCloud-Backup"
        set action accept
        set schedule "0600-1900"
        set service "VeeamCloud-Backup"
        set utm-status enable
        set logtraffic all
        set profile-type group
        set profile-group "Profile-Monitor-Default"
        set traffic-shaper "Veeam-AT-Low"
        set traffic-shaper-reverse "Veeam-AT-Low"
        set nat enable
    next
end

 

 

Labels
Top Kudoed Authors