Chapter 17 Traffic Shaping for FortiOS 5.0 : Traffic shaping methods : Per-IP shaping : Per-IP traffic shaping configuration settings : Example
  
Example
The following steps create a Per-IP traffic shaper called “Accounting” with a maximum traffic amount of 720,000 Kb/s, and the number of concurrent sessions of 200.
To create the shared shaper - web-based manager
1. Go to Firewall Objects > Traffic Shaper > Per-IP.
2. Select Create New.
3. Enter the Name Accounting.
4. Select the Maximum Bandwidth check box and enter the value 720000.
5. Select the Maximum Concurrent Sessions check box and enter the value 200.
6. Select OK.
To create the shared shaper - CLI
config firewall shaper per-ip-shaper
edit Accounting
set max-bandwidth 720000
set max-concurrent-sessions 200
end