Traffic shaping profile additional priorities 6.2.1
This feature increases the shaping group from three priorities to five priorities. There are no changes to traffic shaper and global traffic priority levels. Only the traffic shaping profile priority levels are increased.
In the Traffic Shaping Profile, the Priority field now has a Top and Critical priority in addition to High, Medium, and Low priority.
To set shaping group priority in the GUI:
- Go to Policy & Objects > Traffic Shaping Profile.
- Create or edit a traffic shaping profile.
- In the Default Shaping Group and Additional Shaping Groups sections , the Priority dropdown list has five priorities: top, Critical, High, Medium, and Low.
- Select the Priority and click OK.
To set shaping group priority in the CLI:
In shaping-profile
, class-id 10
has High priority while class-id 20
has Top priority.
config firewall shaping-profile edit "ingress" set default-class-id 10 config shaping-entries edit 1 set class-id 10 set guaranteed-bandwidth-percentage 10 set maximum-bandwidth-percentage 10 next edit 2 set class-id 20 set priority top set guaranteed-bandwidth-percentage 20 set maximum-bandwidth-percentage 20 next end next end