Command Reference Syslog Commands
Log information severity level; lower the level is, higher the
severity is, ranging from 0 to 7
The maximum number of logs that can be re-directed each second is 200 by default.
Global configuration mode
This command is used to control the output of log information by system re-direction. You can use
this command to prevent a slave or backup device from re-directing a large number of logs to the
host.
The following example sets the maximum number of logs (including debug) that can be re-directed
from a slave device to the host each second at 10, excepting logs on and above the warning severity
level:
Ruijie(config)#logging rd rate-limit 10 except warnings
Displays log information about modules of the system.
Displays basic configuration of log modules and log
information in the buffer.
8.25 logging server
Use this command to send the logs to the specified Syslog Sever in global configuration mode. Use the
no form of this command to remove the setting. Use the default form of this command to restore the
default setting.
logging server { ip-address | ipv6 ipv6-address } [ udp-prot port ]
no logging server { ip-address| ipv6 ipv6-address }
no logging server { ip-address | ipv6 ipv6-address } udp-prot
IP address of the host that receives log information.
Specifies IPV6 address for the host receiving the logs.
Specifies the port number for the specified host (The default
port number is 514).
No log is sent to any syslog server by default.
Global configuration mode