Chapter 18 Traffic Shaping : Traffic shaping methods : Application control shaping : Example
  
Example
This example sets the traffic shaping definition for Facebook to a medium priority, a default traffic shaper.
To add traffic shaping for Facebook - web-based manager
Go to Security Profiles > Application Control.
1. Select the Create New “Plus” icon in the upper right corner of the screen to create a new application group, and enter the name Web.
2. Select OK.
3. In the Categories section, click Social.Media and select Traffic Shaping from the dropdown menu. The Traffic Shaping Settings are now displayed below.
4. In the Traffic Shaping Settings section, set Forward to medium-priority.
5. Click Apply.
To add traffic shaping for Facebook - CLI
config application list
edit web
config entries
edit 1
set category 23
set application 17735
set action pass
set shaper medium-priority
end
end
end