Configuring QoS Configuring Global QoS Parameters
OmniSwitch AOS Release 8 Network Configuration Guide December 2017 page 26-39
To change the type of debugging, use no with the relevant type of information that you want to remove.
For example:
-> debug qos no rule
To turn off debugging (which effectively turns off logging), enter the following:
-> no debug qos
Enter the qos apply command to activate the setting.
Number of Lines in the QoS Log
By default the QoS log displays a maximum of 10000 lines. To change the maximum number of lines that
can display, use the qos log lines command and enter the number of lines. For example:
-> qos log lines 30
The number of lines in the log is changed. To activate the change, enter the qos apply command.
Log Detail Level
To change the level of detail in the QoS log, use the qos log level command. The log level determines the
amount of detail that is given in the QoS log. The qos log level command is associated with the qos debug
command, which determines what kind of information is included in the log.
The default log level is 5. The range of values is 1 (lowest level of detail) to 8 (highest level of detail). For
example:
-> qos log level 7
The log level is changed immediately but the setting is not saved in flash. To activate the change, enter the
qos apply command. For more information about the qos apply command, see “Applying the
Configuration” on page 26-71.
Forwarding Log Events
NMS applications query the switch for logged QoS events. Use the qos forward log command to make
QoS log events available to these applications in real time. For example:
-> qos forward log
To disable log forwarding, enter the following command:
-> qos no forward log
To activate the change, enter the qos apply command. For more information about the qos apply
command, see “Applying the Configuration” on page 26-71.
If event forwarding is disabled, NMS applications can still query the QoS software for events, but the
events are not sent in real time.
Note. If you change the number of log lines, the QoS log can be completely cleared. To change the log lines
without clearing the log, set the log lines in the boot.cfg file; the log is set to the specified number of lines
at the next reboot.
Note. A high log level value impacts the performance of the switch.