summaryrefslogtreecommitdiffstats
path: root/tests/topotests/evpn-pim-1/spine/bgpd.conf
blob: 81ab802f35aa3e433ef7c51dc4fc35bf7884885f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
router bgp 65001
  no bgp ebgp-requires-policy
  neighbor 192.168.1.2 remote-as external
  neighbor 192.168.1.2 timers 3 10
  neighbor 192.168.2.3 remote-as external
  neighbor 192.168.2.3 timers 3 10
  redistribute connected
  address-family l2vpn evpn
    neighbor 192.168.1.2 activate
    neighbor 192.168.2.3 activate
  exit-address-family
!