Dynamic BGP Peering for EVPN
Dynamic BGP Peering feature allows BGP peering to a group of remote neighbors that are defined by a range of IP addresses. Each range can be configured as a subnet IP address. BGP dynamic neighbors are configured using a range of IP addresses and BGP peer groups.
For information about configuring Dynamic BGP Peering, see BGP Dynamic Neighbors.
Configuration Example for Dynamic BGP Peering
Here is a sample configuration for dynamic BGP peering for L2VPN EVPN Family:
router bgp 10
bgp log-neighbor-changes
bgp listen range 10.10.10.0/24 peer-group DN-GRP
bgp listen limit 2
neighbor DN-GRP peer-group
neighbor DN-GRP remote-as 12 alternate-as 13
!
address-family l2vpn evpn
neighbor DN-GRP activate
neighbor DN-GRP send-community extended
exit-address-family
!