P-2024 Support Notes
All contents copyright (c) 2006 ZyXEL Communications Corporation.
15
Configuration:
1. Active: Select this check box to enable syslog logging.
2. Syslog IP Address: Enter the IP address of the syslog server that you wish to send the syslog.
3. Log Facility: Select a log location (numbered 1 to 7).
•
UNIX Setup
1. Make sure that you start syslogd with the
-r
argument.
-r
allows the syslog facility to receive messages from the network using an Internet domain socket with the
syslog services. The default setting is NOT enabled.
2.Add the following commands at the end of the
/etc/syslog.conf
file.
local1.* /var/log/zyxel.log
Where /var/log/zyxel.log is the full path of the log file.
3. Restart syslogd.
•
CDR
log
(call messages)
Format:
sdcmdSyslogSend( SYSLOG_CDR, SYSLOG_INFO, String );
String = board xx line xx channel xx, call xx, str
board = the hardware board ID
line = the WAN ID in a board
channel = channel ID within the WAN
call = the call reference number which starts from 1 and increments by 1 for each new call
str = C01 Outgoing Call dev xx ch xx (dev:device No. ch:channel No.)
C01 Incoming Call xxxxBps xxxxx (L2TP,xxxxx is the Remote Call ID)
C01 Incoming Call xxxx (the connected speed) xxxxx (the Remote Call ID)