summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_evpn_mh/leaf1/evpn.conf
blob: d246517898750eb63ed9ee891deb28f126cd78a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
frr defaults datacenter
!
router bgp 65101
  timers bgp 3 10
  bgp router-id 192.168.100.13
  no bgp ebgp-requires-policy
  neighbor 192.168.50.1 remote-as external
  neighbor 192.168.51.1 remote-as external
  neighbor 192.168.1.2 remote-as external
  neighbor 192.168.2.2 remote-as external
  neighbor 192.168.3.2 remote-as external
  neighbor 192.168.4.2 remote-as external
  redistribute connected
  address-family l2vpn evpn
    neighbor 192.168.50.1 activate
    neighbor 192.168.51.1 activate
    neighbor 192.168.1.2 activate
    neighbor 192.168.2.2 activate
    neighbor 192.168.3.2 activate
    neighbor 192.168.4.2 activate
  exit-address-family
!