...
User can configure the syslog host ip address or delete the configurationThe set system syslog server-ip command configures the IP address of the remote syslog server on the switch. After user configures the syslog server IP address, the log files will be sent to the syslog server.
The delete system syslog server-ip command deletes the remote syslog server.
Command Syntax
set system syslog host <IPV4>
delete system syslog hostParameter
•<IPV4> it stands ipv4 server-ip <ip_address>
Parameter
Parameter | Description |
server-ip <ip_address> | Specifies IP address of a remote syslog server. It could be an IPv4 address or IPv6 address. |
Example
• This example demonstrates configures how to set the syslog host ip address to 192.168.1.1: theIP address of the remote syslog server.
Code Block |
---|
admin@XorPlus# set system hostsyslog server-ip 192.168.1.1 admin@XorPlus# commit |