Diagnostics Configure options for the event and system logs
IX30 User Guide
932
speed Speed
stat Network statistics
user User
wol Wake-On-LAN
(config)> system log event
b. Depending on the event category, you can enable or disable informational events, status
events, and error events. Some categories also allow you to set the status interval, which
is the time interval between periodic status events. For example, to configure DHCP server
logging:
i. Use the question mark (?) to determine what events are available for DHCP server
logging configuration:
(config)> system log event dhcpserver ?
...
DHCP server: Settings for DHCP server events. Informational events
are generated
when a lease is obtained or released. Status events report the
current list of
leases.
Parameters Current Value
-----------------------------------------------------------------
--------------
info true Enable informational
events
status true Enable status events
status_interval 30m Status interval
(config)> system log event dhcpserver
ii. To disable informational messages for the DHCP server:
(config)> system log event dhcpserver info false
(config)>
iii. To change the status interval:
(config)> system log event dhcpserver status_interval value
(config)>
where value is any number of weeks, days, hours, minutes, or seconds, and takes the
format number{w|d|h|m|s}.
For example, to set the status interval to ten minutes, enter either 10m or 600s:
(config)> system log event dhcpserver status_interval 600s
(config)>
6. (Optional) See Configure syslog servers for information about configuring remote syslog
servers to which log messages will be sent.