summaryrefslogtreecommitdiffstats
path: root/tests/topotests/msdp_mesh_topo1/r2/bgpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/msdp_mesh_topo1/r2/bgpd.conf')
-rw-r--r--tests/topotests/msdp_mesh_topo1/r2/bgpd.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/topotests/msdp_mesh_topo1/r2/bgpd.conf b/tests/topotests/msdp_mesh_topo1/r2/bgpd.conf
new file mode 100644
index 0000000..f442efc
--- /dev/null
+++ b/tests/topotests/msdp_mesh_topo1/r2/bgpd.conf
@@ -0,0 +1,10 @@
+router bgp 65000
+ neighbor pg-1 peer-group
+ neighbor pg-1 update-source 10.254.254.1
+ neighbor pg-1 remote-as 65000
+ neighbor 10.254.254.1 peer-group pg-1
+ neighbor 10.254.254.3 peer-group pg-1
+ address-family ipv4 unicast
+ redistribute connected
+ exit-address-family
+!