Recommended Configuration

The following is a recommended configuration for EVPN:
  • ARP suppression should be enabled on tenant VLANs.
  • For first-hop routing in tenant VLANs, VRRP should be configured in active/active mode. The following ingress ACL should be applied on all ports:
    entry vrrpmatch { if match all {
    destination-address 224.0.0.18/32
    } then { 
    deny 
    }
    }
  • IP route sharing should be enabled.
  • BGP multipath should be enabled.