This article describes an issue where EVPN duplicate MAC detection alarms continued to be generated even after duplicate MAC detection thresholds were configured on the device
After reviewing we found the duplicate MAC detection log messages and identify the routing instance referenced by the events.
EVPN_DUPLICATE_MAC: MAC address move detected for aa:bb:cc:dd:ee:ff within instance=VRF_Instance
However under the routing instance EVPN stanza we have no configuration for the duplicate detection
routing-instances {
VRF_Instance {
instance-type mac-vrf;
protocols {
evpn {
encapsulation vxlan;
default-gateway no-gateway-community; >>> No configuration for the mac duplicate detection under the RI, only under the general EVPN configuration
The configuration for events occurring within a routing instance must be applied under the corresponding routing instance stanza. Although the EVPN protocol configuration under the global configuration hierarchy can be misleading, it is important to clarify that it only affects the default routing instance and does not apply to other routing instances.