Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,We currently use LMS 2.6, all devices are sending their syslog to the LMS server.We would like to send from the LMS syslog messages to an external syslog server, (as I recall it could be done in RWAN)Can you please send me the procedure how to ...
Hello,On the class map below:What would be the maximum bandwidth allowed for each subnet?What would be the maximum bandwidth allowed for each host in that subnet?Are all access-list (subnets) going to share 1M or each access-list (subnet) would get u...
Thank you for your reply
This is ridiculous, what rationality behind these, for ages CiscoWorks had this feature to discard messages you do not need.
My database has over two million records, and it slows the box. BTW the server is very strong.
is t...
I have applied the following batch file and perl scriptperl.exe d:\progra~1\CSCOpx\files\scripts\syslog\outofbox.pl#!/opt/CSCOpx/bin/perl use strict; use Sys::Syslog qw(:DEFAULT setlogsock); my $msg = $ARGV[0]; setlogsock('inet'); $Sys::Syslog::host ...
Thank you, now i get the followingD:\PROGRA~1\CSCOpx\files\scripts\syslog>outbox.batD:\PROGRA~1\CSCOpx\files\scripts\syslog>d:\progra~1\CSCOpx\bin\perl.exe d:\progra~1\CSCOpx\files\scripts\syslog\outofbox.plInvalid argument passed to setlogsock; must...
I have created the following script#!/opt/CSCOpx/bin/perl use strict; use Sys::Syslog qw(:DEFAULT setlogsock); my $msg = $ARGV[0]; setlogsock('udp'); $Sys::Syslog::host = '172.16.10.105'; syslog(LOG_INFO|LOG_LOCAL7, $msg); closelog;That an automated ...