summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_peer_solo/r1/frr.conf
blob: 6ef3688b836f1b5f657359573ac6bff8f43c8e26 (plain)
1
2
3
4
5
6
7
8
9
10
!
int r1-eth0
 ip address 10.255.0.1/24
!
router bgp 65001
 no bgp ebgp-requires-policy
 neighbor 10.255.0.2 timers 1 3
 neighbor 10.255.0.2 timers connect 1
 neighbor 10.255.0.2 remote-as external
!