diff options
Diffstat (limited to 'tests/topotests/bgp_vrf_netns/r1/bgpd.conf')
-rw-r--r-- | tests/topotests/bgp_vrf_netns/r1/bgpd.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/topotests/bgp_vrf_netns/r1/bgpd.conf b/tests/topotests/bgp_vrf_netns/r1/bgpd.conf new file mode 100644 index 0000000..572dce7 --- /dev/null +++ b/tests/topotests/bgp_vrf_netns/r1/bgpd.conf @@ -0,0 +1,10 @@ +! +router bgp 100 vrf r1-bgp-cust1 + bgp router-id 10.0.1.1 + bgp bestpath as-path multipath-relax + no bgp ebgp-requires-policy + neighbor 10.0.1.101 remote-as 99 + neighbor 10.0.1.101 timers 3 10 + ! +! + |