The edit xpl route-flow-group command displays the QPPB configuration group paragraph editing interface view.
By default, no QPPB configuration groups are configured.
Parameter | Description | Value |
---|---|---|
group-name |
Specifies the name of a QPPB configuration group. |
The value is a string of 1 to 200 case-sensitive characters, spaces not supported. The string can contain letters, digits, underscores (_), hyphens (-), and dots (.). It must start with a letter or digit. |
Usage Scenario
By default, routes do not carry the QoS attribute. Configuring QPPB helps collect traffic statistics.
To enter the QPPB configuration group paragraph editing interface view to set a value for the QoS attribute of routes, run the edit xpl route-flow-group command. To configure a QPPB configuration group in the QPPB configuration group paragraph editing interface view, perform the following steps:Precautions
If multiple QPPB configuration groups are applied in a route-filter, the configuration in the last QPPB configuration group applied in the route-filter takes effect. Take the following configuration as an example. Because the QPPB configuration group named rfg2 is the last applied group, the configuration of the apply qos-local-id command in this group takes effect. The configuration of the apply ip-precedence command in the group named rfg1 does not take effect in the route-filter.
# xpl route-flow-group rfg1 apply ip-precedence 6 end-group # xpl route-flow-group rfg2 apply qos-local-id 39 end-group # # xpl route-filter rf1 apply group rfg1 apply group rfg2 end-filter #