Users Guide

Table Of Contents
Severity proles
OS10 allows you to change the severity of events using severity proles. A severity prole is a .xml le that denes the eective severity of
events or disables the notication of events.
OS10 comes with a default severity prole. You cannot modify or delete the default prole. However, OS10 allows you to dene custom
severity proles.
Default severity prole—All events are dened in the default prole. The default prole classies the events as CRITICAL, WARNING,
or INFORMATIONAL in severity.
Custom severity prole—Contains events that you modify. You can classify events as CRITICAL, MAJOR, MINOR, WARNING, or
INFORMATIONAL in severity.
Events and their characteristics that are dened in the custom prole take precedence over the default prole.
To create a custom severity prole, copy the default severity prole to a remote host and modify it. After the custom prole is created, copy
it from the remote host to the OS10 switch and apply it. The custom prole takes eect after a system restart.
NOTE:
To customize severity proles, your user account must have any one of the following privileges: System admin (sysadmin),
security admin (secadmin), or network admin (netadmin).
You cannot edit an active custom prole. To edit an active custom severity prole, select another severity prole and apply it.
The severity-prole:// partition contains all the dened severity proles. To view a list of severity proles, use the dir severity-
profile command.
To delete a severity prole, use the delete command. You can delete all severity proles except the default and active proles.
Congure custom severity prole
To modify the severity of events or disable event notication:
Your user account must have any one of the following privileges: System admin (sysadmin), security admin (secadmin), or network
admin (
netadmin).
1 Use the dir command to view the list of available severity proles in the severity-prole:// partition.
OS10# dir severity-profile
Date (modified) Size (bytes) Name
--------------------- ------------ ---------------
2019-03-27T15:24:06Z 46741 default.xml
2019-04-01T11:22:33Z 456 custom.xml
2 Copy one of the available severity proles to a remote host.
OS10# copy severity-profile://default.xml scp://username:password@a.b.c.d/dir-path/
mySevProf.xml
3 Modify the .xml le with changes as required.
Troubleshoot OS10
1353