Altering rules that use a time filter that crosses midnight don’t work.

  • Updated

Issue:

The following rule will not work:

time "mon to fri 22:00 to 06:00" * * * IF-MIB.ifOperStatus any group APAC-WAN-Links = mute

Root cause:

AKIPS cannot interpret a time filter that cross midnight (00:00 or 24:00).

Solution:

Create individual rules with each rule starting at 00:00 or ending at 24:00 (as well as any hour in between).

Example:

time "mon to fri 00:00 to 06:00" * * * IF-MIB.ifOperStatus any group APAC-WAN-Links = mute
time "mon to fri 22:00 to 24:00" * * * IF-MIB.ifOperStatus any group APAC-WAN-Links = mute

Was this article helpful?

/

Comments

0 comments

Article is closed for comments.