Chapter 18 Traffic Shaping : Examples : Example setup for VoIP : Creating the traffic shapers : Regular traffic shaper
  
Regular traffic shaper
The regular shaper sets the maximum bandwidth and guaranteed bandwidth for everyday business traffic such as web and email traffic.
To create a regular shaper - web-based manager
1. Go to Policy & Objects > Objects > Traffic Shapers and Create New.
2. Set the Type to Shared.
3. Enter the Name daily_traffic.
4. Set Apply Shaper to Per Policy.
5. Set the Traffic Priority to Medium.
6. Select Maximum Bandwidth and enter 600 Kb/s
7. Select Guaranteed Bandwidth and enter 600 Kb/s.
8. Select OK.
To create a regular shaper - CLI
config firewall shaper traffic-shaper
edit daily_traffic
set maximum-bandwidth 600
set guaranteed-bandwidth 600
set per-policy enable
set priority medium
end
For this shaper, the maximum and guaranteed bandwidth are set to a moderate value of 600 Kb/s. It is also set for per policy, which ensures each security policy for day-to-day business traffic has the same distribution of bandwidth.
See also 
Creating the traffic shapers
VoIP shaper
FTP shaper
Creating security policies