> But Juniper - pretty please: We *really* need a simple method to be
> able to match UP and DOWN events and not drown in useless trash.

Seconded.  My current workaround is to use two IP addresses on each syslog
receiver, with one getting "notice" logs and the other filtered "info" logs.
The abridged version:

system {
    syslog {
        host 10.1.2.3 {
            any notice;
            facility-override local6;
        }
        host 10.1.2.4 {
            daemon info;
            match "(LINK|BFD|OSPF).*UP";
            facility-override local6;
        }
    }
}


Rich Schultz
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to