XG700 User's Guide
210/266
All Rights Reserved, Copyright (C) PFU LIMITED 2005-2006
Example
Display 10 entries of the latest INFO log:
xg# show log info latest 10
5.19.3 log send
Function
Transfers the system log from the system equipment to the remote host.
Prompt
xg(config)#
Command syntax
log send HOST { info | warning | error | critical } [ { udp | tcp } ]
no log send
Parameter
HOST
Specifies the host name, domain name or IP address of the destination of system logs.
When specifying the host name or the domain name, you must set the DNS server or register the host name in
advance.
The IP address can be within the range of 1.0.0.1 to 126.255.255.254, 128.0.0.1 to 191.255.255.254, or 192.0.0.1 to
223.255.255.254.
If you transfer system logs to the Linux host, you can receive the log information by specifying “–syslogd -r”.
{ info | warning | error | critical }
Specifies a type of system logs to be transferred.
−
info
Transfers messages (the CRITICAL, ERROR, WARNING and INFO messages) above the INFO severity level.
−
warning
Transfers messages (the CRITICAL, ERROR and WARNING messages) above the WARNING severity level.
−
error
Transfers messages (the CRITICAL and ERROR messages) above the ERROR severity level.
−
critical
Transfers the CRITICAL level messages.
{ udp | tcp }
Selects a protocol for transmission of system logs. The “udp” (User Datagram Protocol) is selected by default.
Command type
Operation management command
Message
% Invalid IP-address.
Explanation
The IP address was specified in an incorrect format or an incorrect address was specified.
Solution
Specify the IP address in the correct format and reissue the command.