Sponsored Content
Operating Systems Linux Syslog Server for Cisco Devices Post 302837375 by DGPickett on Thursday 25th of July 2013 03:40:38 PM
Old 07-25-2013
Most robust would be to have the syslog server be a broadcast address on a small subnet, where there are two LINUX boxes providing redundant syslog service. Syslog should use udp packets, so both machines will log the same packets.

Logging on every syslog server is controlled by the configuration file, which specifies key filters for each configured output file.
Man Page for syslog.conf (all Section 4) - The UNIX and Linux Forums
Man Page for syslogd (all Section 1m) - The UNIX and Linux Forums

If the syslog is configured remote, the local server should not be seeing the packets, unless it is double-logging.

I usually google for tutorials to get started.
syslog tutorial - Google Search
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Connecting to cisco devices via console

I use configure cisco devices daily using hyper terminal in windows via the serial port. Is there an alternative solution in unix that I can connect to a cisco console port via serial port? What application do I need?? (1 Reply)
Discussion started by: dgroove3
1 Replies

2. Linux

Linux Server Performance and Cisco Equipment

Hi, I have different Linux server which connected via LAN ( Cisco switch and fire wall ). Which is the best way to check the performance of LAN ? e.g. permanent traces on Cisco switch or firewall or sar check and compare the parameters like CPU load, I/O performance and so on Best... (1 Reply)
Discussion started by: rhacodactylus
1 Replies

3. IP Networking

Cisco Internet Usage/Syslog Files

Here is my generic network: T1/ISP Router | | | Cisco 2811 router/Firewall----------------DSL/Router | | | ... (0 Replies)
Discussion started by: metallica1973
0 Replies

4. OS X (Apple)

Terminal scripting to automate login to cisco devices. Help Please !

Hello, I am new to the mac world, and would like to automate my login to cisco devices (routers, switches etc...), i am in a need of writing a script that i may just click on an icon on the desktop and it will open terminal and run a few command. as follow: telnet to an ip address type... (2 Replies)
Discussion started by: drdread
2 Replies

5. Solaris

Cisco IOS VPN server IKE

How do I tell if Cisco IOS VPN server IKE is running on my solaris 10 system (1 Reply)
Discussion started by: pgsanders
1 Replies

6. IP Networking

Cisco VPN server and client - connection drop

I have a Cisco 1841 router configured as Easy VPN Server. Here is the configuration of the router: Cisco# Cisco#show running-config Building configuration... Current configura - Pastebin.com I have a Centos 5.7 server with installed Cisco VPN client for Linux. The client successfully... (0 Replies)
Discussion started by: rcbandit
0 Replies
Paranoid::Log::Syslog(3pm)				User Contributed Perl Documentation				Paranoid::Log::Syslog(3pm)

NAME
Paranoid::Log::Syslog - Log Facility Syslog VERSION
$Id: Syslog.pm,v 0.83 2010/06/03 19:04:07 acorliss Exp $ SYNOPSIS
use Paranoid::Log; enableFacility('local3', 'syslog', 'debug', '+'); enableFacility('local3', 'syslog', 'debug', '+', 'my-daemon'); DESCRIPTION
This module implements UNIX syslog support for logging purposes. Which should seem natural given that the entire Paranoid::Log API is modeled closely after it. SUBROUTINES
/METHODS NOTE: Given that this module is not intended to be used directly nothing is exported. init log remove dump DEPENDENCIES
o Paranoid::Debug o Unix::Syslog BUGS AND LIMITATIONS
Because we're keeping a connection to the syslogger open we don't support enabling multiple facilities that log as different idents, etc. The first syslog facility that gets activated will set those parameters. AUTHOR
Arthur Corliss (corliss@digitalmages.com) LICENSE AND COPYRIGHT
This software is licensed under the same terms as Perl, itself. Please see http://dev.perl.org/licenses/ for more information. (c) 2005, Arthur Corliss (corliss@digitalmages.com) perl v5.14.2 2010-06-03 Paranoid::Log::Syslog(3pm)
All times are GMT -4. The time now is 07:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy