5.2.1.2. Creating a QOSGroup
Note
QoS and QOSGroups are mutually exclusive.
Create QOSGroups using the opafm_pp.xml file. This file allows you to add, modify, and remove the QOSGroups with minimal disruption to the system. For details, refer to QOSGroups Parameters.
Use the QOS Settings in Table 10, “QOSGroup Parameters” to refine the QOSGroups.
The following example shows some of the types of QOSGroups you can create.
<!-- Example Low priority QOS configuration -->
<QOSGroup>
<Name>LowPriority</Name>
<Enable>1</Enable>
<!--<BaseSL>0</BaseSL> -->
</QOSGroup>
<!-- Example High priority QOS configuration -->
<QOSGroup>
<Name>HighPriority</Name>
<Enable>0</Enable>
<HighPriority>1</HighPriority>
</QOSGroup>
<!-- Example Networking QOS configuration -->
<QOSGroup>
<Name>Networking</Name>
<Enable>0</Enable>
<Bandwidth>10%</Bandwidth>
<FlowControlDisable>0</FlowControlDisable>
</QOSGroup>