summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_self_prefix/r3/frr.conf
blob: e2348f4a68ba1e553ba91ab2fd8e1f971aeacb62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
!
int lo
 ip address 10.0.0.3/32
!
int r3-eth0
 ip address 192.168.1.3/24
!
router bgp 65003
 no bgp ebgp-requires-policy
 no bgp network import-check
 neighbor 10.0.0.1 remote-as external
 neighbor 10.0.0.1 timers 1 3
 neighbor 10.0.0.1 timers connect 1
 neighbor 10.0.0.1 update-source lo
 neighbor 10.0.0.1 next-hop-self
 address-family ipv4 unicast
  network 10.0.0.3/32
 exit-address-family
!
ip route 10.0.0.1/32 192.168.1.1