ZyXEL p-2302hwdl-p1 Manual De Usuario

Descargar
Página de 128
 
 
Prestige 2302 Support Notes 
 
 
 
All contents copyright (c) 2005 ZyXEL Communications Corporation.   
51
This message is available when the 
'Log' 
is enabled in the filter rule setting. The message consists of the packet 
header and the filter rules log contents.   
Format:   
sdcmdSyslogSend(SYSLOG_FILLOG, SYSLOG_NOTICE, String );   
String = IP[Src=xx.xx.xx.xx Dst=xx.xx.xx.xx prot spo=xxxx dpo=xxxx]S04>R01mD   
IP[...] is the packet header and S04>R01mD means filter set 4 (S) and rule 1 (R), match (m) drop (D).   
   Src: Source Address   
   Dst: Destination Address   
   prot: Protocol (TCP,UDP,ICMP)   
   spo: Source port   
   dpo: Destination port   
Example:      
Jul 19 14:44:09 192.168.1.1 ZyXEL Communications Corp.: IP[Src=202.132.154.1 Dst=192.168.1.33 UDP 
spo=0035  dpo=05d4]}S03>R01mF  
Jul 19 14:44:13 192.168.1.1 ZyXEL Communications Corp.: IP[Src=192.168.1.33 Dst=202.132.154.1 
ICMP]}S03>R01mF
 
• 
PPP Log 
Format:   
sdcmdSyslogSend( SYSLOG_PPPLOG, SYSLOG_NOTICE, String );   
String = ppp:Proto Starting / ppp:Proto Opening / ppp:Proto Closing / ppp:Proto Shutdown   
Proto = LCP / ATCP / BACP / BCP / CBCP / CCP / CHAP/ PAP / IPCP /IPXCP   
Example:      
Jul 19 11:43:25 192.168.1.1 ZyXEL Communications Corp.: ppp:LCP Starting  
Jul 19 11:43:29 192.168.1.1 ZyXEL Communications Corp.: ppp:IPCP Starting  
Jul 19 11:43:34 192.168.1.1 ZyXEL Communications Corp.: ppp:CCP Starting  
Jul 19 11:43:38 192.168.1.1 ZyXEL Communications Corp.: ppp:BACP Starting  
Jul 19 11:43:43 192.168.1.1 ZyXEL Communications Corp.: ppp:IPCP Opening  
Jul 19 11:43:51 192.168.1.1 ZyXEL Communications Corp.: ppp:CCP Opening