summaryrefslogtreecommitdiffstats
path: root/tests/topotests/evpn_pim_1/leaf1/bgpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/evpn_pim_1/leaf1/bgpd.conf')
-rw-r--r--tests/topotests/evpn_pim_1/leaf1/bgpd.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/topotests/evpn_pim_1/leaf1/bgpd.conf b/tests/topotests/evpn_pim_1/leaf1/bgpd.conf
new file mode 100644
index 0000000..97fd866
--- /dev/null
+++ b/tests/topotests/evpn_pim_1/leaf1/bgpd.conf
@@ -0,0 +1,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
+ !
+!