Another option is using transfer-on-commit combined with event-options
policy.

Let say you have

[EMAIL PROTECTED] show
event-options

generate-event {
    1 time-of-day "00:30:00 +0700";
}
policy send-to-ftp {
    events 1;
    then {
        execute-commands {
            commands {
                commit;
            }
        }
    }
}
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to