Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleNote
  • EVPN feature is currently supported on X86 platforms only.
  • To enable a BGP node as a route reflector for EVPN, you need to configure both of the following two commands:

set protocols bgp [vrf <vrf-name>] neighbor <bgp-peerroute-reflector-client

set protocols bgp [vrf <vrf-name>] neighbor <bgp-peer> evpn route-reflector-client

  • The clear command (run clear mac address table all and run clear arp all) does not work for manually clearing the dynamic entries in the EVPN MAC address table or ARP address table. These entries can be aged and removed after the Linux kernel aging timer expires.

...

To correctly remove EVPN configuration, the following deletion sequence needs to be followed.

  1. First, remove the configuration of the data plane configuration, that is, VXLAN-related configuration, including commands under the following configuration node: set vxlans xxx.
  2. Then, remove the control plane configuration, i.e.that is, BGP and BGP EVPN related configurations, including commands under the following configuration node: set protocols bgp xxx.
  3. Last, delete VXLAN related L3 interface configuration, including the following commands:

...