Command Reference Syslog Commands
8.8 logging delay-send server
Use this command to configure the serve address and log sending mode. Use the no form of this
command to restore the default setting.
logging delay-send server {ip-address | ipv6 ipv6-address }mode { ftp user username password
[ 0 | 7 ] password | tftp }
no logging delay-send server { ip-address | ipv6 ipv6-address }
Specifies the IP address of the server.
Specifies the IPv6 address of the server.
Sets the FTP server username.
Sets the FTP server password.
(Optional) The password is displayed in plaintext.
The password are encrypted.
This function is disabled by default,
Global configuration mode
This command is used to specify an FTP/TFTP server to receive logs. You can configure five
FTP/TFTP servers. Logs are sent to all configured servers simultaneously.
The following example specifies an FTP server whose IP address is 192.168.23.12, username admin
and password admin,
Ruijie(config)# logging delay-send server 192.168.23.12 mode ftp user admin
password admin
The following example specifies a TFTP server whose IPv6 address is 2000::1.
Ruijie(config)# logging delay-send server ipv6 2000::1 mode tftp