diff options
Diffstat (limited to 'tests/topotests/bgp_dual_as/r2/frr.conf')
-rw-r--r-- | tests/topotests/bgp_dual_as/r2/frr.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/topotests/bgp_dual_as/r2/frr.conf b/tests/topotests/bgp_dual_as/r2/frr.conf new file mode 100644 index 00000000..a901d49a --- /dev/null +++ b/tests/topotests/bgp_dual_as/r2/frr.conf @@ -0,0 +1,10 @@ +! +interface r2-eth0 + ip address 10.0.0.2/24 +! +router bgp 65002 + no bgp ebgp-requires-policy + neighbor 10.0.0.1 remote-as 65000 + neighbor 10.0.0.1 timers 3 10 + neighbor 10.0.0.1 timers connect 1 +! |