Hello,
I'm trying to figure out why I can't stop a particular error message from filling up the logs on my syslog server. I've put a match in place already that should be stopping them, but for some reason the events keep showing on my syslog.
It's a known issue with the ex2300 apparently, and I get all kinds of the these mac_add and mac_delete events:
https://prsearch.juniper.net/InfoCenter/index?page=prcontent&id=PR1352722
I have the following filter in place to remove these, and a few others:
set system syslog file messages match "!(ifd null)|(pfe_bcm_l2_mac_add)|(pfe_bcm_l2_mac_delete)|(.*loadDefaultService:: supported on tomcat only.*)"
Am I missing something ?