Use the syslogip command to configure up to three syslog servers. Use the no form of the command to delete a server. Use show syslog to display system log levels. For more information, see show syslog.
# | Specifies the index number of the system log ID |
IP Address | Specifies the IP address to be configured. The IP address can be either IPv4 (A.B.C.D) or IPv6 (A:B:C:D:E:F:G:H) format. |
enable | Enables the server |
disable | Disables the server |
The following example specifies the IP address of a syslog server and enables it:
EWC.extremenetworks.com:syslog# syslogip 1 143.23.34.52 enable Successfully updated syslogip 1.
The following example deletes the syslog server:
EWC.extremenetworks.com:syslog# no syslogip 1 Successfully removed syslogip 1.