diff options
Diffstat (limited to 'tests/topotests/msdp_topo2/r2/bgpd.conf')
-rw-r--r-- | tests/topotests/msdp_topo2/r2/bgpd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/topotests/msdp_topo2/r2/bgpd.conf b/tests/topotests/msdp_topo2/r2/bgpd.conf new file mode 100644 index 00000000..b9f31689 --- /dev/null +++ b/tests/topotests/msdp_topo2/r2/bgpd.conf @@ -0,0 +1,8 @@ +router bgp 65002 + no bgp ebgp-requires-policy + neighbor 192.168.1.1 remote-as 65001 + neighbor 192.168.2.5 remote-as 65005 + address-family ipv4 unicast + redistribute connected + exit-address-family +! |