summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_peer_solo/r2/frr.conf
blob: c58e32741807e2c31b7b067cf8e6fe65f7264bf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
!
int r2-eth0
 ip address 10.255.0.2/24
!
router bgp 65002
 no bgp ebgp-requires-policy
 no bgp network import-check
 neighbor 10.255.0.1 remote-as external
 neighbor 10.255.0.1 timers 1 3
 neighbor 10.255.0.1 timers connect 1
 address-family ipv4 unicast
  network 10.0.0.1/32
 exit-address-family
!