
KSwitch D10 MMT Managed Time Sensitive Ethernet Switch - Preliminary User Guide, Rev. 0.99
// 72
9.5.10.
SysLog Report – Configuration Commands
Configure SysLog Server IP address. The switch sends SysLog messages during Power-Up and normal operation.
The SysLog events are send by the switch over the Network to SysLog Server. The user has the option to filter
some of the SysLog messages being send by the switch by configuring from what severity/importance SysLog
messages the message should be send.
9.5.10.1.
Logging - Enable and Configure SysLog
Description - System Log configuration commands.
logging on
logging host
{ <ipv4_addr> | <domain_name> }
logging level
{ informational | notice | warning | error }
no logging on
Parameter
Description
Parameter
<ipv4_addr>
Name of time zone up to 16 characters. Use ‘‘ for null input
<domain_name>
Hours offset from UTC -23-23
informational
Severity 6: Informational messages
notice
Severity 5: Normal but significant condition
warning
Severity 4: Warning conditions
error
Severity 3: Error conditions
Default
N.A
Mode
Global Configuration mode
Usage
Enable SysLog server, specify its address and what level of messages will be sent to it. Use the
no logging on command to disable SysLog server.
Examples
Example#1 (Enable SysLog server at 192.168.0.1 with Warning level messages)
(config)#logging on
(config)#logging host 192.168.0.1
(config)#logging level warning.
Example#2 (Disable SysLog server)
(config)#no logging on