Users Guide
Table Of Contents
- Dell EMC SmartFabric OS10 System Log Message Reference Guide Release 10.5.2
- Contents
- Revision history
- About this guide
- System log messages overview
- ACL system log message reference
- AFS system log message reference
- ALM_ACCNT_MAC system log message reference
- ALM_CLOCK system log message reference
- BFD system log message reference
- BGP system log message reference
- CMS system log message reference
- Configuring LLFC system log message reference
- DCBX system log messages
- DENIED_ARP system log message reference
- DOT1X system log message reference
- DYNAMIC_MGMT system log message reference
- EQM system log message reference
- ETL system log message reference
- EVPN system log message reference
- FC_SVCS system log message reference
- FCOE system log message reference
- FEFD system log message reference
- IGMP system log message reference
- IP system log message reference
- IPv6 system log message reference
- ISCSI system log message reference
- LACP system log message reference
- LADF system log message reference
- LB system log message reference
- LLDP system log message reference
- MGMT_CLISH system log message reference
- SYSTEM_MODE_CHANGE system log message reference
- MLD system log message reference
- NDM system log message reference
- PBR match access-list system log message reference
- OPEN_FLOW system log message reference
- OSPFv2 system log message reference
- OSPFv3 system log message reference
- PIM system log message reference
- PTP system log message reference
- QoS system log message reference
- RAGUARD_EVENT system log message reference
- RAGUARD system log message reference
- Routemap with match ACL system log message reference
- Scale VLAN profile system log message reference
- Static and dynamic route system log message reference
- SA system log message reference
- STATIC_MGMTsystem log message reference
- STP system log message reference
- UFD system log message reference
- USER_ROLE_CHANGED system log message reference
- Delay restore port system log message reference
- VLT system log message reference
- VRF system log message reference
- VXLAN system log message reference
- IFM system log message reference
- Index
Configure custom severity profile
To modify the severity of events or disable event notification:
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 profiles in the severity-profile:// 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 profiles 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 file with changes as required.
NOTE: When you modify the xml file, you must select one of the following severities:
● CRITICAL
● MAJOR
● MINOR
● WARNING
● INFORMATIONAL
Following is a sample of the .xml file. you can use Notepad++ to make modifications to his .xml file:
<?xml version="1.0" encoding="UTF-8"?>
<events>
<event
name="L2_SERV_LACP_CMS_CPS_SEND_FAIL"
severity="INFORMATIONAL"
enable="true"
/>
<event
name="L2_SERV_LACP_STACK_CPS_SEND_FAIL"
severity="INFORMATIONAL"
enable="true"
/>
<event
name="L2_SERV_LACP_CMS_CPS_RECV_FAIL"
severity="INFORMATIONAL"
enable="true"
/>
<event
name="L2_SERV_LACP_STACK_CPS_RECV_FAIL"
severity="INFORMATIONAL"
If you want OS10 to generate the event, set the Enable flag to true. To turn off event notification, set the Enable flag
to false.
If you enter invalid values, the event severity-profile command fails.
4. Copy the custom profile to the OS10 switch.
OS10# copy scp://username:password@a.b.c.d/dir-path/mySevProf.xml severity-profile://
mySevProf_1.xml
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).
10
System log messages overview