08-07-2012 06:58 PM
Hello,
I put in this configuration on my mx960 (Junos 10.4), sending the logs to the routing engine to capture the NAT event records from the service set.
But when I did show log messages, I didn't see any NAT log event, can somebody explain why and how I can get this done without a syslog server.
edit services service-set RR
set syslog host local services info log-prefix NAT44
services {
services-set RR {
syslog {
host local {
services info;
log-prefix NAT44
}
}
}
}
Regards