diff options
| -rw-r--r-- | tests/topotests/bgp_bmp/r1/frr.conf | 16 | ||||
| -rw-r--r-- | tests/topotests/bgp_bmp/r2/frr.conf | 3 | ||||
| -rw-r--r-- | tests/topotests/bgp_bmp/r3/frr.conf | 1 |
3 files changed, 14 insertions, 6 deletions
diff --git a/tests/topotests/bgp_bmp/r1/frr.conf b/tests/topotests/bgp_bmp/r1/frr.conf index f7cb669b3d..e8dd3b1f20 100644 --- a/tests/topotests/bgp_bmp/r1/frr.conf +++ b/tests/topotests/bgp_bmp/r1/frr.conf @@ -6,12 +6,6 @@ interface r1-eth1 ipv6 address 192:168::1/64 ! router bgp 65501 - bgp router-id 192.168.0.1 - bgp log-neighbor-changes - no bgp ebgp-requires-policy - neighbor 192.168.0.2 remote-as 65502 - neighbor 192:168::2 remote-as 65502 -! bmp targets bmp1 bmp connect 192.0.2.10 port 1789 min-retry 100 max-retry 10000 bmp monitor ipv4 unicast pre-policy @@ -28,6 +22,16 @@ router bgp 65501 bmp monitor ipv6 vpn loc-rib exit ! +router bgp 65501 + timers bgp 1 10 + bgp router-id 192.168.0.1 + bgp log-neighbor-changes + no bgp ebgp-requires-policy + neighbor 192.168.0.2 remote-as 65502 + neighbor 192.168.0.2 timers delayopen 5 + neighbor 192:168::2 remote-as 65502 + neighbor 192:168::2 timers delayopen 5 +! address-family ipv4 vpn neighbor 192.168.0.2 activate neighbor 192.168.0.2 soft-reconfiguration inbound diff --git a/tests/topotests/bgp_bmp/r2/frr.conf b/tests/topotests/bgp_bmp/r2/frr.conf index 250071f484..fab2def467 100644 --- a/tests/topotests/bgp_bmp/r2/frr.conf +++ b/tests/topotests/bgp_bmp/r2/frr.conf @@ -7,12 +7,15 @@ interface r2-eth1 ipv6 address 172:31::2/64 ! router bgp 65502 + timers bgp 1 10 bgp router-id 192.168.0.2 bgp log-neighbor-changes no bgp ebgp-requires-policy no bgp network import-check neighbor 192.168.0.1 remote-as 65501 + neighbor 192.168.0.1 timers delayopen 5 neighbor 192:168::1 remote-as 65501 + neighbor 192:168::1 timers delayopen 5 ! address-family ipv4 unicast neighbor 192.168.0.1 activate diff --git a/tests/topotests/bgp_bmp/r3/frr.conf b/tests/topotests/bgp_bmp/r3/frr.conf index 145e156b11..3df9a29693 100644 --- a/tests/topotests/bgp_bmp/r3/frr.conf +++ b/tests/topotests/bgp_bmp/r3/frr.conf @@ -3,6 +3,7 @@ interface r3-eth0 ipv6 address 192:167::3/64 ! router bgp 65501 + timers bgp 1 10 bgp router-id 192.168.1.3 bgp log-neighbor-changes no bgp network import-check |
