config firewall qos-filter6
Use this command to configure QoS rules for IPv6 addresses.
A QoS filter is the policy that assigns traffic to the QoS queue.
Note: The QoS policy feature is not supported for traffic to virtual servers.
Before you begin:
- You must have a good understanding and knowledge of traffic in your network that requires QoS provisioning.
- You must have created the address configuration objects and service configuration objects that define the matching tuple for QoS rules.
- You must have created a QoS queue configuration object.
- You must have read-write permission for firewall settings.
Syntax
config firewall qos-filter6
edit <name>
set destination-address6 <datasource>
set in-interface <datasource>
set out-interface <datasource>
set queue <datasource>
set service <datasource>
set source-address6 <datasource>
set status {enable|disable}
next
end
destination-address6 |
Destination address object to use to form the matching tuple. |
in-interface |
Interface that receives traffic. |
out-interface |
Interface that forwards traffic. |
queue |
QoS queue that will be used for packets that match the filter criteria. |
service |
Service object to use to form the matching tuple. |
source-address6 |
Source address object to use to form the matching tuple. |
status |
Enable/disable the filter. |