Chapter 18 Traffic Shaping : 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 Policy & Objects > Objects > Traffic Shapers and select the Create New “Plus” Icon.
2. Set the Type to Shared.
3. Enter the Name Accounting.
4. Select the Maximum Bandwidth checkbox and enter the value 720000.
5. Select the Maximum Concurrent Sessions checkbox 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-session 200
end