Users Guide

Table Of Contents
When you copy the custom profile, you must update the name of the custom profile. You cannot use the same name as the default
profile (default.xml) or the active profile (mySevProf.xml).
5. Apply the custom severity profile on the switch.
OS10# event severity-profile mySevProf_1.xml
NOTE: You must restart the switch for the changes to take effect.
6. Restart the switch.
OS10# reload
7. Use the show event severity-profile command to view the custom profile that is active.
OS10# show event severity-profile
Severity Profile Details
--------------------------------------------
Currently Active : default
Active after restart : mySevProf_1.xml
Delete custom severity profile
You can delete custom severity profiles that you no longer need. However, you cannot delete the default or active severity profile.
To delete a custom severity profile, use the delete severity-profile://profile-name command. For example:
OS10# delete severity-profile://mySevProf_1.xml
System logging
You can change the system logging default settings using the severity level to control the type of system messages that log. The range of
logging severities are:
log-emerg — System is unstable.
log-alert — Immediate action is needed.
log-crit — Critical conditions
log-err — Error conditions
log-warning — Warning conditions
log-notice — Normal, but significant conditions (default)
log-info — Informational messages
log-debug — Debug messages
Enter the minimum severity level for logging to the console in CONFIGURATION mode.
logging console severity
Enter the minimum severity level for logging to the system log file in CONFIGURATION mode.
logging log-file severity
Enter the minimum severity level for logging to terminal lines in CONFIGURATION mode.
logging monitor severity
Configure the remote syslog server in CONFIGURATION mode.
logging server {ipv4–address | ipv6–address} [tcp | udp | tls] [port-number]
[severity severity-level] [vrf {management | vrf-name]
Disable system logging
You can use the no version of any logging command to disable system logging.
1320
Troubleshoot OS10