summaryrefslogtreecommitdiffstats
path: root/tests/topotests/evpn_pim_1/leaf1/bgpd.conf
blob: 97fd8662f4e37f27d40cca88dc4d18881c13b4d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
router bgp 65002
   no bgp ebgp-requires-policy
   neighbor 192.168.1.1 remote-as external
   neighbor 192.168.1.1 timers 3 10
   redistribute connected
   address-family l2vpn evpn
      neighbor 192.168.1.1 activate
      advertise-all-vni
   !
!