summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_peer_group_solo/r1/frr.conf
blob: 53959aa134fbc81c30729ea3ffea3cda153c5f7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
!
int r1-eth0
 ip address 192.168.1.1/24
!
int r1-eth1
 ip address 192.168.14.1/24
!
router bgp 65001
 no bgp ebgp-requires-policy
 no bgp network import-check
 neighbor pg peer-group
 neighbor pg remote-as external
 neighbor pg solo
 neighbor pg timers 1 3
 neighbor pg timers connect 1
 neighbor 192.168.1.2 peer-group pg
 neighbor 192.168.1.3 peer-group pg
 address-family ipv4 unicast
  network 10.0.0.1/32
 exit-address-family
!