ND suppression mechanisms
ND suppression mechanisms are network optimization techniques that
-
intercept and analyze IPv6 Neighbor Solicitation (NS) packets exchanged between hosts behind different VXLAN peers,
-
populate a suppression cache with source IP and MAC bindings learned from NS requests and BGP EVPN MAC route advertisements, and
-
proxy NS requests locally when possible to prevent unnecessary flooding of multicast traffic across the VXLAN core.
Additional reference information
With ND suppression mechanisms, when a host behind one VXLAN peer tries to communicate with a host behind another VXLAN peer, if the remote host is not yet present in the suppression cache, the NS packet is initially flooded over the BGP/EVPN VXLAN core. Once the suppression cache is populated with the remote host’s entry, the switch proxies subsequent neighbor solicitation requests locally. This prevents the repeated flooding of NS packets across the core, optimizing bandwidth and improving network efficiency.
For ND suppression cache scalability limits and performance details, see Cisco Nexus 9000 Series NX-OS Verified Scalability Guide.
Feedback