Dear All,
It's possibile to mute the mac address changed event over venet interface?
You can create an EPP (Event processing policy) rule to do this.
Simply create a new EPP all the way at the top.
Set "Source Objects" to appropriate node, and set "Event" to "SYS_MAC_ADDR_CHANGED".
You can then specify the interface with the following script:
if ($event->parameters[3] ~= "interface_name_reg_ex")
return true;
return false;
In action, do "Stop event processing".
And done, these events will not generate alarms from now on.
Thank you.
I have selected event INVALID_NETMASK and not SYS_MAC_ADDR_CHANGED.... i don't know why lol
Also with correct configuration problem is showed in alarm log and try tooltip =(
Sorry, error in script.
I edited the original script, please try with the updated one :)