MP-BGP EVPN ARP Suppression
MP-BGP EVPN ARP Suppression

MP-BGP EVPN ARP Suppression

What is ARP suppression?

ARP suppression is MP-BGP EVPN feature to reduce broadcast flooding caused by ARP request.

Why ARP suppression?

As we learned so far, that one of the aim of the MP-BGP EVPN is to reduce the network flooding as much as possible through different features like:

  • BGP EVPN Address Learning
  • Distributed Anycast Gateway

Today will introduce new features which will reduce another kind of network flooding which is ARP flooding.

MP-BGP EVPN control plane provides ARP suppression feature which will reduce broadcast flooding in the network.

How it Works?

When you enable the ARP suppression feature for a VNI, each VTEP maintains an ARP suppression cache table for known IP hosts and their associated MAC addresses in the VNI segment.

When an end host in the VNI sends and ARP request for another end host IP address, its local VTEP intercept the ARP request and check the destination IP address in the ARP suppression cache table. If it find a match, the Local VTEP sends ARP response to the local host on behalf of the remote end host. The local host learns the MAC address of the remote end host.

If the local VTEP doesn't find the remote host address in its ARP suppression cache table, So it will flood the ARP request to all VTEPs in the VNI.

Most of time this scenario is happening once for the silent hosts, as these device are connected to the leaf switch but doesn't send any traffic in the network, until another host send ARP request for its address. So in this case the Leaf switch will learn this silent host information and will distribute through MP-BGP EVPN control plane to all other VTEPs.

Example:

ARP Suppression Example

  1. Host A send ARP request for Host B IP address.
  2. VTEP-1 switch intercepts the ARP request and check its ARP suppression cache table, it finds a match for the Host B IP address.
  3. VTEP-1 send ARP response with MAC-B of Host B to Host A on behalf Host B, and thus it avoids ARP flooding over the network.
  4. Host A learn the IP address of Host B and can send traffic directly to Host B.


So now we understand how ARP suppression is working and its benefits and how it reduces the ARP flooding in the network.


Resources:

https://www.cisco.com/c/en/us/products/collateral/switches/nexus-9000-series-switches/guide-c07-734107.html#_Toc444553368


#VXLAN #MPBGPEVPN #EVPN #ACI #ARPSuppression

要查看或添加评论,请登录

Shehab Wagdy Nagy的更多文章

  • Configuring The EVPN VXLAN Fabric || Lab-1

    Configuring The EVPN VXLAN Fabric || Lab-1

    In today's topic will discuss the Configuration of VXLAN EVPN fabric and walk through the configurations step by step…

    10 条评论
  • Understanding Layer 3 Packet Walk in VXLAN EVPN

    Understanding Layer 3 Packet Walk in VXLAN EVPN

    The Layer 3 packet walk refers to the process a packet undergoes as it traverses the network, from the source host to…

    2 条评论
  • VXLAN EVPN Distributed Anycast Gateway

    VXLAN EVPN Distributed Anycast Gateway

    Because of EVPN and VXLAN, we have the Distributed Anycast Gateway feature, enabling the VTEPs in the VXLAN EVPN…

    3 条评论
  • VXLAN Layer 2 Packet Walk (BUM Traffic)

    VXLAN Layer 2 Packet Walk (BUM Traffic)

    Last topic we discussed the bridging traffic for known host and explored how traffic is handled and what kind of route…

  • VXLAN EVPN Layer 2 Traffic Flow

    VXLAN EVPN Layer 2 Traffic Flow

    VXLAN EVPN Data Plane In today's topic will discuss the packet journey in VXLAN EVPN for layer 2 traffic and foucs on…

    1 条评论
  • VXLAN EVPN Data Plane

    VXLAN EVPN Data Plane

    Types of data plane traffic: Known Unicast Traffic: When VXLAN is configured, the switch forwards traffic differently…

    3 条评论
  • VXLAN MP-BGP EVPN Route Types

    VXLAN MP-BGP EVPN Route Types

    In the previous article we discussed VXLAN Control Plane options whether: Flood-and-Learn MP-BGP EVPN and its benefits…

    2 条评论
  • VXLAN EVPN Control Plane

    VXLAN EVPN Control Plane

    Agenda Will discuss different VXLAN control plane options Peer discovery and authentication IRP with MP-BGP EVPN MP-BGP…

    3 条评论
  • Introduction to VXLAN

    Introduction to VXLAN

    Agenda: Evolution of Data Center Network Design Legacy Data Center Challenges Why CLOS Fabric? VXLAN Benifits What is…

    10 条评论
  • ACI Useful Commands

    ACI Useful Commands

    We as a network engineers, fall in love with CLI, and it make our life is very easy, from configuring to…

    3 条评论

社区洞察

其他会员也浏览了