Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

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


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.

  • No labels