Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
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
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
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1660 | |
1077 | |
752 | |
443 | |
220 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.