Versions Compared

Key

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

This section provides basic configuration steps to configure EVPN on PICOS switches. It is assumed that the VLANs are mapped to VNIs and VXLAN interfaces are configured and attached to the bridge.

Enable EVPN Between BGP Peers


Code Block
set protocols bgp local-as 65101

...


set protocol bgp router-id 10.10.10.1

...


set protocol bgp neighbor swp51 interface> remote-as external
set protocol bgp l2vpn evpn neighbor swp51 activate
commit



The above configuration does not result in BGP knowing about the local VNIs defined on the system and advertising them to peers. This requires additional configuration, described in Advertise All VNIs, below.