Re: syslogd reference

2000-09-13 Thread Andrei D. Caraman
On Mon, Sep 11, 2000 at 11:40:00AM -0400, Allen Ahoffman wrote:
 Hi:
 I'm looking for a reference on setting up remote syslog operations.
 I wont to send syslog info from a Cisco 7206 to a linux logger.
 I sort of get ohw to use the -r and hosts list to make the daemon listen,
 but hwo to set up the other end is my problem any references for system to
 system or router to system would be appreciated.


on a cisco you would use (in config mode):

logging trap debugging
logging facility local3
logging source-interface interface
logging ip_address

on a linux, to log ppp activity you would use

local2.*@somehost


feel free to customize to your needs.



regards,
adc




syslogd reference

2000-09-11 Thread Allen Ahoffman
Hi:
I'm looking for a reference on setting up remote syslog operations.
I wont to send syslog info from a Cisco 7206 to a linux logger.
I sort of get ohw to use the -r and hosts list to make the daemon listen,
but hwo to set up the other end is my problem any references for system to
system or router to system would be appreciated.