summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_dual_as/r1/frr.conf
blob: 9dcfe05d69c383264826894ba375403fa0e2c21b (plain)
1
2
3
4
5
6
7
8
9
10
11
!
interface r1-eth0
 ip address 10.0.0.1/24
!
router bgp 65000
 no bgp ebgp-requires-policy
 neighbor 10.0.0.2 remote-as 65002
 neighbor 10.0.0.2 local-as 65001 no-prepend replace-as dual-as
 neighbor 10.0.0.2 timers 3 10
 neighbor 10.0.0.2 timers connect 1
!