Chapter 18 Traffic Shaping : 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 Policy & Objects > Objects > Traffic Shapers and select the Create New “Plus” sign.
2. Set the Type to Shared.
3. Enter the Name Throughput.
4. Set the Apply shaper field to Per Policy.
5. Set the Traffic Priority to High.
6. Select the Maximum Bandwidth check box and enter the value 150000.
7. Select the Guaranteed Bandwidth check box and enter the value 120000.
8. Select OK.
To create the shared shaper - CLI
config firewall shaper traffic-shaper
edit Throughput
set per-policy enable
set maximum-bandwidth 150000
set guaranteed-bandwidth 120000
set priority high
end