Hello Stephen,
I wrote below config. Can you check it please?
* X440G2-12p-10G4.55 # sh configuration upm
#
# Module upm configuration.
#
create upm profile macMove
enable cli scripting
IF (!$MATCH($EVENT.LOG_COMPONENT_SUBCOMPONENT,FDB) && !$MATCH($EVENT.LOG_EVENT,MACAdd)) THEN
IF (!$MATCH($EVENT.LOG_PARAM_2,12)) THEN
disable port 11
ENDIF
ELSE
IF (!$MATCH($EVENT.LOG_COMPONENT_SUBCOMPONENT,FDB) && !$MATCH($EVENT.LOG_EVENT,MACDel)) THEN
IF (!$MATCH($EVENT.LOG_PARAM_2,12)) THEN
enable port 11
ENDIF
ENDIF
ENDIF
.
* X440G2-12p-10G4.56 #
* X440G2-12p-10G4.56 # show configuration ems
#
# Module ems configuration.
#
enable log debug-mode
create log filter macMoveFilter
configure log filter macMoveFilter add events FDB.MACAdd match mac-address "00:04:96:A1:45:53"
configure log filter macMoveFilter add events FDB.MACAdd match port "12"
configure log filter macMoveFilter add events FDB.MACDel match mac-address "00:04:96:A1:45:53"
create log target upm macMove
enable log target upm macMove
configure log target upm macMove filter macMoveFilter severity Debug-Summary
* X440G2-12p-10G4.57 #
Best Regards,