-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Robert Hass
Sent: Friday, December 30, 2011 7:49 AM
To: [email protected]
Subject: [j-nsp] Suppress particular messages from syslog
Hi
Is any way to configure something to suppress selected messages from
syslog [messages].
You should be able to use something similar to the following and just
change the matched string to suit your needs
I want to suppress this (running JunOS 10.4):
Dec 30 12:11:46 r02 /kernel: tcp_auth_ok: Packet from 62.77.4.5:179
missing MD5 digest
set system syslog host x.x.x.x match "!(.* Packet from 62.77.4.5:179
missing MD5 digest.*)"
and
Dec 30 15:08:34 r02 tfeb0 MIC(1/1) link 2 SFP receive power low alarm
set
Dec 30 15:08:55 r02 tfeb0 MIC(1/1) link 2 SFP receive power low alarm
cleared
set system syslog file messages match "!(.* MIC(1/1) link 2 SFP receive
power low.*)"
My current syslog configuration:
file messages {
any notice;
authorization info;
}
Rob
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp
Cheers,
Andy
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp