Chapter 17 Traffic Shaping for FortiOS 5.0 : Traffic shaping methods : Shared policy shaping : Shared traffic shaper configuration settings : Example
  
Example
The following steps creates a Per Policy traffic shaper called “Throughput” with a maximum traffic amount of 720,000 Kb/s, and a guaranteed traffic of 150,000 Kb/s with a high traffic priority.
To create the shared shaper - web-based manager
1. Go to Firewall Objects > Traffic Shaper > Shared and select Create New.
2. Enter the Name Throughput.
3. Select Per Policy.
4. Select the Maximum Bandwidth check box and enter the value 120000.
5. Select the Guaranteed Bandwidth check box and enter the value 150000.
6. Set the Traffic Priority to High.
7. Select OK.
To create the shared shaper - CLI
config firewall shaper traffic-shaper
edit Throughput
set per-policy enable
set maximum-bandwidth 720000
set guaranteed-bandwidth 150000
set priority high
end