summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_evpn_mh/leaf1/evpn.conf
blob: 33b6d08aba768714d494ac7b4ae6bfcf4198ecd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
frr defaults datacenter
!
router bgp 65101
  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
!