summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_evpn_mh/torm11/evpn.conf
blob: 2c1c695a183a5f858a9812e8a64e9a7e0ba86b96 (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
!
! debug bgp evpn mh es
! debug bgp evpn mh route
! debug bgp zebra
!
!
router bgp 65002
  bgp router-id 192.168.100.15
  no bgp ebgp-requires-policy
  neighbor 192.168.1.1 remote-as external
  neighbor 192.168.5.1 remote-as external
  redistribute connected
  address-family l2vpn evpn
    neighbor 192.168.1.1 activate
    neighbor 192.168.5.1 activate
    advertise-all-vni
    advertise-svi-ip
  exit-address-family
!