[j-nsp] Templates for logging from EX series

Rich Schultz rich at tellme.com
Wed Jun 23 13:49:52 EDT 2010


> 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


More information about the juniper-nsp mailing list