This article helps to explain MAC move limiting features on ELS switches.
During the mac address movements, we would be observing the following issues:
MAC Move Limiting tracks how often a MAC address changes its associated interface within a VLAN. If the number of moves exceeds a configured threshold (e.g., 10 moves per second), the switch can take predefined actions such as:
drop
drop-and-log
log
none
shutdown
vlan-member-shutdown
This behavior is configured per VLAN, allowing fine-grained control over where and how the policy is enforced.
Configure the mac move limit in the cli as below:
{master:0}[edit] user@switch# set vlans V20 vlan-id 20 switch-options mac-move-limit 10 packet-action drop >>>>> Example configuration for mac-move limit
https://www.juniper.net/documentation/us/en/software/junos/security-services/topics/task/port-security-mac-move-limiting-cli-els.html